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

Unified Diff: ui/ozone/BUILD.gn

Issue 2768343002: Change namespace from ui to gfx for NativePixmap related code (Closed)
Patch Set: Fix build 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
Index: ui/ozone/BUILD.gn
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn
index 35514ca5b11f5414ae1617a576eae845d218a66a..18df3069c7c75168beed0b0e15839c34cfe450e5 100644
--- a/ui/ozone/BUILD.gn
+++ b/ui/ozone/BUILD.gn
@@ -200,6 +200,7 @@ action("generate_constructor_list") {
"--namespace=ui",
"--typename=OzonePlatform",
"--typename=ClientNativePixmapFactory",
+ "--using=gfx::ClientNativePixmapFactory",
"--include=\"ui/gfx/client_native_pixmap_factory.h\"",
"--include=\"ui/ozone/public/ozone_platform.h\"",
]

Powered by Google App Engine
This is Rietveld 408576698