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

Unified Diff: ui/ozone/BUILD.gn

Issue 2705333006: Move client_native_pixmap_factory.h from ui/ozone/public to ui/gfx (Closed)
Patch Set: Fix trace 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/client_native_pixmap_factory.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 7d0570bd04b9158073cb80cea0f733678d3de3d7..35514ca5b11f5414ae1617a576eae845d218a66a 100644
--- a/ui/ozone/BUILD.gn
+++ b/ui/ozone/BUILD.gn
@@ -113,7 +113,7 @@ source_set("platform") {
"common/stub_client_native_pixmap_factory.h",
"platform_selection.cc",
"platform_selection.h",
- "public/client_native_pixmap_factory.cc",
+ "public/client_native_pixmap_factory_ozone.cc",
"public/ozone_gpu_test_helper.cc",
"public/ozone_platform.cc",
constructor_list_cc_file,
@@ -122,7 +122,7 @@ source_set("platform") {
]
public = [
- "public/client_native_pixmap_factory.h",
+ "public/client_native_pixmap_factory_ozone.h",
"public/ozone_gpu_test_helper.h",
"public/ozone_platform.h",
]
@@ -200,8 +200,8 @@ action("generate_constructor_list") {
"--namespace=ui",
"--typename=OzonePlatform",
"--typename=ClientNativePixmapFactory",
+ "--include=\"ui/gfx/client_native_pixmap_factory.h\"",
"--include=\"ui/ozone/public/ozone_platform.h\"",
- "--include=\"ui/ozone/public/client_native_pixmap_factory.h\"",
]
deps = [
« no previous file with comments | « ui/gfx/client_native_pixmap_factory.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