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

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: Added browser test. Created 4 years, 10 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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 2574 matching lines...) Expand 10 before | Expand all | Expand 10 after
2585 'sources!': [ 2585 'sources!': [
2586 # TODO(dbeam): log webui URLs on iOS and test them. 2586 # TODO(dbeam): log webui URLs on iOS and test them.
2587 'browser/ui/webui/log_web_ui_url_browsertest.cc', 2587 'browser/ui/webui/log_web_ui_url_browsertest.cc',
2588 ], 2588 ],
2589 }], 2589 }],
2590 ['OS!="android" and OS!="ios"', { 2590 ['OS!="android" and OS!="ios"', {
2591 'sources': [ 2591 'sources': [
2592 'browser/copresence/chrome_whispernet_client_browsertest.cc', 2592 'browser/copresence/chrome_whispernet_client_browsertest.cc',
2593 ], 2593 ],
2594 'dependencies': [ 2594 'dependencies': [
2595 '../components/components.gyp:arc_test_support',
2595 '../components/components.gyp:copresence', 2596 '../components/components.gyp:copresence',
2596 # build time dependency. 2597 # build time dependency.
2597 '../v8/src/d8.gyp:d8#host', 2598 '../v8/src/d8.gyp:d8#host',
2598 ], 2599 ],
2599 }], 2600 }],
2600 ['enable_app_list==1', { 2601 ['enable_app_list==1', {
2601 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ], 2602 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ],
2602 }, { 2603 }, {
2603 'sources!': [ 'browser/ui/webui/app_list/start_page_browsertest.js' ], 2604 'sources!': [ 'browser/ui/webui/app_list/start_page_browsertest.js' ],
2604 }], 2605 }],
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
3523 'browser', 3524 'browser',
3524 ], 3525 ],
3525 'sources': [ 3526 'sources': [
3526 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3527 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3527 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3528 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3528 ], 3529 ],
3529 }] 3530 }]
3530 }], 3531 }],
3531 ], # 'conditions' 3532 ], # 'conditions'
3532 } 3533 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698