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

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: rebase 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "//mojo/platform_handle:for_component", 65 "//mojo/platform_handle:for_component",
66 "//mojo/public/c/system:for_component", 66 "//mojo/public/c/system:for_component",
67 "//mojo/public/cpp/bindings", 67 "//mojo/public/cpp/bindings",
68 "//services/catalog/public/cpp", 68 "//services/catalog/public/cpp",
69 "//services/shell/public/cpp", 69 "//services/shell/public/cpp",
70 "//services/shell/public/interfaces", 70 "//services/shell/public/interfaces",
71 "//skia", 71 "//skia",
72 "//third_party/icu", 72 "//third_party/icu",
73 "//ui/aura", 73 "//ui/aura",
74 "//ui/compositor", 74 "//ui/compositor",
75 "//ui/display",
75 "//ui/events", 76 "//ui/events",
76 "//ui/events:events_base", 77 "//ui/events:events_base",
77 "//ui/events/devices", 78 "//ui/events/devices",
78 "//ui/gfx", 79 "//ui/gfx",
79 "//ui/gfx/geometry", 80 "//ui/gfx/geometry",
80 "//ui/gl", 81 "//ui/gl",
81 "//ui/mojo/display", 82 "//ui/mojo/display",
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",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 } 232 }
232 233
233 group("for_component") { 234 group("for_component") {
234 public_deps = [ 235 public_deps = [
235 ":mus", 236 ":mus",
236 ] 237 ]
237 deps = [ 238 deps = [
238 "//mojo/gles2", 239 "//mojo/gles2",
239 ] 240 ]
240 } 241 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698