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

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

Issue 1926523002: Rename gfx::Display/Screen to display::Display/Screen in components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "//mojo/common:common_base", 96 "//mojo/common:common_base",
97 "//mojo/converters/geometry", 97 "//mojo/converters/geometry",
98 "//mojo/converters/ime", 98 "//mojo/converters/ime",
99 "//mojo/converters/input_events", 99 "//mojo/converters/input_events",
100 "//mojo/converters/surfaces", 100 "//mojo/converters/surfaces",
101 "//mojo/public/cpp/bindings:callback", 101 "//mojo/public/cpp/bindings:callback",
102 "//services/shell/public/cpp", 102 "//services/shell/public/cpp",
103 "//services/shell/public/interfaces", 103 "//services/shell/public/interfaces",
104 "//services/tracing/public/cpp", 104 "//services/tracing/public/cpp",
105 "//ui/base", 105 "//ui/base",
106 "//ui/display",
106 "//ui/events", 107 "//ui/events",
107 "//ui/events/platform", 108 "//ui/events/platform",
108 "//ui/gfx", 109 "//ui/gfx",
109 "//ui/gfx/geometry", 110 "//ui/gfx/geometry",
110 "//ui/gl", 111 "//ui/gl",
111 "//ui/mojo/geometry:interfaces", 112 "//ui/mojo/geometry:interfaces",
112 "//ui/platform_window", 113 "//ui/platform_window",
113 "//ui/platform_window:platform_impls", 114 "//ui/platform_window:platform_impls",
114 ] 115 ]
115 116
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 229
229 data_deps = [ 230 data_deps = [
230 ":mus_ws_unittests_app_manifest", 231 ":mus_ws_unittests_app_manifest",
231 ] 232 ]
232 } 233 }
233 234
234 mojo_application_manifest("mus_ws_unittests_app_manifest") { 235 mojo_application_manifest("mus_ws_unittests_app_manifest") {
235 application_name = "mus_ws_unittests_app" 236 application_name = "mus_ws_unittests_app"
236 source = "mus_ws_unittests_app_manifest.json" 237 source = "mus_ws_unittests_app_manifest.json"
237 } 238 }
OLDNEW
« no previous file with comments | « components/metrics/ui/screen_info_metrics_provider.cc ('k') | components/mus/ws/platform_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698