simplify DEPS using !=

Change-Id: I801fad16f64b1cce56ea5ecb1aced0e93bf992cd
Reviewed-on: https://chromium-review.googlesource.com/c/1364935
Reviewed-by: Dirk Pranke <[email protected]>
Commit-Queue: Takuto Ikuta <[email protected]>
Cr-Commit-Position: refs/heads/master@{#614382}
diff --git a/DEPS b/DEPS
index 51b91fb..c839cf7 100644
--- a/DEPS
+++ b/DEPS
@@ -82,9 +82,8 @@
   # By default do not check out the Oculus SDK. Only available for Googlers.
   'checkout_oculus_sdk' : 'checkout_src_internal and checkout_win',
 
-  # TODO(dpranke): change to != "small" once != is supported.
-  'checkout_traffic_annotation_tools': 'checkout_configuration == "default"',
-  'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
+  'checkout_traffic_annotation_tools': 'checkout_configuration != "small"',
+  'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration != "small"',
 
   # Default to the empty board. Desktop Chrome OS builds don't need cros SDK
   # dependencies. Other Chrome OS builds should always define this explicitly.