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

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: addressed nits Created 5 years, 5 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 fa633c693cf56fd013411255dee9f7be1c25b400..6d6e16b093b4de4e765b090c30f25b76a6418c7c 100644
--- a/ui/ozone/BUILD.gn
+++ b/ui/ozone/BUILD.gn
@@ -95,6 +95,8 @@ component("ozone") {
"common/stub_overlay_manager.h",
"platform_selection.cc",
"platform_selection.h",
+ "public/client_native_pixmap_manager.cc",
+ "public/client_native_pixmap_manager.h",
"public/input_controller.cc",
"public/input_controller.h",
"public/ozone_gpu_test_helper.cc",
@@ -165,7 +167,9 @@ action("generate_constructor_list") {
"--output_cc=" + rebase_path(constructor_list_cc_file, root_build_dir),
"--namespace=ui",
"--typename=OzonePlatform",
+ "--typename=ClientNativePixmapManager",
"--include=\"ui/ozone/public/ozone_platform.h\"",
+ "--include=\"ui/ozone/public/client_native_pixmap_manager.h\"",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698