summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authornewt <newt@chromium.org>2015-07-13 18:20:36 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-14 01:21:05 +0000
commit83d93adaf16536e9520d0af31f0d1d872bb0a65f (patch)
tree491bedd02246bcf35436efeb213ee83edc77e219 /chrome/chrome_tests.gypi
parentf9f7e8f47559bb7c49c0c854f32d549bed06190f (diff)
downloadchromium_src-83d93adaf16536e9520d0af31f0d1d872bb0a65f.zip
chromium_src-83d93adaf16536e9520d0af31f0d1d872bb0a65f.tar.gz
chromium_src-83d93adaf16536e9520d0af31f0d1d872bb0a65f.tar.bz2
Move sync and ui javatests from ChromeShell to ChromePublic.
These tests don't depend on the specifics of ChromeShell, so they're trivial to move from ChromeShell to ChromePublic: just remove them from the dependency list for ChromeShellTest and add them to the deps list for ChromePublicTest. This also removes invalidation_javatests and precache_javatests from ChromeShellTest, since they're already included in ChromePublicTest. BUG=505040 Review URL: https://codereview.chromium.org/1235023002 Cr-Commit-Position: refs/heads/master@{#338611}
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index b324ac9..d2d424b 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3009,13 +3009,9 @@
'chrome_java_test_support',
'../base/base.gyp:base',
'../base/base.gyp:base_java_test_support',
- '../components/components.gyp:invalidation_javatests',
- '../components/components.gyp:precache_javatests',
'../content/content_shell_and_tests.gyp:content_java_test_support',
- '../sync/sync.gyp:sync_javatests',
'../testing/android/on_device_instrumentation.gyp:broker_java',
'../testing/android/on_device_instrumentation.gyp:require_driver_apk',
- '../ui/android/ui_android.gyp:ui_javatests',
],
'variables': {
'apk_name': 'ChromeShellTest',