| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index 929a3e42d52114297ce7715f90c31913b3fd720c..72175fcd9879b506c63375602c6d7866a9e7b1c1 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -1506,13 +1506,17 @@
|
| '../testing/android/junit/junit_test.gyp:junit_test_support',
|
| ],
|
| 'variables': {
|
| - 'main_class': 'org.chromium.testing.local.JunitTestMain',
|
| - 'src_paths': [
|
| - '../base/android/junit/',
|
| - '../base/test/android/junit/src/org/chromium/base/test/util/DisableIfTest.java',
|
| - ],
|
| - },
|
| - 'includes': [ '../build/host_jar.gypi' ],
|
| + 'main_class': 'org.chromium.testing.local.JunitTestMain',
|
| + 'src_paths': [
|
| + '../base/android/junit/',
|
| + '../base/test/android/junit/src/org/chromium/base/test/util/DisableIfTest.java',
|
| + ],
|
| + 'test_type': 'junit',
|
| + },
|
| + 'includes': [
|
| + '../build/android/test_runner.gypi',
|
| + '../build/host_jar.gypi',
|
| + ],
|
| },
|
| {
|
| # GN: //base:base_javatests
|
|
|