summaryrefslogtreecommitdiffstats
path: root/sync/sync_tests.gypi
diff options
context:
space:
mode:
authoryfriedman <yfriedman@chromium.org>2015-06-22 12:37:14 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-22 19:37:56 +0000
commit489ea8ea902c696d7e3a1b350c30701bd7b6e8d8 (patch)
tree461de5a8d34e27a7f5bf00de31c099fc33b4eb71 /sync/sync_tests.gypi
parent540387d46d2b6753f42fc8b0538bde9a849b3e29 (diff)
downloadchromium_src-489ea8ea902c696d7e3a1b350c30701bd7b6e8d8.zip
chromium_src-489ea8ea902c696d7e3a1b350c30701bd7b6e8d8.tar.gz
chromium_src-489ea8ea902c696d7e3a1b350c30701bd7b6e8d8.tar.bz2
Move base_java_test_support dep from sync_java to test target.
It's a test-only target which shouldn't be used from application code. Saves 200 methods in debug. BUG=272790 Review URL: https://codereview.chromium.org/1196733002 Cr-Commit-Position: refs/heads/master@{#335544}
Diffstat (limited to 'sync/sync_tests.gypi')
-rw-r--r--sync/sync_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index 98e7249..7081f5b 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -420,6 +420,7 @@
},
'dependencies': [
'sync_java',
+ '../base/base.gyp:base_java_test_support',
],
'includes': [ '../build/java.gypi' ],
},