| 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 2358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2369 "../browser/service_process/service_process_control_browsertest.cc", | 2369 "../browser/service_process/service_process_control_browsertest.cc", |
| 2370 "../browser/ui/views/external_protocol_dialog_browsertest.cc", | 2370 "../browser/ui/views/external_protocol_dialog_browsertest.cc", |
| 2371 | 2371 |
| 2372 # inline login UI is disabled on chromeos | 2372 # inline login UI is disabled on chromeos |
| 2373 "../browser/ui/webui/signin/inline_login_ui_browsertest.cc", | 2373 "../browser/ui/webui/signin/inline_login_ui_browsertest.cc", |
| 2374 | 2374 |
| 2375 # chromeos does not use the desktop user manager | 2375 # chromeos does not use the desktop user manager |
| 2376 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc", | 2376 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc", |
| 2377 ] | 2377 ] |
| 2378 deps += [ | 2378 deps += [ |
| 2379 "//chrome/browser/chromeos:arc_test_support", |
| 2379 "//chromeos/ime:gencode", | 2380 "//chromeos/ime:gencode", |
| 2380 "//components/arc:arc_test_support", | 2381 "//components/arc:arc_test_support", |
| 2381 "//components/user_manager:test_support", | 2382 "//components/user_manager:test_support", |
| 2382 "//ui/login:resources", | 2383 "//ui/login:resources", |
| 2383 ] | 2384 ] |
| 2384 | 2385 |
| 2385 if (use_dbus) { | 2386 if (use_dbus) { |
| 2386 deps += [ "//dbus:test_support" ] | 2387 deps += [ "//dbus:test_support" ] |
| 2387 } | 2388 } |
| 2388 } else { # !is_chromeos | 2389 } else { # !is_chromeos |
| (...skipping 2760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5149 } | 5150 } |
| 5150 | 5151 |
| 5151 if (is_win) { | 5152 if (is_win) { |
| 5152 loadable_module("conflicts_dll") { | 5153 loadable_module("conflicts_dll") { |
| 5153 testonly = true | 5154 testonly = true |
| 5154 sources = [ | 5155 sources = [ |
| 5155 "conflicts/conflicts_dll.cc", | 5156 "conflicts/conflicts_dll.cc", |
| 5156 ] | 5157 ] |
| 5157 } | 5158 } |
| 5158 } | 5159 } |
| OLD | NEW |