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

Unified Diff: ui/gfx/BUILD.gn

Issue 1582613004: Ozone support for multiprocess graphics. (Closed) Base URL: https://github.com/domokit/mojo.git@submit-1
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gfx/native_pixmap_handle_ozone.h » ('j') | ui/ozone/platform/drm/gpu/vgem_pixmap.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 39cda6690cf9337b6d6b9062388e70b6610ea0f6..8a75bf01882507f509f0df38aeb04c38c870ca7c 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -94,14 +94,14 @@ component("gfx") {
deps = [
":gfx_export",
- "//base/third_party/dynamic_annotations",
"//base:base_static",
"//base:i18n",
+ "//base/third_party/dynamic_annotations",
"//skia",
+ "//third_party:jpeg",
"//third_party/libjpeg_turbo:libjpeg",
"//third_party/libpng",
"//third_party/zlib",
- "//third_party:jpeg",
"//ui/gfx/geometry",
]
public_deps = [
@@ -131,6 +131,10 @@ component("gfx") {
]
}
+ if (use_ozone) {
+ sources += [ "native_pixmap_handle_ozone.h" ]
+ }
+
if (use_x11) {
deps += [ "//ui/gfx/x" ]
}
@@ -196,10 +200,10 @@ test("gfx_unittests") {
"//base",
"//base/test:test_support",
"//skia",
+ "//testing/gtest",
"//third_party/icu:icuuc",
"//third_party/libpng",
"//third_party/zlib",
- "//testing/gtest",
"//ui/base",
"//ui/gfx/geometry",
]
« no previous file with comments | « no previous file | ui/gfx/native_pixmap_handle_ozone.h » ('j') | ui/ozone/platform/drm/gpu/vgem_pixmap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698