| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 73e039daa337c1bbf7fb8ec11625d5427755d2f1..d4ab11c81bb01a9c307e518fc669207f37205346 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2967,8 +2967,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
|
| @@ -3041,8 +3046,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
|
|
|