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

Side by Side Diff: ash/mus/BUILD.gn

Issue 2434463004: mash: Move directly linked NewWindowDelegate to mojom::NewWindowClient. (Closed)
Patch Set: Rebase to ToT 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
« no previous file with comments | « ash/display/display_util.cc ('k') | ash/mus/new_window_delegate_mus.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//services/service_manager/public/cpp/service.gni") 7 import("//services/service_manager/public/cpp/service.gni")
8 import("//services/service_manager/public/service_manifest.gni") 8 import("//services/service_manager/public/service_manifest.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "frame/detached_title_area_renderer.h", 50 "frame/detached_title_area_renderer.h",
51 "frame/detached_title_area_renderer_host.h", 51 "frame/detached_title_area_renderer_host.h",
52 "keyboard_ui_mus.cc", 52 "keyboard_ui_mus.cc",
53 "keyboard_ui_mus.h", 53 "keyboard_ui_mus.h",
54 "layout_manager.cc", 54 "layout_manager.cc",
55 "layout_manager.h", 55 "layout_manager.h",
56 "move_event_handler.cc", 56 "move_event_handler.cc",
57 "move_event_handler.h", 57 "move_event_handler.h",
58 "native_widget_factory_mus.cc", 58 "native_widget_factory_mus.cc",
59 "native_widget_factory_mus.h", 59 "native_widget_factory_mus.h",
60 "new_window_delegate_mus.cc",
61 "new_window_delegate_mus.h",
62 "non_client_frame_controller.cc", 60 "non_client_frame_controller.cc",
63 "non_client_frame_controller.h", 61 "non_client_frame_controller.h",
64 "property_util.cc", 62 "property_util.cc",
65 "property_util.h", 63 "property_util.h",
66 "root_window_controller.cc", 64 "root_window_controller.cc",
67 "root_window_controller.h", 65 "root_window_controller.h",
68 "screenlock_layout.cc", 66 "screenlock_layout.cc",
69 "screenlock_layout.h", 67 "screenlock_layout.h",
70 "shadow.cc", 68 "shadow.cc",
71 "shadow.h", 69 "shadow.h",
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "//ui/views/mus", 283 "//ui/views/mus",
286 ] 284 ]
287 285
288 data_deps = [ 286 data_deps = [
289 ":mus", 287 ":mus",
290 "//mash/quick_launch", 288 "//mash/quick_launch",
291 ] 289 ]
292 290
293 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 291 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
294 } 292 }
OLDNEW
« no previous file with comments | « ash/display/display_util.cc ('k') | ash/mus/new_window_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698