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

Unified Diff: chrome/chrome_tests.gypi

Issue 1218053003: [Android] Begin switching from lighttpd + apache to EmbeddedTestServer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 4dcb05627de16eabf71a956dcadd20809be23010..f06aa792f90ccc155cfd42db1462eb3429535140 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3008,6 +3008,7 @@
'chrome_java',
'chrome_shell_apk_java',
'chrome_java_test_support',
+ 'libchrome_java_test_support',
'../base/base.gyp:base',
'../base/base.gyp:base_java_test_support',
'../content/content_shell_and_tests.gyp:content_java_test_support',
@@ -3018,6 +3019,7 @@
'apk_name': 'ChromeShellTest',
'java_in_dir': 'android/shell/javatests',
'additional_src_dirs': ['android/javatests_shell/src'],
+ 'native_lib_target': 'libchrome_java_test_support',
'is_test_apk': 1,
'test_type': 'instrumentation',
'isolate_file': 'chrome_shell_test_apk.isolate',
@@ -3089,6 +3091,7 @@
'chrome_java',
'chrome_sync_shell_apk_java',
'chrome_java_test_support',
+ 'libchrome_java_test_support',
'../base/base.gyp:base',
'../base/base.gyp:base_java_test_support',
'../content/content_shell_and_tests.gyp:content_java_test_support',
@@ -3098,6 +3101,7 @@
'apk_name': 'ChromeSyncShellTest',
'java_in_dir': 'android/sync_shell/javatests',
'additional_src_dirs': [ 'android/shell/javatests', ],
+ 'native_lib_target': 'libchrome_java_test_support',
'is_test_apk': 1,
'test_type': 'instrumentation',
},
@@ -3107,6 +3111,17 @@
],
},
{
+ 'target_name': 'libchrome_java_test_support',
+ 'type': 'shared_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../net/net.gyp:net_test_support',
+ ],
+ 'sources': [
+ 'browser/android/chrome_test_entry_point.cc',
+ ],
+ },
+ {
# GN: //chrome/test/android:chrome_java_test_support
'target_name': 'chrome_java_test_support',
'type': 'none',

Powered by Google App Engine
This is Rietveld 408576698