| 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 2342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2353 ['exclude', '^browser/ui/webui/downloads_ui_supervised_browsertest.j
s'], | 2353 ['exclude', '^browser/ui/webui/downloads_ui_supervised_browsertest.j
s'], |
| 2354 ], | 2354 ], |
| 2355 }], | 2355 }], |
| 2356 ['enable_pepper_cdms==1', { | 2356 ['enable_pepper_cdms==1', { |
| 2357 'dependencies': [ | 2357 'dependencies': [ |
| 2358 # Runtime dependencies. | 2358 # Runtime dependencies. |
| 2359 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', | 2359 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', |
| 2360 '../media/media.gyp:clearkeycdmadapter', | 2360 '../media/media.gyp:clearkeycdmadapter', |
| 2361 ], | 2361 ], |
| 2362 }], | 2362 }], |
| 2363 ['enable_printing!=1', { | 2363 ['enable_print_preview==0', { |
| 2364 'sources/': [ | 2364 'sources/': [ |
| 2365 ['exclude', '^browser/extensions/api/cloud_print_private/cloud_print
_private_apitest.cc'], | 2365 ['exclude', '^browser/extensions/api/cloud_print_private/cloud_print
_private_apitest.cc'], |
| 2366 ['exclude', '^browser/printing/cloud_print/test/.*'], | 2366 ['exclude', '^browser/printing/cloud_print/test/.*'], |
| 2367 ['exclude', '^browser/printing/print_preview_dialog_controller_brows
ertest.cc'], | 2367 ['exclude', '^browser/printing/print_preview_dialog_controller_brows
ertest.cc'], |
| 2368 ['exclude', '^browser/printing/print_preview_pdf_generated_browserte
st.cc'], | 2368 ['exclude', '^browser/printing/print_preview_pdf_generated_browserte
st.cc'], |
| 2369 ['exclude', '^browser/service_process/service_process_control_browse
rtest.cc'], | 2369 ['exclude', '^browser/service_process/service_process_control_browse
rtest.cc'], |
| 2370 ['exclude', '^browser/ui/webui/print_preview/print_preview_ui_browse
rtest.cc'], | 2370 ['exclude', '^browser/ui/webui/print_preview/print_preview_ui_browse
rtest.cc'], |
| 2371 ['exclude', '^test/data/webui/print_preview.cc'], | 2371 ['exclude', '^test/data/webui/print_preview.cc'], |
| 2372 ['exclude', '^test/data/webui/print_preview.h'], | 2372 ['exclude', '^test/data/webui/print_preview.h'], |
| 2373 ['exclude', '^test/data/webui/print_preview.js'], | 2373 ['exclude', '^test/data/webui/print_preview.js'], |
| 2374 ], | 2374 ], |
| 2375 }], | 2375 }], |
| 2376 ['enable_printing==0', { | 2376 ['enable_basic_printing==0 and enable_print_preview==0', { |
| 2377 'sources/': [ | 2377 'sources/': [ |
| 2378 ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc
'], | 2378 ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc
'], |
| 2379 ], | 2379 ], |
| 2380 }], | 2380 }], |
| 2381 ['enable_mdns==1 and use_athena==0', { | 2381 ['enable_mdns==1 and use_athena==0', { |
| 2382 'sources' : [ | 2382 'sources' : [ |
| 2383 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc'
, | 2383 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc'
, |
| 2384 ] | 2384 ] |
| 2385 }], | 2385 }], |
| 2386 [ 'use_brlapi==0', { | 2386 [ 'use_brlapi==0', { |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2722 'app/chrome_dll.rc', | 2722 'app/chrome_dll.rc', |
| 2723 'app/chrome_version.rc.version', | 2723 'app/chrome_version.rc.version', |
| 2724 'test/data/resource.rc', | 2724 'test/data/resource.rc', |
| 2725 ], | 2725 ], |
| 2726 }], | 2726 }], |
| 2727 ['toolkit_views==1', { | 2727 ['toolkit_views==1', { |
| 2728 'dependencies': [ | 2728 'dependencies': [ |
| 2729 '../ui/views/views.gyp:views', | 2729 '../ui/views/views.gyp:views', |
| 2730 ], | 2730 ], |
| 2731 }], | 2731 }], |
| 2732 ['enable_printing!=0', { | 2732 ['enable_basic_printing==1 or enable_print_preview==1', { |
| 2733 'dependencies': [ | 2733 'dependencies': [ |
| 2734 '../printing/printing.gyp:printing', | 2734 '../printing/printing.gyp:printing', |
| 2735 ], | 2735 ], |
| 2736 }], | 2736 }], |
| 2737 ['enable_app_list==0', { | 2737 ['enable_app_list==0', { |
| 2738 'sources!': [ | 2738 'sources!': [ |
| 2739 'browser/sync/test/integration/single_client_app_list_sync_test.cc', | 2739 'browser/sync/test/integration/single_client_app_list_sync_test.cc', |
| 2740 'browser/sync/test/integration/two_client_app_list_sync_test.cc', | 2740 'browser/sync/test/integration/two_client_app_list_sync_test.cc', |
| 2741 ], | 2741 ], |
| 2742 }], | 2742 }], |
| (...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3206 ['enable_webrtc==1', { | 3206 ['enable_webrtc==1', { |
| 3207 'dependencies': [ | 3207 'dependencies': [ |
| 3208 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3208 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3209 ] | 3209 ] |
| 3210 }], | 3210 }], |
| 3211 ], | 3211 ], |
| 3212 }] | 3212 }] |
| 3213 }], | 3213 }], |
| 3214 ], # 'conditions' | 3214 ], # 'conditions' |
| 3215 } | 3215 } |
| OLD | NEW |