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

Unified Diff: services/ui/BUILD.gn

Issue 2705333006: Move client_native_pixmap_factory.h from ui/ozone/public to ui/gfx (Closed)
Patch Set: Rebase Created 3 years, 10 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: services/ui/BUILD.gn
diff --git a/services/ui/BUILD.gn b/services/ui/BUILD.gn
index d974d8a212ac820100208b88203e502c7a3e4939..2529795ff0e6c95cf53ca3fea106a226418354df 100644
--- a/services/ui/BUILD.gn
+++ b/services/ui/BUILD.gn
@@ -82,7 +82,10 @@ source_set("lib") {
}
if (use_ozone) {
- deps += [ "//ui/ozone:ozone" ]
+ deps += [
+ "//ui/ozone:ozone",
+ "//ui/ozone:platform",
+ ]
}
}

Powered by Google App Engine
This is Rietveld 408576698