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

Unified Diff: chrome/android/chrome_apk.gyp

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
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/javatests/src/org/chromium/chrome/browser/TabsTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/chrome_apk.gyp
diff --git a/chrome/android/chrome_apk.gyp b/chrome/android/chrome_apk.gyp
index f5871c1e5a5df66793f7df3b25d8015e46fdace9..df5c415f1b58fceaf0dcc1ea5507c73911d74024 100644
--- a/chrome/android/chrome_apk.gyp
+++ b/chrome/android/chrome_apk.gyp
@@ -169,6 +169,7 @@
'../../base/base.gyp:base_java_test_support',
'../../chrome/chrome.gyp:chrome_java',
'../../chrome/chrome.gyp:chrome_java_test_support',
+ '../../chrome/chrome.gyp:libchrome_java_test_support',
'../../components/components.gyp:invalidation_javatests',
'../../components/components.gyp:precache_javatests',
'../../components/components.gyp:web_contents_delegate_android_java',
@@ -211,6 +212,7 @@
'java_in_dir': 'javatests',
'java_in_dir_suffix': '/src_dummy',
'apk_name': 'ChromePublicTest',
+ 'native_lib_target': 'libchrome_java_test_support',
'is_test_apk': 1,
'test_type': 'instrumentation',
'isolate_file': '../chrome_public_test_apk.isolate',
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/javatests/src/org/chromium/chrome/browser/TabsTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698