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

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

Issue 1945903002: Move display_finder to ui/display (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/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")
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "//mojo/converters/surfaces", 66 "//mojo/converters/surfaces",
67 "//mojo/platform_handle:for_component", 67 "//mojo/platform_handle:for_component",
68 "//mojo/public/c/system:for_component", 68 "//mojo/public/c/system:for_component",
69 "//mojo/public/cpp/bindings", 69 "//mojo/public/cpp/bindings",
70 "//services/shell/public/cpp", 70 "//services/shell/public/cpp",
71 "//services/shell/public/interfaces", 71 "//services/shell/public/interfaces",
72 "//skia", 72 "//skia",
73 "//third_party/icu", 73 "//third_party/icu",
74 "//ui/aura", 74 "//ui/aura",
75 "//ui/compositor", 75 "//ui/compositor",
76 "//ui/display",
76 "//ui/events", 77 "//ui/events",
77 "//ui/events:events_base", 78 "//ui/events:events_base",
78 "//ui/events/devices", 79 "//ui/events/devices",
79 "//ui/gfx", 80 "//ui/gfx",
80 "//ui/gfx/geometry", 81 "//ui/gfx/geometry",
81 "//ui/gl", 82 "//ui/gl",
82 "//ui/mojo/ime:interfaces_cpp_sources", 83 "//ui/mojo/ime:interfaces_cpp_sources",
83 "//ui/native_theme", 84 "//ui/native_theme",
84 "//ui/platform_window", 85 "//ui/platform_window",
85 "//ui/views", 86 "//ui/views",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 } 234 }
234 235
235 group("for_component") { 236 group("for_component") {
236 public_deps = [ 237 public_deps = [
237 ":mus", 238 ":mus",
238 ] 239 ]
239 deps = [ 240 deps = [
240 "//mojo/gles2", 241 "//mojo/gles2",
241 ] 242 ]
242 } 243 }
OLDNEW
« ui/gfx/gfx.gyp ('K') | « ui/gfx/test/display_util.h ('k') | ui/views/mus/screen_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698