Remove a TODO in the DEPS file.

TBR=dpranke@chromium.org

Change-Id: I5baa71db45fec9b1e8e756bfa3d762a5d57fb96e
Reviewed-on: https://pdfium-review.googlesource.com/c/48550
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/DEPS b/DEPS
index 5360295..477a3ce 100644
--- a/DEPS
+++ b/DEPS
@@ -7,8 +7,7 @@
   # purposes.
   'checkout_configuration': 'default',
 
-  # TODO(dpranke): change to != "small" once != is supported.
-  'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
+  'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration != "small"',
 
   'chromium_git': 'https://chromium.googlesource.com',
   'pdfium_git': 'https://pdfium.googlesource.com',