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 2125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2136 } | 2136 } |
2137 if (use_aura || toolkit_views) { | 2137 if (use_aura || toolkit_views) { |
2138 deps += [ "//ui/events:test_support" ] | 2138 deps += [ "//ui/events:test_support" ] |
2139 } | 2139 } |
2140 if (toolkit_views) { | 2140 if (toolkit_views) { |
2141 sources += [ | 2141 sources += [ |
2142 "../browser/ui/global_error/global_error_service_browsertest.cc", | 2142 "../browser/ui/global_error/global_error_service_browsertest.cc", |
2143 "../browser/ui/views/external_protocol_dialog_browsertest.cc", | 2143 "../browser/ui/views/external_protocol_dialog_browsertest.cc", |
2144 "../browser/ui/views/frame/browser_non_client_frame_view_browsertest_win
.cc", | 2144 "../browser/ui/views/frame/browser_non_client_frame_view_browsertest_win
.cc", |
2145 "../browser/ui/views/frame/browser_window_property_manager_browsertest_w
in.cc", | 2145 "../browser/ui/views/frame/browser_window_property_manager_browsertest_w
in.cc", |
| 2146 "../browser/ui/views/location_bar/content_setting_bubble_dialog_browsert
est.cc", |
2146 "../browser/ui/views/select_file_dialog_extension_browsertest.cc", | 2147 "../browser/ui/views/select_file_dialog_extension_browsertest.cc", |
2147 ] | 2148 ] |
2148 deps += [ "//ui/views" ] | 2149 deps += [ "//ui/views" ] |
2149 if (!is_chromeos && (!is_mac || mac_views_browser)) { | 2150 if (!is_chromeos && (!is_mac || mac_views_browser)) { |
2150 sources += [ "../browser/ui/views/profiles/profile_chooser_view_browsert
est.cc" ] | 2151 sources += [ "../browser/ui/views/profiles/profile_chooser_view_browsert
est.cc" ] |
2151 } | 2152 } |
2152 if (!is_mac || mac_views_browser) { | 2153 if (!is_mac || mac_views_browser) { |
2153 sources += [ | 2154 sources += [ |
2154 # TODO(tapted): Move these to chrome_browser_tests_views_sources when
the | 2155 # TODO(tapted): Move these to chrome_browser_tests_views_sources when
the |
2155 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. ou
t of | 2156 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. ou
t of |
(...skipping 3004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5160 } | 5161 } |
5161 | 5162 |
5162 if (is_win) { | 5163 if (is_win) { |
5163 loadable_module("conflicts_dll") { | 5164 loadable_module("conflicts_dll") { |
5164 testonly = true | 5165 testonly = true |
5165 sources = [ | 5166 sources = [ |
5166 "conflicts/conflicts_dll.cc", | 5167 "conflicts/conflicts_dll.cc", |
5167 ] | 5168 ] |
5168 } | 5169 } |
5169 } | 5170 } |
OLD | NEW |