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 2108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2119 } | 2119 } |
2120 if (toolkit_views) { | 2120 if (toolkit_views) { |
2121 sources += [ | 2121 sources += [ |
2122 "../browser/ui/global_error/global_error_service_browsertest.cc", | 2122 "../browser/ui/global_error/global_error_service_browsertest.cc", |
2123 "../browser/ui/views/frame/browser_non_client_frame_view_browsertest_win
.cc", | 2123 "../browser/ui/views/frame/browser_non_client_frame_view_browsertest_win
.cc", |
2124 "../browser/ui/views/frame/browser_window_property_manager_browsertest_w
in.cc", | 2124 "../browser/ui/views/frame/browser_window_property_manager_browsertest_w
in.cc", |
2125 "../browser/ui/views/select_file_dialog_extension_browsertest.cc", | 2125 "../browser/ui/views/select_file_dialog_extension_browsertest.cc", |
2126 ] | 2126 ] |
2127 deps += [ "//ui/views" ] | 2127 deps += [ "//ui/views" ] |
2128 if (!is_chromeos && (!is_mac || mac_views_browser)) { | 2128 if (!is_chromeos && (!is_mac || mac_views_browser)) { |
2129 sources += [ "../browser/ui/views/profiles/profile_chooser_view_browsert
est.cc" ] | 2129 sources += [ |
| 2130 "../browser/ui/views/external_protocol_dialog_browsertest.cc", |
| 2131 "../browser/ui/views/profiles/profile_chooser_view_browsertest.cc", |
| 2132 ] |
2130 } | 2133 } |
2131 if (!is_mac || mac_views_browser) { | 2134 if (!is_mac || mac_views_browser) { |
2132 sources += [ | 2135 sources += [ |
2133 # TODO(tapted): Move these to chrome_browser_tests_views_sources when
the | 2136 # TODO(tapted): Move these to chrome_browser_tests_views_sources when
the |
2134 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. ou
t of | 2137 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. ou
t of |
2135 # chrome_browser_ui_views_non_mac_sources). http://crbug.com/404979. | 2138 # chrome_browser_ui_views_non_mac_sources). http://crbug.com/404979. |
2136 "../browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc"
, | 2139 "../browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc"
, |
2137 "../browser/ui/views/autofill/card_unmask_prompt_view_tester_views.cc"
, | 2140 "../browser/ui/views/autofill/card_unmask_prompt_view_tester_views.cc"
, |
2138 "../browser/ui/views/autofill/card_unmask_prompt_view_tester_views.h", | 2141 "../browser/ui/views/autofill/card_unmask_prompt_view_tester_views.h", |
2139 "../browser/ui/views/autofill/password_generation_popup_view_tester_vi
ews.cc", | 2142 "../browser/ui/views/autofill/password_generation_popup_view_tester_vi
ews.cc", |
(...skipping 2964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5104 } | 5107 } |
5105 | 5108 |
5106 if (is_win) { | 5109 if (is_win) { |
5107 loadable_module("conflicts_dll") { | 5110 loadable_module("conflicts_dll") { |
5108 testonly = true | 5111 testonly = true |
5109 sources = [ | 5112 sources = [ |
5110 "conflicts/conflicts_dll.cc", | 5113 "conflicts/conflicts_dll.cc", |
5111 ] | 5114 ] |
5112 } | 5115 } |
5113 } | 5116 } |
OLD | NEW |