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

Side by Side Diff: components/components_tests.gyp

Issue 1720863002: Fix junit test runner script placement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | testing/android/junit/junit_test.gyp » ('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 1654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1665 '../base/base.gyp:base_java_test_support', 1665 '../base/base.gyp:base_java_test_support',
1666 '../testing/android/junit/junit_test.gyp:junit_test_support', 1666 '../testing/android/junit/junit_test.gyp:junit_test_support',
1667 ], 1667 ],
1668 'variables': { 1668 'variables': {
1669 'main_class': 'org.chromium.testing.local.JunitTestMain', 1669 'main_class': 'org.chromium.testing.local.JunitTestMain',
1670 'src_paths': [ 1670 'src_paths': [
1671 'invalidation/impl/android/junit/', 1671 'invalidation/impl/android/junit/',
1672 'policy/android/junit/', 1672 'policy/android/junit/',
1673 'web_restrictions/junit/' 1673 'web_restrictions/junit/'
1674 ], 1674 ],
1675 'wrapper_script_name': 'helper/<(_target_name)',
1675 }, 1676 },
1676 'includes': [ '../build/host_jar.gypi' ], 1677 'includes': [ '../build/host_jar.gypi' ],
1677 }, 1678 },
1678 ], 1679 ],
1679 'conditions': [ 1680 'conditions': [
1680 ['test_isolation_mode != "noop"', 1681 ['test_isolation_mode != "noop"',
1681 { 1682 {
1682 'targets': [ 1683 'targets': [
1683 { 1684 {
1684 'target_name': 'components_browsertests_apk_run', 1685 'target_name': 'components_browsertests_apk_run',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1899 'dependencies': [ 1900 'dependencies': [
1900 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1901 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1901 ], 1902 ],
1902 }], 1903 }],
1903 ], 1904 ],
1904 }, 1905 },
1905 ], 1906 ],
1906 }], 1907 }],
1907 ], 1908 ],
1908 } 1909 }
OLDNEW
« no previous file with comments | « no previous file | testing/android/junit/junit_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698