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

Unified Diff: chrome/chrome_tests.gypi

Issue 457883002: Use Sync FakeServer in Android tests via custom APK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 299ac6656113f705d23340957c76b26893355592..916ebfdf2e73e5ed8edda5f235cca9d8092c66f9 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2808,6 +2808,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': {

Powered by Google App Engine
This is Rietveld 408576698