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 2074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2085 "../browser/ui/ash/app_list/app_list_controller_ash_browsertest.cc", | 2085 "../browser/ui/ash/app_list/app_list_controller_ash_browsertest.cc", |
2086 "../browser/ui/ash/chrome_new_window_client_browsertest.cc", | 2086 "../browser/ui/ash/chrome_new_window_client_browsertest.cc", |
2087 "../browser/ui/ash/keyboard_controller_browsertest.cc", | 2087 "../browser/ui/ash/keyboard_controller_browsertest.cc", |
2088 "../browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.
cc", | 2088 "../browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.
cc", |
2089 "../browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc", | 2089 "../browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc", |
2090 "../browser/ui/ash/multi_user/multi_user_window_manager_test.cc", | 2090 "../browser/ui/ash/multi_user/multi_user_window_manager_test.cc", |
2091 "../browser/ui/ash/multi_user/multi_user_window_manager_test.h", | 2091 "../browser/ui/ash/multi_user/multi_user_window_manager_test.h", |
2092 "../browser/ui/ash/shelf_browsertest.cc", | 2092 "../browser/ui/ash/shelf_browsertest.cc", |
2093 "../browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc
", | 2093 "../browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc
", |
2094 "../browser/ui/ash/system_tray_tray_cast_browsertest_media_router_chrome
os.cc", | 2094 "../browser/ui/ash/system_tray_tray_cast_browsertest_media_router_chrome
os.cc", |
2095 "../browser/ui/ash/volume_controller_browsertest_chromeos.cc", | 2095 "../browser/ui/ash/volume_controller_browsertest.cc", |
2096 "../browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest
.cc", | 2096 "../browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest
.cc", |
2097 ] | 2097 ] |
2098 deps += [ | 2098 deps += [ |
2099 "//ash/test:ash_with_aura_test_support", | 2099 "//ash/test:ash_with_aura_test_support", |
2100 "//ash/test:test_support_with_content", | 2100 "//ash/test:test_support_with_content", |
2101 ] | 2101 ] |
2102 | 2102 |
2103 if (enable_app_list) { | 2103 if (enable_app_list) { |
2104 deps += [ ":test_support_applist_ash" ] | 2104 deps += [ ":test_support_applist_ash" ] |
2105 } | 2105 } |
(...skipping 3044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5150 } | 5150 } |
5151 | 5151 |
5152 if (is_win) { | 5152 if (is_win) { |
5153 loadable_module("conflicts_dll") { | 5153 loadable_module("conflicts_dll") { |
5154 testonly = true | 5154 testonly = true |
5155 sources = [ | 5155 sources = [ |
5156 "conflicts/conflicts_dll.cc", | 5156 "conflicts/conflicts_dll.cc", |
5157 ] | 5157 ] |
5158 } | 5158 } |
5159 } | 5159 } |
OLD | NEW |