OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 1217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1228 }, | 1228 }, |
1229 { | 1229 { |
1230 # TODO(GN) | 1230 # TODO(GN) |
1231 'target_name': 'components_browsertests_apk', | 1231 'target_name': 'components_browsertests_apk', |
1232 'type': 'none', | 1232 'type': 'none', |
1233 'dependencies': [ | 1233 'dependencies': [ |
1234 '../content/content.gyp:content_icudata', | 1234 '../content/content.gyp:content_icudata', |
1235 '../content/content.gyp:content_java', | 1235 '../content/content.gyp:content_java', |
1236 '../content/content.gyp:content_v8_external_data', | 1236 '../content/content.gyp:content_v8_external_data', |
1237 '../content/content_shell_and_tests.gyp:content_java_test_support', | 1237 '../content/content_shell_and_tests.gyp:content_java_test_support', |
| 1238 '../content/content_shell_and_tests.gyp:content_shell_browsertests_j
ava', |
1238 '../content/content_shell_and_tests.gyp:content_shell_java', | 1239 '../content/content_shell_and_tests.gyp:content_shell_java', |
1239 'components_browsertests_paks_copy', | 1240 'components_browsertests_paks_copy', |
1240 'components_browsertests', | 1241 'components_browsertests', |
1241 ], | 1242 ], |
1242 'variables': { | 1243 'variables': { |
1243 'test_suite_name': 'components_browsertests', | 1244 'test_suite_name': 'components_browsertests', |
1244 'isolate_file': 'components_browsertests.isolate', | 1245 'isolate_file': 'components_browsertests.isolate', |
1245 'java_in_dir': 'test/android/browsertests_apk', | 1246 'java_in_dir': 'test/android/browsertests_apk', |
1246 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow
sertests_manifest/AndroidManifest.xml', | 1247 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow
sertests_manifest/AndroidManifest.xml', |
1247 'resource_dir': 'test/android/browsertests_apk/res', | 1248 'resource_dir': 'test/android/browsertests_apk/res', |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1467 ], | 1468 ], |
1468 'variables': { | 1469 'variables': { |
1469 'test_suite_name': 'components_unittests', | 1470 'test_suite_name': 'components_unittests', |
1470 }, | 1471 }, |
1471 'includes': [ '../build/apk_test.gypi' ], | 1472 'includes': [ '../build/apk_test.gypi' ], |
1472 }, | 1473 }, |
1473 ], | 1474 ], |
1474 }], | 1475 }], |
1475 ], | 1476 ], |
1476 } | 1477 } |
OLD | NEW |