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

Unified Diff: chrome/chrome_tests.gypi

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed datadeps to data_deps to reflect recent change. Created 5 years, 7 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/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 296ca68a346433e7c60d15fe3b85fc51a8557fe3..ac4d57d6249c16c084b4ca6312dbc16608bb8df0 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2974,8 +2974,13 @@
'java_in_dir': 'android/shell/javatests',
'additional_src_dirs': ['android/javatests_shell/src'],
'is_test_apk': 1,
+ 'test_type': 'instrumentation',
+ 'isolate_file': 'chrome_shell_test_apk.isolate',
},
- 'includes': [ '../build/java_apk.gypi' ],
+ 'includes': [
+ '../build/java_apk.gypi',
+ '../build/android/test_runner.gypi',
+ ],
},
{
# GN: //chrome/android:chrome_junit_tests
@@ -3048,8 +3053,12 @@
'java_in_dir': 'android/sync_shell/javatests',
'additional_src_dirs': [ 'android/shell/javatests', ],
'is_test_apk': 1,
+ 'test_type': 'instrumentation',
},
- 'includes': [ '../build/java_apk.gypi' ],
+ 'includes': [
+ '../build/java_apk.gypi',
+ '../build/android/test_runner.gypi',
+ ],
},
{
# GN: //chrome/test/android:chrome_java_test_support
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698