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

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: Fixed gyp conditional 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index ffae08ba3fa4fcd65c75c5a6ae886c4460617ad5..be07319d94a7260040031ebb1643627c977a2d66 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2807,11 +2807,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',
Yaron 2013/01/10 19:29:40 It seems odd to have sync_javatests roll up into t
nyquist 2013/01/10 22:01:42 Added it to chrome_java now.
'../tools/android/forwarder/forwarder.gyp:forwarder',
],
'variables': {

Powered by Google App Engine
This is Rietveld 408576698