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

Side by Side Diff: ui/ozone/platform/drm/BUILD.gn

Issue 2855393002: Fix a TODO in GN file (Closed)
Patch Set: Created 3 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
« no previous file with comments | « services/ui/ws/BUILD.gn ('k') | ui/views/mus/BUILD.gn » ('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/linux/pkg_config.gni") 5 import("//build/config/linux/pkg_config.gni")
6 import("//ui/ozone/ozone.gni") 6 import("//ui/ozone/ozone.gni")
7 7
8 visibility = [ "//ui/ozone/*" ] 8 visibility = [ "//ui/ozone/*" ]
9 9
10 source_set("gbm") { 10 source_set("gbm") {
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "mus_thread_proxy.cc", 107 "mus_thread_proxy.cc",
108 "mus_thread_proxy.h", 108 "mus_thread_proxy.h",
109 "ozone_platform_gbm.cc", 109 "ozone_platform_gbm.cc",
110 "ozone_platform_gbm.h", 110 "ozone_platform_gbm.h",
111 ] 111 ]
112 112
113 deps = [ 113 deps = [
114 "//base", 114 "//base",
115 "//ipc", 115 "//ipc",
116 "//mojo/common:common_base", 116 "//mojo/common:common_base",
117 "//services/service_manager/public/cpp:sources", 117 "//services/service_manager/public/cpp",
118 "//services/ui/public/interfaces:constants", 118 "//services/ui/public/interfaces:constants",
119 "//skia", 119 "//skia",
120 "//third_party/libdrm", 120 "//third_party/libdrm",
121 "//third_party/minigbm", 121 "//third_party/minigbm",
122 "//ui/base", 122 "//ui/base",
123 "//ui/display", 123 "//ui/display",
124 "//ui/display/types", 124 "//ui/display/types",
125 "//ui/display/util", 125 "//ui/display/util",
126 "//ui/events", 126 "//ui/events",
127 "//ui/events/devices", 127 "//ui/events/devices",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 deps = [ 168 deps = [
169 ":gbm", 169 ":gbm",
170 "//skia", 170 "//skia",
171 "//testing/gtest", 171 "//testing/gtest",
172 "//third_party/libdrm", 172 "//third_party/libdrm",
173 "//ui/gfx", 173 "//ui/gfx",
174 "//ui/ozone:platform", 174 "//ui/ozone:platform",
175 "//ui/ozone/common", 175 "//ui/ozone/common",
176 ] 176 ]
177 } 177 }
OLDNEW
« no previous file with comments | « services/ui/ws/BUILD.gn ('k') | ui/views/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698