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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1684063002: Add ArcEnabled policy implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@26869593
Patch Set: Fixed GuestModeOptionsUIBrowserTest.testSections Created 4 years, 9 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 2411 matching lines...) Expand 10 before | Expand all | Expand 10 after
2422 'conditions': [ 2422 'conditions': [
2423 ['OS=="linux" or OS=="win"', { 2423 ['OS=="linux" or OS=="win"', {
2424 'sources': [ 2424 'sources': [
2425 'browser/ui/views/ime/input_ime_apitest_nonchromeos.cc', 2425 'browser/ui/views/ime/input_ime_apitest_nonchromeos.cc',
2426 ] 2426 ]
2427 }], 2427 }],
2428 ] 2428 ]
2429 }], 2429 }],
2430 ['configuration_policy==1', { 2430 ['configuration_policy==1', {
2431 'sources': [ '<@(chrome_browser_tests_policy_sources)' ], 2431 'sources': [ '<@(chrome_browser_tests_policy_sources)' ],
2432 'conditions': [
2433 ['chromeos==1', {
2434 'dependencies': [
2435 '../components/components.gyp:arc_test_support',
2436 ]
2437 }]
2438 ]
2432 }], 2439 }],
2433 ['enable_web_speech==1', { 2440 ['enable_web_speech==1', {
2434 'sources': [ '<@(chrome_browser_tests_speech_sources)' ], 2441 'sources': [ '<@(chrome_browser_tests_speech_sources)' ],
2435 }], 2442 }],
2436 # TODO(nparker) enable tests for safe_browsing==2. 2443 # TODO(nparker) enable tests for safe_browsing==2.
2437 ['safe_browsing==1', { 2444 ['safe_browsing==1', {
2438 'sources': [ '<@(chrome_browser_tests_full_safe_browsing_sources)' ], 2445 'sources': [ '<@(chrome_browser_tests_full_safe_browsing_sources)' ],
2439 'dependencies': [ 2446 'dependencies': [
2440 '../components/components.gyp:safe_browsing_metadata_proto', 2447 '../components/components.gyp:safe_browsing_metadata_proto',
2441 ], 2448 ],
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
3535 'browser', 3542 'browser',
3536 ], 3543 ],
3537 'sources': [ 3544 'sources': [
3538 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3545 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3539 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3546 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3540 ], 3547 ],
3541 }] 3548 }]
3542 }], 3549 }],
3543 ], # 'conditions' 3550 ], # 'conditions'
3544 } 3551 }
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