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

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: fix extensions_unittests Created 5 years, 4 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 | « content/test/content_test_suite.cc ('k') | ui/ozone/common/stub_client_native_pixmap_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/BUILD.gn
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn
index fa633c693cf56fd013411255dee9f7be1c25b400..22cb28f82443aca89c04048f456a85a2f4bba072 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_factory.cc",
+ "public/client_native_pixmap_factory.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=ClientNativePixmapFactory",
"--include=\"ui/ozone/public/ozone_platform.h\"",
+ "--include=\"ui/ozone/public/client_native_pixmap_factory.h\"",
]
deps = [
« no previous file with comments | « content/test/content_test_suite.cc ('k') | ui/ozone/common/stub_client_native_pixmap_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698