OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 2126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2137 } | 2137 } |
2138 if (use_aura || toolkit_views) { | 2138 if (use_aura || toolkit_views) { |
2139 deps += [ "//ui/events:test_support" ] | 2139 deps += [ "//ui/events:test_support" ] |
2140 } | 2140 } |
2141 if (toolkit_views) { | 2141 if (toolkit_views) { |
2142 sources += [ | 2142 sources += [ |
2143 "../browser/ui/global_error/global_error_service_browsertest.cc", | 2143 "../browser/ui/global_error/global_error_service_browsertest.cc", |
2144 "../browser/ui/views/external_protocol_dialog_browsertest.cc", | 2144 "../browser/ui/views/external_protocol_dialog_browsertest.cc", |
2145 "../browser/ui/views/frame/browser_non_client_frame_view_browsertest_win
.cc", | 2145 "../browser/ui/views/frame/browser_non_client_frame_view_browsertest_win
.cc", |
2146 "../browser/ui/views/frame/browser_window_property_manager_browsertest_w
in.cc", | 2146 "../browser/ui/views/frame/browser_window_property_manager_browsertest_w
in.cc", |
| 2147 "../browser/ui/views/location_bar/content_setting_bubble_dialog_browsert
est.cc", |
2147 "../browser/ui/views/select_file_dialog_extension_browsertest.cc", | 2148 "../browser/ui/views/select_file_dialog_extension_browsertest.cc", |
2148 "../browser/ui/views/sync/profile_signin_confirmation_dialog_views_brows
ertest.cc", | 2149 "../browser/ui/views/sync/profile_signin_confirmation_dialog_views_brows
ertest.cc", |
2149 ] | 2150 ] |
2150 deps += [ "//ui/views" ] | 2151 deps += [ "//ui/views" ] |
2151 if (!is_chromeos && (!is_mac || mac_views_browser)) { | 2152 if (!is_chromeos && (!is_mac || mac_views_browser)) { |
2152 sources += [ "../browser/ui/views/profiles/profile_chooser_view_browsert
est.cc" ] | 2153 sources += [ "../browser/ui/views/profiles/profile_chooser_view_browsert
est.cc" ] |
2153 } | 2154 } |
2154 if (!is_mac || mac_views_browser) { | 2155 if (!is_mac || mac_views_browser) { |
2155 sources += [ | 2156 sources += [ |
2156 # TODO(tapted): Move these to chrome_browser_tests_views_sources when
the | 2157 # TODO(tapted): Move these to chrome_browser_tests_views_sources when
the |
(...skipping 3021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5178 } | 5179 } |
5179 | 5180 |
5180 if (is_win) { | 5181 if (is_win) { |
5181 loadable_module("conflicts_dll") { | 5182 loadable_module("conflicts_dll") { |
5182 testonly = true | 5183 testonly = true |
5183 sources = [ | 5184 sources = [ |
5184 "conflicts/conflicts_dll.cc", | 5185 "conflicts/conflicts_dll.cc", |
5185 ] | 5186 ] |
5186 } | 5187 } |
5187 } | 5188 } |
OLD | NEW |