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

Unified Diff: ui/ozone/BUILD.gn

Issue 1128113011: ozone: Introduce ClientPixmap and ClientPixmapFactory for non-GPU processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Introduce NativePixmapClient Created 5 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 side-by-side diff with in-line comments
Download patch
Index: ui/ozone/BUILD.gn
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn
index cdec05fe9ffd3928d1eac8b9620c1b3698eab0db..8cbe5e0a791d2a6bb5c7dd988de6559b2e5bc8a9 100644
--- a/ui/ozone/BUILD.gn
+++ b/ui/ozone/BUILD.gn
@@ -100,6 +100,8 @@ component("ozone") {
"platform_selection.h",
"public/input_controller.cc",
"public/input_controller.h",
+ "public/native_pixmap_client.cc",
+ "public/native_pixmap_client.h",
"public/ozone_gpu_test_helper.cc",
"public/ozone_gpu_test_helper.h",
"public/ozone_platform.cc",
@@ -168,7 +170,9 @@ action("generate_constructor_list") {
"--output_cc=" + rebase_path(constructor_list_cc_file, root_build_dir),
"--namespace=ui",
"--typename=OzonePlatform",
+ "--typename=NativePixmapClient",
"--include=\"ui/ozone/public/ozone_platform.h\"",
+ "--include=\"ui/ozone/public/native_pixmap_client.h\"",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698