Chromium Code Reviews| 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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 568 'test/data/webui/history_ui_browsertest.cc', | 568 'test/data/webui/history_ui_browsertest.cc', |
| 569 'test/data/webui/history_ui_browsertest.h', | 569 'test/data/webui/history_ui_browsertest.h', |
| 570 'test/data/webui/ntp4_browsertest.cc', | 570 'test/data/webui/ntp4_browsertest.cc', |
| 571 'test/data/webui/ntp4_browsertest.h', | 571 'test/data/webui/ntp4_browsertest.h', |
| 572 'test/data/webui/print_preview.cc', | 572 'test/data/webui/print_preview.cc', |
| 573 'test/data/webui/print_preview.h', | 573 'test/data/webui/print_preview.h', |
| 574 'test/data/webui/webui_resource_browsertest.cc', | 574 'test/data/webui/webui_resource_browsertest.cc', |
| 575 'test/gpu/webgl_infobar_browsertest.cc', | 575 'test/gpu/webgl_infobar_browsertest.cc', |
| 576 'test/ppapi/ppapi_browsertest.cc', | 576 'test/ppapi/ppapi_browsertest.cc', |
| 577 ], | 577 ], |
| 578 'chrome_browser_tests_plugins_sources': [ | |
| 579 'browser/plugins/plugins_field_trial_browsertest.cc', | |
|
tommycli
2015/04/17 17:03:56
It surprises me that this is the only enable_plugi
Dan Beam
2015/04/18 19:37:35
Surprise removed.
| |
| 580 ], | |
| 578 # Cross-platform views browser tests ready for toolkit-views on Mac. | 581 # Cross-platform views browser tests ready for toolkit-views on Mac. |
| 579 'chrome_browser_tests_views_sources': [ | 582 'chrome_browser_tests_views_sources': [ |
| 580 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c', | 583 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c', |
| 581 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc', | 584 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc', |
| 582 'browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc ', | 585 'browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc ', |
| 583 'browser/ui/views/select_file_dialog_extension_browsertest.cc', | 586 'browser/ui/views/select_file_dialog_extension_browsertest.cc', |
| 584 ], | 587 ], |
| 585 # Cross-platform (except Mac) views browser tests. Assumes app list is | 588 # Cross-platform (except Mac) views browser tests. Assumes app list is |
| 586 # enabled (as for chrome_browser_ui_views_non_mac_sources). | 589 # enabled (as for chrome_browser_ui_views_non_mac_sources). |
| 587 'chrome_browser_tests_views_non_mac_sources': [ | 590 'chrome_browser_tests_views_non_mac_sources': [ |
| (...skipping 1474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2062 ['enable_one_click_signin==0', { | 2065 ['enable_one_click_signin==0', { |
| 2063 'sources!': [ | 2066 'sources!': [ |
| 2064 'browser/ui/sync/one_click_signin_bubble_links_delegate_browsertest. cc', | 2067 'browser/ui/sync/one_click_signin_bubble_links_delegate_browsertest. cc', |
| 2065 ] | 2068 ] |
| 2066 }], | 2069 }], |
| 2067 ['enable_autofill_dialog==0', { | 2070 ['enable_autofill_dialog==0', { |
| 2068 'sources!': [ | 2071 'sources!': [ |
| 2069 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', | 2072 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', |
| 2070 ] | 2073 ] |
| 2071 }], | 2074 }], |
| 2075 ['enable_plugins==1', { | |
| 2076 'sources': [ | |
| 2077 '<@(chrome_browser_tests_plugins_sources)', | |
| 2078 ], | |
| 2079 }], | |
| 2072 ['disable_nacl==0', { | 2080 ['disable_nacl==0', { |
| 2073 'sources':[ | 2081 'sources':[ |
| 2074 'browser/extensions/extension_nacl_browsertest.cc', | 2082 'browser/extensions/extension_nacl_browsertest.cc', |
| 2075 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', | 2083 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', |
| 2076 ], | 2084 ], |
| 2077 'conditions': [ | 2085 'conditions': [ |
| 2078 ['disable_nacl_untrusted==0', { | 2086 ['disable_nacl_untrusted==0', { |
| 2079 'sources': [ | 2087 'sources': [ |
| 2080 'test/nacl/nacl_browsertest.cc', | 2088 'test/nacl/nacl_browsertest.cc', |
| 2081 'test/nacl/nacl_browsertest_uma.cc', | 2089 'test/nacl/nacl_browsertest_uma.cc', |
| (...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3225 ['enable_webrtc==1', { | 3233 ['enable_webrtc==1', { |
| 3226 'dependencies': [ | 3234 'dependencies': [ |
| 3227 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3235 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3228 ] | 3236 ] |
| 3229 }], | 3237 }], |
| 3230 ], | 3238 ], |
| 3231 }] | 3239 }] |
| 3232 }], | 3240 }], |
| 3233 ], # 'conditions' | 3241 ], # 'conditions' |
| 3234 } | 3242 } |
| OLD | NEW |