Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Side by Side Diff: components/components_tests.gyp

Issue 1173363008: [Android] Refactor browser test execution. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/config/android/rules.gni ('k') | components/test/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « build/config/android/rules.gni ('k') | components/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698