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

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

Issue 2711933002: Rename ClientNativePixmapFactoryGbm to ClientNativePixmapFactoryDmabuf amd move to ui/gfx (Closed)
Patch Set: Addressed sadrul's remark Created 3 years, 9 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/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") {
11 sources = [ 11 sources = [
12 "client_native_pixmap_factory_gbm.cc", 12 "client_native_pixmap_factory_gbm.cc",
13 "client_native_pixmap_factory_gbm.h", 13 "client_native_pixmap_factory_gbm.h",
14 "common/client_native_pixmap_dmabuf.cc",
15 "common/client_native_pixmap_dmabuf.h",
16 "common/drm_util.cc", 14 "common/drm_util.cc",
17 "common/drm_util.h", 15 "common/drm_util.h",
18 "common/scoped_drm_types.cc", 16 "common/scoped_drm_types.cc",
19 "common/scoped_drm_types.h", 17 "common/scoped_drm_types.h",
20 "cursor_proxy_mojo.cc", 18 "cursor_proxy_mojo.cc",
21 "cursor_proxy_mojo.h", 19 "cursor_proxy_mojo.h",
22 "gpu/crtc_controller.cc", 20 "gpu/crtc_controller.cc",
23 "gpu/crtc_controller.h", 21 "gpu/crtc_controller.h",
24 "gpu/drm_buffer.cc", 22 "gpu/drm_buffer.cc",
25 "gpu/drm_buffer.h", 23 "gpu/drm_buffer.h",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 deps = [ 168 deps = [
171 ":gbm", 169 ":gbm",
172 "//skia", 170 "//skia",
173 "//testing/gtest", 171 "//testing/gtest",
174 "//third_party/libdrm", 172 "//third_party/libdrm",
175 "//ui/gfx", 173 "//ui/gfx",
176 "//ui/ozone:platform", 174 "//ui/ozone:platform",
177 "//ui/ozone/common", 175 "//ui/ozone/common",
178 ] 176 ]
179 } 177 }
OLDNEW
« no previous file with comments | « ui/gfx/linux/client_native_pixmap_factory_dmabuf.cc ('k') | ui/ozone/platform/drm/client_native_pixmap_factory_gbm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698