| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 sources -= [ | 180 sources -= [ |
| 181 "base/dialog_test_browser_window.cc", | 181 "base/dialog_test_browser_window.cc", |
| 182 "base/dialog_test_browser_window.h", | 182 "base/dialog_test_browser_window.h", |
| 183 "base/test_browser_window.cc", | 183 "base/test_browser_window.cc", |
| 184 "base/test_browser_window.h", | 184 "base/test_browser_window.h", |
| 185 ] | 185 ] |
| 186 } | 186 } |
| 187 | 187 |
| 188 if (enable_extensions) { | 188 if (enable_extensions) { |
| 189 public_deps += [ | 189 public_deps += [ |
| 190 "//apps:test_support", |
| 190 "//chrome/common/extensions/api", | 191 "//chrome/common/extensions/api", |
| 191 "//extensions:test_support", | 192 "//extensions:test_support", |
| 192 ] | 193 ] |
| 193 } | 194 } |
| 194 | 195 |
| 195 if (is_linux) { | 196 if (is_linux) { |
| 196 public_deps += [ "//crypto:platform" ] | 197 public_deps += [ "//crypto:platform" ] |
| 197 } | 198 } |
| 198 if (is_mac) { | 199 if (is_mac) { |
| 199 sources += [ | 200 sources += [ |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 "//ui/aura", | 242 "//ui/aura", |
| 242 "//ui/aura:test_support", | 243 "//ui/aura:test_support", |
| 243 ] | 244 ] |
| 244 } | 245 } |
| 245 if (toolkit_views) { | 246 if (toolkit_views) { |
| 246 public_deps += [ "//ui/views:test_support" ] | 247 public_deps += [ "//ui/views:test_support" ] |
| 247 } | 248 } |
| 248 | 249 |
| 249 if (enable_extensions) { | 250 if (enable_extensions) { |
| 250 public_deps += [ | 251 public_deps += [ |
| 252 "//apps:test_support", |
| 251 "//chrome/common/extensions/api", | 253 "//chrome/common/extensions/api", |
| 252 "//extensions:test_support", | 254 "//extensions:test_support", |
| 253 ] | 255 ] |
| 254 } | 256 } |
| 255 } | 257 } |
| 256 | 258 |
| 257 # TODO(GYP_GONE): Delete this after we've converted everything to GN. | 259 # TODO(GYP_GONE): Delete this after we've converted everything to GN. |
| 258 # The _run targets exist only for compatibility w/ GYP. | 260 # The _run targets exist only for compatibility w/ GYP. |
| 259 group("telemetry_gpu_test_run") { | 261 group("telemetry_gpu_test_run") { |
| 260 testonly = true | 262 testonly = true |
| (...skipping 1990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2251 "../browser/chromeos/login/screens/network_screen_browsertest.cc", | 2253 "../browser/chromeos/login/screens/network_screen_browsertest.cc", |
| 2252 "../browser/chromeos/login/screens/update_screen_browsertest.cc", | 2254 "../browser/chromeos/login/screens/update_screen_browsertest.cc", |
| 2253 "../browser/chromeos/login/session/chrome_session_manager_browsertest.cc
", | 2255 "../browser/chromeos/login/session/chrome_session_manager_browsertest.cc
", |
| 2254 "../browser/chromeos/login/session_login_browsertest.cc", | 2256 "../browser/chromeos/login/session_login_browsertest.cc", |
| 2255 "../browser/chromeos/login/signin/device_id_browsertest.cc", | 2257 "../browser/chromeos/login/signin/device_id_browsertest.cc", |
| 2256 "../browser/chromeos/login/signin/oauth2_browsertest.cc", | 2258 "../browser/chromeos/login/signin/oauth2_browsertest.cc", |
| 2257 "../browser/chromeos/login/supervised/supervised_user_creation_browserte
st.cc", | 2259 "../browser/chromeos/login/supervised/supervised_user_creation_browserte
st.cc", |
| 2258 "../browser/chromeos/login/supervised/supervised_user_password_browserte
st.cc", | 2260 "../browser/chromeos/login/supervised/supervised_user_password_browserte
st.cc", |
| 2259 "../browser/chromeos/login/supervised/supervised_user_test_base.cc", | 2261 "../browser/chromeos/login/supervised/supervised_user_test_base.cc", |
| 2260 "../browser/chromeos/login/supervised/supervised_user_test_base.h", | 2262 "../browser/chromeos/login/supervised/supervised_user_test_base.h", |
| 2261 "../browser/chromeos/login/test/app_window_waiter.cc", | |
| 2262 "../browser/chromeos/login/test/app_window_waiter.h", | |
| 2263 "../browser/chromeos/login/test/https_forwarder.cc", | 2263 "../browser/chromeos/login/test/https_forwarder.cc", |
| 2264 "../browser/chromeos/login/test/https_forwarder.h", | 2264 "../browser/chromeos/login/test/https_forwarder.h", |
| 2265 "../browser/chromeos/login/test/oobe_base_test.cc", | 2265 "../browser/chromeos/login/test/oobe_base_test.cc", |
| 2266 "../browser/chromeos/login/test/oobe_base_test.h", | 2266 "../browser/chromeos/login/test/oobe_base_test.h", |
| 2267 "../browser/chromeos/login/test/wizard_in_process_browser_test.cc", | 2267 "../browser/chromeos/login/test/wizard_in_process_browser_test.cc", |
| 2268 "../browser/chromeos/login/test/wizard_in_process_browser_test.h", | 2268 "../browser/chromeos/login/test/wizard_in_process_browser_test.h", |
| 2269 "../browser/chromeos/login/ui/captive_portal_window_browsertest.cc", | 2269 "../browser/chromeos/login/ui/captive_portal_window_browsertest.cc", |
| 2270 "../browser/chromeos/login/ui/login_feedback_browsertest.cc", | 2270 "../browser/chromeos/login/ui/login_feedback_browsertest.cc", |
| 2271 "../browser/chromeos/login/ui/login_web_dialog_browsertest.cc", | 2271 "../browser/chromeos/login/ui/login_web_dialog_browsertest.cc", |
| 2272 "../browser/chromeos/login/ui/simple_web_view_dialog_browsertest.cc", | 2272 "../browser/chromeos/login/ui/simple_web_view_dialog_browsertest.cc", |
| (...skipping 2823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5096 } | 5096 } |
| 5097 | 5097 |
| 5098 if (is_win) { | 5098 if (is_win) { |
| 5099 loadable_module("conflicts_dll") { | 5099 loadable_module("conflicts_dll") { |
| 5100 testonly = true | 5100 testonly = true |
| 5101 sources = [ | 5101 sources = [ |
| 5102 "conflicts/conflicts_dll.cc", | 5102 "conflicts/conflicts_dll.cc", |
| 5103 ] | 5103 ] |
| 5104 } | 5104 } |
| 5105 } | 5105 } |
| OLD | NEW |