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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1345013002: Add is_chromecast to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase + ui changes. Created 5 years, 3 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
« no previous file with comments | « build/config/ui.gni ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2507 matching lines...) Expand 10 before | Expand all | Expand 10 after
2518 'test/data/webui/print_preview.h', 2518 'test/data/webui/print_preview.h',
2519 'test/data/webui/print_preview.js', 2519 'test/data/webui/print_preview.js',
2520 ], 2520 ],
2521 }], 2521 }],
2522 ['enable_media_router==1', { 2522 ['enable_media_router==1', {
2523 'sources': [ '<@(chrome_browser_tests_media_router_sources)' ], 2523 'sources': [ '<@(chrome_browser_tests_media_router_sources)' ],
2524 'dependencies': [ 2524 'dependencies': [
2525 'browser/media/router/media_router.gyp:media_router_test_support', 2525 'browser/media/router/media_router.gyp:media_router_test_support',
2526 'test/media_router/media_router_tests.gypi:media_router_integration_ test_files' 2526 'test/media_router/media_router_tests.gypi:media_router_integration_ test_files'
2527 ], 2527 ],
2528 'conditions': [
2529 ['toolkit_views==0', {
2530 'sources!': [ 'browser/ui/views/media_router/media_router_ui_brows ertest.cc' ],
2531 }],
2532 ],
2533 }], 2528 }],
2534 ['enable_mdns==1', { 2529 ['enable_mdns==1', {
2535 'sources' : [ 2530 'sources' : [
2536 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc' , 2531 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc' ,
2537 ] 2532 ]
2538 }], 2533 }],
2539 [ 'use_brlapi==0', { 2534 [ 'use_brlapi==0', {
2540 'sources!': [ 2535 'sources!': [
2541 'browser/extensions/api/braille_display_private/braille_display_priv ate_apitest.cc' 2536 'browser/extensions/api/braille_display_private/braille_display_priv ate_apitest.cc'
2542 ] 2537 ]
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
3362 'utility', 3357 'utility',
3363 ], 3358 ],
3364 'sources': [ 3359 'sources': [
3365 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3360 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3366 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3361 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3367 ], 3362 ],
3368 }] 3363 }]
3369 }], 3364 }],
3370 ], # 'conditions' 3365 ], # 'conditions'
3371 } 3366 }
OLDNEW
« no previous file with comments | « build/config/ui.gni ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698