| OLD | NEW |
| 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 2504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2515 'test/data/webui/print_preview.h', | 2515 'test/data/webui/print_preview.h', |
| 2516 'test/data/webui/print_preview.js', | 2516 'test/data/webui/print_preview.js', |
| 2517 ], | 2517 ], |
| 2518 }], | 2518 }], |
| 2519 ['enable_media_router==1', { | 2519 ['enable_media_router==1', { |
| 2520 'sources': [ '<@(chrome_browser_tests_media_router_sources)' ], | 2520 'sources': [ '<@(chrome_browser_tests_media_router_sources)' ], |
| 2521 'dependencies': [ | 2521 'dependencies': [ |
| 2522 'browser/media/router/media_router.gyp:media_router_test_support', | 2522 'browser/media/router/media_router.gyp:media_router_test_support', |
| 2523 'test/media_router/media_router_tests.gypi:media_router_integration_
test_files' | 2523 'test/media_router/media_router_tests.gypi:media_router_integration_
test_files' |
| 2524 ], | 2524 ], |
| 2525 'conditions': [ | |
| 2526 ['toolkit_views==0', { | |
| 2527 'sources!': [ 'browser/ui/views/media_router/media_router_ui_brows
ertest.cc' ], | |
| 2528 }], | |
| 2529 ], | |
| 2530 }], | 2525 }], |
| 2531 ['enable_mdns==1', { | 2526 ['enable_mdns==1', { |
| 2532 'sources' : [ | 2527 'sources' : [ |
| 2533 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc'
, | 2528 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc'
, |
| 2534 ] | 2529 ] |
| 2535 }], | 2530 }], |
| 2536 [ 'use_brlapi==0', { | 2531 [ 'use_brlapi==0', { |
| 2537 'sources!': [ | 2532 'sources!': [ |
| 2538 'browser/extensions/api/braille_display_private/braille_display_priv
ate_apitest.cc' | 2533 'browser/extensions/api/braille_display_private/braille_display_priv
ate_apitest.cc' |
| 2539 ] | 2534 ] |
| (...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3359 'utility', | 3354 'utility', |
| 3360 ], | 3355 ], |
| 3361 'sources': [ | 3356 'sources': [ |
| 3362 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3357 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3363 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3358 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3364 ], | 3359 ], |
| 3365 }] | 3360 }] |
| 3366 }], | 3361 }], |
| 3367 ], # 'conditions' | 3362 ], # 'conditions' |
| 3368 } | 3363 } |
| OLD | NEW |