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

Side by Side Diff: ui/views/mus/BUILD.gn

Issue 1999083002: Finish eliminating PlatformWindowMus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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
« no previous file with comments | « ui/platform_window/stub/stub_window.cc ('k') | ui/views/mus/native_widget_mus.cc » ('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 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.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 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
11 11
12 component("mus") { 12 component("mus") {
13 output_name = "ui_views_mus_lib" 13 output_name = "ui_views_mus_lib"
14 14
15 sources = [ 15 sources = [
16 "aura_init.cc", 16 "aura_init.cc",
17 "aura_init.h", 17 "aura_init.h",
18 "display_converter.cc", 18 "display_converter.cc",
19 "display_converter.h", 19 "display_converter.h",
20 "display_list.cc", 20 "display_list.cc",
21 "display_list.h", 21 "display_list.h",
22 "input_method_mus.cc", 22 "input_method_mus.cc",
23 "input_method_mus.h", 23 "input_method_mus.h",
24 "mus_export.h", 24 "mus_export.h",
25 "native_widget_mus.cc", 25 "native_widget_mus.cc",
26 "native_widget_mus.h", 26 "native_widget_mus.h",
27 "platform_window_mus.cc",
28 "platform_window_mus.h",
29 "screen_mus.cc", 27 "screen_mus.cc",
30 "screen_mus.h", 28 "screen_mus.h",
31 "screen_mus_delegate.h", 29 "screen_mus_delegate.h",
32 "surface_binding.cc", 30 "surface_binding.cc",
33 "surface_binding.h", 31 "surface_binding.h",
34 "surface_context_factory.cc", 32 "surface_context_factory.cc",
35 "surface_context_factory.h", 33 "surface_context_factory.h",
36 "window_manager_connection.cc", 34 "window_manager_connection.cc",
37 "window_manager_connection.h", 35 "window_manager_connection.h",
38 "window_manager_constants_converters.cc", 36 "window_manager_constants_converters.cc",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "//ui/events", 75 "//ui/events",
78 "//ui/events:events_base", 76 "//ui/events:events_base",
79 "//ui/events/devices", 77 "//ui/events/devices",
80 "//ui/gfx", 78 "//ui/gfx",
81 "//ui/gfx/geometry", 79 "//ui/gfx/geometry",
82 "//ui/gl", 80 "//ui/gl",
83 "//ui/mojo/display", 81 "//ui/mojo/display",
84 "//ui/mojo/ime:interfaces_cpp_sources", 82 "//ui/mojo/ime:interfaces_cpp_sources",
85 "//ui/native_theme", 83 "//ui/native_theme",
86 "//ui/platform_window", 84 "//ui/platform_window",
85 "//ui/platform_window/stub",
87 "//ui/views", 86 "//ui/views",
88 "//ui/wm", 87 "//ui/wm",
89 ] 88 ]
90 89
91 if (is_linux && !is_android) { 90 if (is_linux && !is_android) {
92 deps += [ "//components/font_service/public/cpp" ] 91 deps += [ "//components/font_service/public/cpp" ]
93 data_deps = [ 92 data_deps = [
94 "//components/font_service", 93 "//components/font_service",
95 ] 94 ]
96 } 95 }
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 } 302 }
304 303
305 group("for_component") { 304 group("for_component") {
306 public_deps = [ 305 public_deps = [
307 ":mus", 306 ":mus",
308 ] 307 ]
309 deps = [ 308 deps = [
310 "//mojo/gles2", 309 "//mojo/gles2",
311 ] 310 ]
312 } 311 }
OLDNEW
« no previous file with comments | « ui/platform_window/stub/stub_window.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698