Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 299ac6656113f705d23340957c76b26893355592..458581f12a5db4574375945ee82d14494fd8038a 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -2767,6 +2767,7 @@ |
'../base/base.gyp:base', |
'../base/base.gyp:base_java_test_support', |
'../content/content_shell_and_tests.gyp:content_java_test_support', |
+ # move? |
rlarocque
2014/08/19 18:04:19
Remove this comment before committing?
And, to an
pval...(no longer on Chromium)
2014/08/19 18:43:22
Removed; thanks for catching this comment.
I have
|
'../sync/sync.gyp:sync_javatests', |
], |
'variables': { |
@@ -2808,6 +2809,25 @@ |
'includes': [ '../build/uiautomator_test.gypi' ], |
}, |
{ |
+ 'target_name': 'chrome_sync_shell_test_apk', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'chrome_java', |
+ 'chrome_sync_shell_apk_java', |
+ 'chrome_java_test_support', |
+ '../base/base.gyp:base', |
+ '../base/base.gyp:base_java_test_support', |
+ '../content/content_shell_and_tests.gyp:content_java_test_support', |
+ ], |
+ 'variables': { |
+ 'apk_name': 'ChromeSyncShellTest', |
+ 'java_in_dir': 'android/sync_shell/javatests', |
+ 'additional_src_dirs': [ 'android/shell/javatests', ], |
+ 'is_test_apk': 1, |
+ }, |
+ 'includes': [ '../build/java_apk.gypi' ], |
+ }, |
+ { |
'target_name': 'chrome_java_test_support', |
'type': 'none', |
'variables': { |