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

Side by Side Diff: components/components_tests.gyp

Issue 1452603002: Supervised user web restrictions content provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to more comments Created 5 years 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 | « components/components.gyp ('k') | components/web_restriction.gypi » ('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 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after
1620 }, 1620 },
1621 'includes': [ '../build/apk_test.gypi' ], 1621 'includes': [ '../build/apk_test.gypi' ],
1622 }, 1622 },
1623 { 1623 {
1624 'target_name': 'components_junit_tests', 1624 'target_name': 'components_junit_tests',
1625 'type': 'none', 1625 'type': 'none',
1626 'dependencies': [ 1626 'dependencies': [
1627 'components.gyp:invalidation_java', 1627 'components.gyp:invalidation_java',
1628 'components.gyp:policy_java', 1628 'components.gyp:policy_java',
1629 'components.gyp:policy_java_test_support', 1629 'components.gyp:policy_java_test_support',
1630 'components.gyp:web_restriction_java',
1630 '../base/base.gyp:base_java', 1631 '../base/base.gyp:base_java',
1631 '../base/base.gyp:base_java_test_support', 1632 '../base/base.gyp:base_java_test_support',
1632 '../testing/android/junit/junit_test.gyp:junit_test_support', 1633 '../testing/android/junit/junit_test.gyp:junit_test_support',
1633 ], 1634 ],
1634 'variables': { 1635 'variables': {
1635 'main_class': 'org.chromium.testing.local.JunitTestMain', 1636 'main_class': 'org.chromium.testing.local.JunitTestMain',
1636 'src_paths': [ 1637 'src_paths': [
1637 'invalidation/impl/android/junit/', 1638 'invalidation/impl/android/junit/',
1638 'policy/android/junit/' 1639 'policy/android/junit/',
1640 'web_restriction/junit/'
1639 ], 1641 ],
1640 }, 1642 },
1641 'includes': [ '../build/host_jar.gypi' ], 1643 'includes': [ '../build/host_jar.gypi' ],
1642 }, 1644 },
1643 ], 1645 ],
1644 'conditions': [ 1646 'conditions': [
1645 ['test_isolation_mode != "noop"', 1647 ['test_isolation_mode != "noop"',
1646 { 1648 {
1647 'targets': [ 1649 'targets': [
1648 { 1650 {
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1873 'dependencies': [ 1875 'dependencies': [
1874 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1875 ], 1877 ],
1876 }], 1878 }],
1877 ], 1879 ],
1878 }, 1880 },
1879 ], 1881 ],
1880 }], 1882 }],
1881 ], 1883 ],
1882 } 1884 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/web_restriction.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698