Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1087)

Unified Diff: chrome/chrome_tests.gypi

Issue 11778084: [sync] Add java InvalidationController for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved ModelType to correct package Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome.gyp ('k') | sync/android/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 38a461d4e57c5184e4b33de2943d1636cff07dee..fb249acf9f72918ed66940a28338aec8511019bd 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2811,11 +2811,12 @@
'target_name': 'chromium_testshell_test_apk',
'type': 'none',
'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:base_java_test_support',
'chrome_java',
'chromium_testshell_java',
+ '../base/base.gyp:base',
+ '../base/base.gyp:base_java_test_support',
'../content/content.gyp:content_java_test_support',
+ '../sync/sync.gyp:sync_javatests',
'../tools/android/forwarder/forwarder.gyp:forwarder',
],
'variables': {
« no previous file with comments | « chrome/chrome.gyp ('k') | sync/android/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698