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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1829703002: Add ArcEnabled policy implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comments. Created 4 years, 8 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 5 'variables': {
6 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 2245 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 'conditions': [ 2256 'conditions': [
2257 ['incremental_chrome_dll==1', { 2257 ['incremental_chrome_dll==1', {
2258 'UseLibraryDependencyInputs': "true", 2258 'UseLibraryDependencyInputs': "true",
2259 }], 2259 }],
2260 ], 2260 ],
2261 }, 2261 },
2262 }, 2262 },
2263 'conditions': [ 2263 'conditions': [
2264 ['chromeos==1', { 2264 ['chromeos==1', {
2265 'dependencies': [ 2265 'dependencies': [
2266 '../components/components.gyp:arc_test_support',
2266 '../third_party/boringssl/boringssl.gyp:boringssl', 2267 '../third_party/boringssl/boringssl.gyp:boringssl',
2267 ] 2268 ]
2268 }, { 2269 }, {
2269 'conditions': [ 2270 'conditions': [
2270 ['OS == "linux" or OS == "win"', { 2271 ['OS == "linux" or OS == "win"', {
2271 'sources': [ 2272 'sources': [
2272 'browser/ui/views/ime/ime_warning_bubble_browsertest.cc', 2273 'browser/ui/views/ime/ime_warning_bubble_browsertest.cc',
2273 'browser/ui/views/ime/ime_window_browsertest.cc', 2274 'browser/ui/views/ime/ime_window_browsertest.cc',
2274 ], 2275 ],
2275 }] 2276 }]
(...skipping 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after
3547 'browser', 3548 'browser',
3548 ], 3549 ],
3549 'sources': [ 3550 'sources': [
3550 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3551 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3551 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3552 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3552 ], 3553 ],
3553 }] 3554 }]
3554 }], 3555 }],
3555 ], # 'conditions' 3556 ], # 'conditions'
3556 } 3557 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/guest_mode_options_browsertest.js ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698