| 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 4161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4172 "../browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_uni
ttest.cc", | 4172 "../browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_uni
ttest.cc", |
| 4173 "../browser/ui/ash/multi_user/multi_user_util_chromeos_unittest.cc", | 4173 "../browser/ui/ash/multi_user/multi_user_util_chromeos_unittest.cc", |
| 4174 "../browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.
cc", | 4174 "../browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.
cc", |
| 4175 "../browser/ui/ash/multi_user/user_switch_util_unittest.cc", | 4175 "../browser/ui/ash/multi_user/user_switch_util_unittest.cc", |
| 4176 "../browser/ui/ash/session_state_delegate_chromeos_unittest.cc", | 4176 "../browser/ui/ash/session_state_delegate_chromeos_unittest.cc", |
| 4177 "../browser/ui/ash/system_tray_delegate_chromeos_unittest.cc", | 4177 "../browser/ui/ash/system_tray_delegate_chromeos_unittest.cc", |
| 4178 "../browser/ui/ash/window_positioner_unittest.cc", | 4178 "../browser/ui/ash/window_positioner_unittest.cc", |
| 4179 "../browser/ui/window_sizer/window_sizer_ash_unittest.cc", | 4179 "../browser/ui/window_sizer/window_sizer_ash_unittest.cc", |
| 4180 ] | 4180 ] |
| 4181 deps += [ | 4181 deps += [ |
| 4182 "//ash/common/strings", | |
| 4183 "//ash/resources", | 4182 "//ash/resources", |
| 4183 "//ash/strings", |
| 4184 "//ash/test:ash_with_aura_test_support", | 4184 "//ash/test:ash_with_aura_test_support", |
| 4185 "//ash/test:test_support_with_content", | 4185 "//ash/test:test_support_with_content", |
| 4186 ] | 4186 ] |
| 4187 | 4187 |
| 4188 # Chrome OS uses window_sizer_ash_unittest.cc | 4188 # Chrome OS uses window_sizer_ash_unittest.cc |
| 4189 sources -= [ "../browser/ui/window_sizer/window_sizer_unittest.cc" ] | 4189 sources -= [ "../browser/ui/window_sizer/window_sizer_unittest.cc" ] |
| 4190 } | 4190 } |
| 4191 if (use_aura) { | 4191 if (use_aura) { |
| 4192 deps += [ | 4192 deps += [ |
| 4193 "//ui/aura:test_support", | 4193 "//ui/aura:test_support", |
| (...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5189 } | 5189 } |
| 5190 | 5190 |
| 5191 if (is_win) { | 5191 if (is_win) { |
| 5192 loadable_module("conflicts_dll") { | 5192 loadable_module("conflicts_dll") { |
| 5193 testonly = true | 5193 testonly = true |
| 5194 sources = [ | 5194 sources = [ |
| 5195 "conflicts/conflicts_dll.cc", | 5195 "conflicts/conflicts_dll.cc", |
| 5196 ] | 5196 ] |
| 5197 } | 5197 } |
| 5198 } | 5198 } |
| OLD | NEW |