Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Side by Side Diff: chrome/test/BUILD.gn

Issue 2434463004: mash: Move directly linked NewWindowDelegate to mojom::NewWindowClient. (Closed)
Patch Set: Actually rename the browser test. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2045 matching lines...) Expand 10 before | Expand all | Expand 10 after
2056 # chrome_extensions_browsertests target for more. 2056 # chrome_extensions_browsertests target for more.
2057 "//extensions:chrome_extensions_browsertests", 2057 "//extensions:chrome_extensions_browsertests",
2058 "//extensions/common/api", 2058 "//extensions/common/api",
2059 ] 2059 ]
2060 } 2060 }
2061 2061
2062 if (use_ash) { 2062 if (use_ash) {
2063 sources += [ 2063 sources += [
2064 "../browser/ui/ash/accelerator_commands_browsertest.cc", 2064 "../browser/ui/ash/accelerator_commands_browsertest.cc",
2065 "../browser/ui/ash/accelerator_controller_browsertest.cc", 2065 "../browser/ui/ash/accelerator_controller_browsertest.cc",
2066 "../browser/ui/ash/chrome_new_window_delegate_browsertest.cc", 2066 "../browser/ui/ash/chrome_new_window_client_browsertest.cc",
2067 "../browser/ui/ash/keyboard_controller_browsertest.cc", 2067 "../browser/ui/ash/keyboard_controller_browsertest.cc",
2068 "../browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest. cc", 2068 "../browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest. cc",
2069 "../browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc", 2069 "../browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc",
2070 "../browser/ui/ash/multi_user/multi_user_window_manager_test.cc", 2070 "../browser/ui/ash/multi_user/multi_user_window_manager_test.cc",
2071 "../browser/ui/ash/multi_user/multi_user_window_manager_test.h", 2071 "../browser/ui/ash/multi_user/multi_user_window_manager_test.h",
2072 "../browser/ui/ash/shelf_browsertest.cc", 2072 "../browser/ui/ash/shelf_browsertest.cc",
2073 "../browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc ", 2073 "../browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc ",
2074 "../browser/ui/ash/system_tray_tray_cast_browsertest_chromeos.cc", 2074 "../browser/ui/ash/system_tray_tray_cast_browsertest_chromeos.cc",
2075 "../browser/ui/ash/system_tray_tray_cast_browsertest_media_router_chrome os.cc", 2075 "../browser/ui/ash/system_tray_tray_cast_browsertest_media_router_chrome os.cc",
2076 "../browser/ui/ash/volume_controller_browsertest_chromeos.cc", 2076 "../browser/ui/ash/volume_controller_browsertest_chromeos.cc",
(...skipping 2947 matching lines...) Expand 10 before | Expand all | Expand 10 after
5024 "touch_hud", 5024 "touch_hud",
5025 "ui", 5025 "ui",
5026 ] 5026 ]
5027 5027
5028 if (is_linux && !is_android) { 5028 if (is_linux && !is_android) {
5029 deps += [ "//components/font_service:manifest" ] 5029 deps += [ "//components/font_service:manifest" ]
5030 packaged_services += [ "font_service" ] 5030 packaged_services += [ "font_service" ]
5031 } 5031 }
5032 } 5032 }
5033 } 5033 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698