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