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

Side by Side Diff: components/components_tests.gyp

Issue 1890203002: Implement Web Restrictions in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test for changes to handling of no content provider Created 4 years, 4 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
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 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 }, 1804 },
1805 'includes': [ '../build/apk_test.gypi' ], 1805 'includes': [ '../build/apk_test.gypi' ],
1806 }, 1806 },
1807 { 1807 {
1808 'target_name': 'components_junit_tests', 1808 'target_name': 'components_junit_tests',
1809 'type': 'none', 1809 'type': 'none',
1810 'dependencies': [ 1810 'dependencies': [
1811 'components.gyp:invalidation_java', 1811 'components.gyp:invalidation_java',
1812 'components.gyp:policy_java', 1812 'components.gyp:policy_java',
1813 'components.gyp:policy_java_test_support', 1813 'components.gyp:policy_java_test_support',
1814 'components.gyp:web_restrictions_java', 1814 'components.gyp:web_restrictions_java_browser',
1815 '../base/base.gyp:base_java', 1815 '../base/base.gyp:base_java',
1816 '../base/base.gyp:base_java_test_support', 1816 '../base/base.gyp:base_java_test_support',
1817 '../testing/android/junit/junit_test.gyp:junit_test_support', 1817 '../testing/android/junit/junit_test.gyp:junit_test_support',
1818 ], 1818 ],
1819 'variables': { 1819 'variables': {
1820 'main_class': 'org.chromium.testing.local.JunitTestMain', 1820 'main_class': 'org.chromium.testing.local.JunitTestMain',
1821 'src_paths': [ 1821 'src_paths': [
1822 'invalidation/impl/android/junit/', 1822 'invalidation/impl/android/junit/',
1823 'policy/android/junit/', 1823 'policy/android/junit/',
1824 'web_restrictions/browser/junit/' 1824 'web_restrictions/browser/junit/'
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
2051 'dependencies': [ 2051 'dependencies': [
2052 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2052 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2053 ], 2053 ],
2054 }], 2054 }],
2055 ], 2055 ],
2056 }, 2056 },
2057 ], 2057 ],
2058 }], 2058 }],
2059 ], 2059 ],
2060 } 2060 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698