| 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 2366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2377 "../browser/ui/views/sync/profile_signin_confirmation_dialog_views_brows
ertest.cc", | 2377 "../browser/ui/views/sync/profile_signin_confirmation_dialog_views_brows
ertest.cc", |
| 2378 "../browser/ui/webui/signin/inline_login_ui_browsertest.cc", | 2378 "../browser/ui/webui/signin/inline_login_ui_browsertest.cc", |
| 2379 | 2379 |
| 2380 # chromeos does not use the desktop user manager | 2380 # chromeos does not use the desktop user manager |
| 2381 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc", | 2381 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc", |
| 2382 ] | 2382 ] |
| 2383 deps += [ | 2383 deps += [ |
| 2384 "//chrome/browser/chromeos:arc_test_support", | 2384 "//chrome/browser/chromeos:arc_test_support", |
| 2385 "//chromeos/ime:gencode", | 2385 "//chromeos/ime:gencode", |
| 2386 "//components/arc:arc_test_support", | 2386 "//components/arc:arc_test_support", |
| 2387 "//components/prefs", |
| 2387 "//components/user_manager:test_support", | 2388 "//components/user_manager:test_support", |
| 2389 "//services/preferences/public/cpp", |
| 2390 "//services/preferences/public/interfaces", |
| 2391 "//services/service_manager/public/cpp", |
| 2388 "//ui/login:resources", | 2392 "//ui/login:resources", |
| 2389 ] | 2393 ] |
| 2390 | 2394 |
| 2391 if (use_dbus) { | 2395 if (use_dbus) { |
| 2392 deps += [ "//dbus:test_support" ] | 2396 deps += [ "//dbus:test_support" ] |
| 2393 } | 2397 } |
| 2394 } else { # !is_chromeos | 2398 } else { # !is_chromeos |
| 2395 sources -= [ | 2399 sources -= [ |
| 2396 "../browser/extensions/api/enterprise_device_attributes/enterprise_devic
e_attributes_apitest.cc", | 2400 "../browser/extensions/api/enterprise_device_attributes/enterprise_devic
e_attributes_apitest.cc", |
| 2397 "../browser/extensions/api/enterprise_platform_keys/enterprise_platform_
keys_apitest_nss.cc", | 2401 "../browser/extensions/api/enterprise_platform_keys/enterprise_platform_
keys_apitest_nss.cc", |
| (...skipping 2786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5184 } | 5188 } |
| 5185 | 5189 |
| 5186 if (is_win) { | 5190 if (is_win) { |
| 5187 loadable_module("conflicts_dll") { | 5191 loadable_module("conflicts_dll") { |
| 5188 testonly = true | 5192 testonly = true |
| 5189 sources = [ | 5193 sources = [ |
| 5190 "conflicts/conflicts_dll.cc", | 5194 "conflicts/conflicts_dll.cc", |
| 5191 ] | 5195 ] |
| 5192 } | 5196 } |
| 5193 } | 5197 } |
| OLD | NEW |