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

Side by Side Diff: components/components_tests.gyp

Issue 1586563009: IsNativeAppInstalled 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 | components/installedapp/BUILD.gn » ('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 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 { 1638 {
1639 'target_name': 'components_junit_tests', 1639 'target_name': 'components_junit_tests',
1640 'type': 'none', 1640 'type': 'none',
1641 'dependencies': [ 1641 'dependencies': [
1642 'components.gyp:invalidation_java', 1642 'components.gyp:invalidation_java',
1643 'components.gyp:policy_java', 1643 'components.gyp:policy_java',
1644 'components.gyp:policy_java_test_support', 1644 'components.gyp:policy_java_test_support',
1645 'components.gyp:web_restrictions_java', 1645 'components.gyp:web_restrictions_java',
1646 '../base/base.gyp:base_java', 1646 '../base/base.gyp:base_java',
1647 '../base/base.gyp:base_java_test_support', 1647 '../base/base.gyp:base_java_test_support',
1648 '../components/installedapp/installedapp.gyp:installedapp_junit_test s',
1648 '../testing/android/junit/junit_test.gyp:junit_test_support', 1649 '../testing/android/junit/junit_test.gyp:junit_test_support',
1649 ], 1650 ],
1650 'variables': { 1651 'variables': {
1651 'main_class': 'org.chromium.testing.local.JunitTestMain', 1652 'main_class': 'org.chromium.testing.local.JunitTestMain',
1652 'src_paths': [ 1653 'src_paths': [
1653 'invalidation/impl/android/junit/', 1654 'invalidation/impl/android/junit/',
1654 'policy/android/junit/', 1655 'policy/android/junit/',
1656 '../components/installedapp/android/junit/',
1655 'web_restrictions/junit/' 1657 'web_restrictions/junit/'
1656 ], 1658 ],
1657 }, 1659 },
1658 'includes': [ '../build/host_jar.gypi' ], 1660 'includes': [ '../build/host_jar.gypi' ],
1659 }, 1661 },
1660 ], 1662 ],
1661 'conditions': [ 1663 'conditions': [
1662 ['test_isolation_mode != "noop"', 1664 ['test_isolation_mode != "noop"',
1663 { 1665 {
1664 'targets': [ 1666 'targets': [
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1890 'dependencies': [ 1892 'dependencies': [
1891 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1893 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1892 ], 1894 ],
1893 }], 1895 }],
1894 ], 1896 ],
1895 }, 1897 },
1896 ], 1898 ],
1897 }], 1899 }],
1898 ], 1900 ],
1899 } 1901 }
OLDNEW
« no previous file with comments | « no previous file | components/installedapp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698