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 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1229 }, | 1229 }, |
1230 { | 1230 { |
1231 # TODO(GN) | 1231 # TODO(GN) |
1232 'target_name': 'components_browsertests_apk', | 1232 'target_name': 'components_browsertests_apk', |
1233 'type': 'none', | 1233 'type': 'none', |
1234 'dependencies': [ | 1234 'dependencies': [ |
1235 '../content/content.gyp:content_icudata', | 1235 '../content/content.gyp:content_icudata', |
1236 '../content/content.gyp:content_java', | 1236 '../content/content.gyp:content_java', |
1237 '../content/content.gyp:content_v8_external_data', | 1237 '../content/content.gyp:content_v8_external_data', |
1238 '../content/content_shell_and_tests.gyp:content_java_test_support', | 1238 '../content/content_shell_and_tests.gyp:content_java_test_support', |
| 1239 '../content/content_shell_and_tests.gyp:content_shell_browsertests_j
ava', |
1239 '../content/content_shell_and_tests.gyp:content_shell_java', | 1240 '../content/content_shell_and_tests.gyp:content_shell_java', |
1240 'components_browsertests_paks_copy', | 1241 'components_browsertests_paks_copy', |
1241 'components_browsertests', | 1242 'components_browsertests', |
1242 ], | 1243 ], |
1243 'variables': { | 1244 'variables': { |
1244 'test_suite_name': 'components_browsertests', | 1245 'test_suite_name': 'components_browsertests', |
1245 'isolate_file': 'components_browsertests.isolate', | 1246 'isolate_file': 'components_browsertests.isolate', |
1246 'java_in_dir': 'test/android/browsertests_apk', | 1247 'java_in_dir': 'test/android/browsertests_apk', |
1247 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow
sertests_manifest/AndroidManifest.xml', | 1248 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow
sertests_manifest/AndroidManifest.xml', |
1248 'resource_dir': 'test/android/browsertests_apk/res', | 1249 'resource_dir': 'test/android/browsertests_apk/res', |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1468 ], | 1469 ], |
1469 'variables': { | 1470 'variables': { |
1470 'test_suite_name': 'components_unittests', | 1471 'test_suite_name': 'components_unittests', |
1471 }, | 1472 }, |
1472 'includes': [ '../build/apk_test.gypi' ], | 1473 'includes': [ '../build/apk_test.gypi' ], |
1473 }, | 1474 }, |
1474 ], | 1475 ], |
1475 }], | 1476 }], |
1476 ], | 1477 ], |
1477 } | 1478 } |
OLD | NEW |