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 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 'browser/chromeos/power/peripheral_battery_observer_browsertest.cc', | 795 'browser/chromeos/power/peripheral_battery_observer_browsertest.cc', |
796 'browser/chromeos/preferences_chromeos_browsertest.cc', | 796 'browser/chromeos/preferences_chromeos_browsertest.cc', |
797 'browser/chromeos/profiles/profile_helper_browsertest.cc', | 797 'browser/chromeos/profiles/profile_helper_browsertest.cc', |
798 'browser/chromeos/settings/scoped_cros_settings_test_helper.cc', | 798 'browser/chromeos/settings/scoped_cros_settings_test_helper.cc', |
799 'browser/chromeos/settings/scoped_cros_settings_test_helper.h', | 799 'browser/chromeos/settings/scoped_cros_settings_test_helper.h', |
800 'browser/chromeos/shutdown_policy_browsertest.cc', | 800 'browser/chromeos/shutdown_policy_browsertest.cc', |
801 'browser/chromeos/system/device_disabling_browsertest.cc', | 801 'browser/chromeos/system/device_disabling_browsertest.cc', |
802 'browser/chromeos/system/tray_accessibility_browsertest.cc', | 802 'browser/chromeos/system/tray_accessibility_browsertest.cc', |
803 'browser/download/notification/download_notification_browsertest.cc', | 803 'browser/download/notification/download_notification_browsertest.cc', |
804 'browser/drive/drive_notification_manager_factory_browsertest.cc', | 804 'browser/drive/drive_notification_manager_factory_browsertest.cc', |
| 805 'browser/extensions/api/certificate_provider/certificate_provider_apitest.
cc', |
805 'browser/extensions/api/vpn_provider/vpn_provider_apitest.cc', | 806 'browser/extensions/api/vpn_provider/vpn_provider_apitest.cc', |
806 'browser/ui/webui/options/chromeos/accounts_options_browsertest.cc', | 807 'browser/ui/webui/options/chromeos/accounts_options_browsertest.cc', |
807 'browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc', | 808 'browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc', |
808 'browser/ui/webui/options/chromeos/shared_options_browsertest.cc', | 809 'browser/ui/webui/options/chromeos/shared_options_browsertest.cc', |
809 ], | 810 ], |
810 'chrome_browser_tests_views_non_cros_or_mac_sources': [ | 811 'chrome_browser_tests_views_non_cros_or_mac_sources': [ |
811 # This should be brought up on OSX Views but not CrOS. | 812 # This should be brought up on OSX Views but not CrOS. |
812 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc', | 813 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc', |
813 ], | 814 ], |
814 'chrome_browser_tests_policy_sources': [ | 815 'chrome_browser_tests_policy_sources': [ |
(...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2149 'msvs_settings': { | 2150 'msvs_settings': { |
2150 'VCLinkerTool': { | 2151 'VCLinkerTool': { |
2151 'conditions': [ | 2152 'conditions': [ |
2152 ['incremental_chrome_dll==1', { | 2153 ['incremental_chrome_dll==1', { |
2153 'UseLibraryDependencyInputs': "true", | 2154 'UseLibraryDependencyInputs': "true", |
2154 }], | 2155 }], |
2155 ], | 2156 ], |
2156 }, | 2157 }, |
2157 }, | 2158 }, |
2158 'conditions': [ | 2159 'conditions': [ |
| 2160 ['chromeos==1 and use_openssl==1', { |
| 2161 'dependencies': [ |
| 2162 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 2163 ] |
| 2164 } |
| 2165 ], |
2159 [ 'cld_version==2', { | 2166 [ 'cld_version==2', { |
2160 'dependencies': [ | 2167 'dependencies': [ |
2161 # Because the browser_tests use translate, they need CLD data. | 2168 # Because the browser_tests use translate, they need CLD data. |
2162 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ], | 2169 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ], |
2163 }], | 2170 }], |
2164 ['enable_one_click_signin==0', { | 2171 ['enable_one_click_signin==0', { |
2165 'sources!': [ | 2172 'sources!': [ |
2166 'browser/ui/sync/one_click_signin_bubble_links_delegate_browsertest.
cc', | 2173 'browser/ui/sync/one_click_signin_bubble_links_delegate_browsertest.
cc', |
2167 ] | 2174 ] |
2168 }], | 2175 }], |
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3351 'utility', | 3358 'utility', |
3352 ], | 3359 ], |
3353 'sources': [ | 3360 'sources': [ |
3354 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3361 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3355 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3362 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3356 ], | 3363 ], |
3357 }] | 3364 }] |
3358 }], | 3365 }], |
3359 ], # 'conditions' | 3366 ], # 'conditions' |
3360 } | 3367 } |
OLD | NEW |