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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2434463004: mash: Move directly linked NewWindowDelegate to mojom::NewWindowClient. (Closed)
Patch Set: Actually rename the browser test. Created 4 years, 1 month 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1268 "ash/ash_util.cc", 1268 "ash/ash_util.cc",
1269 "ash/ash_util.h", 1269 "ash/ash_util.h",
1270 "ash/cast_config_delegate_chromeos.cc", 1270 "ash/cast_config_delegate_chromeos.cc",
1271 "ash/cast_config_delegate_chromeos.h", 1271 "ash/cast_config_delegate_chromeos.h",
1272 "ash/cast_config_delegate_media_router.cc", 1272 "ash/cast_config_delegate_media_router.cc",
1273 "ash/cast_config_delegate_media_router.h", 1273 "ash/cast_config_delegate_media_router.h",
1274 "ash/chrome_keyboard_ui.cc", 1274 "ash/chrome_keyboard_ui.cc",
1275 "ash/chrome_keyboard_ui.h", 1275 "ash/chrome_keyboard_ui.h",
1276 "ash/chrome_launcher_prefs.cc", 1276 "ash/chrome_launcher_prefs.cc",
1277 "ash/chrome_launcher_prefs.h", 1277 "ash/chrome_launcher_prefs.h",
1278 "ash/chrome_new_window_delegate.cc", 1278 "ash/chrome_new_window_client.cc",
1279 "ash/chrome_new_window_delegate.h", 1279 "ash/chrome_new_window_client.h",
1280 "ash/chrome_screenshot_grabber.cc", 1280 "ash/chrome_screenshot_grabber.cc",
1281 "ash/chrome_screenshot_grabber.h", 1281 "ash/chrome_screenshot_grabber.h",
1282 "ash/chrome_shell_content_state.cc", 1282 "ash/chrome_shell_content_state.cc",
1283 "ash/chrome_shell_content_state.h", 1283 "ash/chrome_shell_content_state.h",
1284 "ash/chrome_shell_content_state_chromeos.cc", 1284 "ash/chrome_shell_content_state_chromeos.cc",
1285 "ash/chrome_shell_delegate.cc", 1285 "ash/chrome_shell_delegate.cc",
1286 "ash/chrome_shell_delegate.h", 1286 "ash/chrome_shell_delegate.h",
1287 "ash/ime_controller_chromeos.cc", 1287 "ash/ime_controller_chromeos.cc",
1288 "ash/ime_controller_chromeos.h", 1288 "ash/ime_controller_chromeos.h",
1289 "ash/keyboard_ui_service.cc", 1289 "ash/keyboard_ui_service.cc",
(...skipping 2125 matching lines...) Expand 10 before | Expand all | Expand 10 after
3415 "test/test_confirm_bubble_model.cc", 3415 "test/test_confirm_bubble_model.cc",
3416 "test/test_confirm_bubble_model.h", 3416 "test/test_confirm_bubble_model.h",
3417 ] 3417 ]
3418 deps += [ "//chrome/test:test_support_ui" ] 3418 deps += [ "//chrome/test:test_support_ui" ]
3419 } 3419 }
3420 3420
3421 if (enable_extensions) { 3421 if (enable_extensions) {
3422 deps += [ "//extensions/browser" ] 3422 deps += [ "//extensions/browser" ]
3423 } 3423 }
3424 } 3424 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698