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

Side by Side Diff: components/mus/ws/BUILD.gn

Issue 1818333002: Reland: mus: Enable system modal windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added more tests + Cleaned up comments Created 4 years, 7 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/mojo_application_manifest.gni") 8 import("//mojo/public/mojo_application_manifest.gni")
9 9
10 source_set("lib") { 10 source_set("lib") {
(...skipping 13 matching lines...) Expand all
24 "display_manager_delegate.h", 24 "display_manager_delegate.h",
25 "event_dispatcher.cc", 25 "event_dispatcher.cc",
26 "event_dispatcher.h", 26 "event_dispatcher.h",
27 "event_dispatcher_delegate.h", 27 "event_dispatcher_delegate.h",
28 "event_matcher.cc", 28 "event_matcher.cc",
29 "event_matcher.h", 29 "event_matcher.h",
30 "focus_controller.cc", 30 "focus_controller.cc",
31 "focus_controller.h", 31 "focus_controller.h",
32 "focus_controller_delegate.h", 32 "focus_controller_delegate.h",
33 "focus_controller_observer.h", 33 "focus_controller_observer.h",
34 "modal_window_controller.cc",
35 "modal_window_controller.h",
34 "operation.cc", 36 "operation.cc",
35 "operation.h", 37 "operation.h",
36 "platform_display.cc", 38 "platform_display.cc",
37 "platform_display.h", 39 "platform_display.h",
38 "platform_display_delegate.h", 40 "platform_display_delegate.h",
39 "platform_display_factory.h", 41 "platform_display_factory.h",
40 "platform_display_init_params.cc", 42 "platform_display_init_params.cc",
41 "platform_display_init_params.h", 43 "platform_display_init_params.h",
42 "server_window.cc", 44 "server_window.cc",
43 "server_window.h", 45 "server_window.h",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 230
229 data_deps = [ 231 data_deps = [
230 ":mus_ws_unittests_app_manifest", 232 ":mus_ws_unittests_app_manifest",
231 ] 233 ]
232 } 234 }
233 235
234 mojo_application_manifest("mus_ws_unittests_app_manifest") { 236 mojo_application_manifest("mus_ws_unittests_app_manifest") {
235 application_name = "mus_ws_unittests_app" 237 application_name = "mus_ws_unittests_app"
236 source = "mus_ws_unittests_app_manifest.json" 238 source = "mus_ws_unittests_app_manifest.json"
237 } 239 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698