| 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', | |
| 1239 '../content/content_shell_and_tests.gyp:content_shell_java', | 1238 '../content/content_shell_and_tests.gyp:content_shell_java', |
| 1240 'components_browsertests_paks_copy', | 1239 'components_browsertests_paks_copy', |
| 1241 'components_browsertests', | 1240 'components_browsertests', |
| 1242 ], | 1241 ], |
| 1243 'variables': { | 1242 'variables': { |
| 1244 'test_suite_name': 'components_browsertests', | 1243 'test_suite_name': 'components_browsertests', |
| 1245 'isolate_file': 'components_browsertests.isolate', | 1244 'isolate_file': 'components_browsertests.isolate', |
| 1246 'java_in_dir': 'test/android/browsertests_apk', | 1245 'java_in_dir': 'test/android/browsertests_apk', |
| 1247 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow
sertests_manifest/AndroidManifest.xml', | 1246 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow
sertests_manifest/AndroidManifest.xml', |
| 1248 'resource_dir': 'test/android/browsertests_apk/res', | 1247 'resource_dir': 'test/android/browsertests_apk/res', |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1468 ], | 1467 ], |
| 1469 'variables': { | 1468 'variables': { |
| 1470 'test_suite_name': 'components_unittests', | 1469 'test_suite_name': 'components_unittests', |
| 1471 }, | 1470 }, |
| 1472 'includes': [ '../build/apk_test.gypi' ], | 1471 'includes': [ '../build/apk_test.gypi' ], |
| 1473 }, | 1472 }, |
| 1474 ], | 1473 ], |
| 1475 }], | 1474 }], |
| 1476 ], | 1475 ], |
| 1477 } | 1476 } |
| OLD | NEW |