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

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: Respond to comments, and fix a possible race in displaying error page Created 4 years, 7 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 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1696 }, 1696 },
1697 'includes': [ '../build/apk_test.gypi' ], 1697 'includes': [ '../build/apk_test.gypi' ],
1698 }, 1698 },
1699 { 1699 {
1700 'target_name': 'components_junit_tests', 1700 'target_name': 'components_junit_tests',
1701 'type': 'none', 1701 'type': 'none',
1702 'dependencies': [ 1702 'dependencies': [
1703 'components.gyp:invalidation_java', 1703 'components.gyp:invalidation_java',
1704 'components.gyp:policy_java', 1704 'components.gyp:policy_java',
1705 'components.gyp:policy_java_test_support', 1705 'components.gyp:policy_java_test_support',
1706 'components.gyp:web_restrictions_java', 1706 'components.gyp:web_restrictions_java_browser',
1707 '../base/base.gyp:base_java', 1707 '../base/base.gyp:base_java',
1708 '../base/base.gyp:base_java_test_support', 1708 '../base/base.gyp:base_java_test_support',
1709 '../testing/android/junit/junit_test.gyp:junit_test_support', 1709 '../testing/android/junit/junit_test.gyp:junit_test_support',
1710 ], 1710 ],
1711 'variables': { 1711 'variables': {
1712 'main_class': 'org.chromium.testing.local.JunitTestMain', 1712 'main_class': 'org.chromium.testing.local.JunitTestMain',
1713 'src_paths': [ 1713 'src_paths': [
1714 'invalidation/impl/android/junit/', 1714 'invalidation/impl/android/junit/',
1715 'policy/android/junit/', 1715 'policy/android/junit/',
1716 'web_restrictions/browser/junit/' 1716 'web_restrictions/browser/junit/'
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1942 'dependencies': [ 1942 'dependencies': [
1943 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1943 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1944 ], 1944 ],
1945 }], 1945 }],
1946 ], 1946 ],
1947 }, 1947 },
1948 ], 1948 ],
1949 }], 1949 }],
1950 ], 1950 ],
1951 } 1951 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698