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

Unified Diff: content/child/BUILD.gn

Issue 1248713002: ozone: ClientPixmapManager passes VGEM fd from browser to renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename to ClientNativePixmapFactory 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
Index: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 9698873cd331c569878c38350271b66960d5a49c..e9952a8398eaedf47054557b55cd0e49505d6d1f 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -134,4 +134,13 @@ source_set("child") {
if (is_win || !use_aura) {
sources -= [ "npapi/webplugin_delegate_impl_aura.cc" ]
}
+
+ if (!use_ozone) {
+ sources -= [
+ "child_client_native_pixmap_factory_message_filter_ozone.cc",
+ "child_client_native_pixmap_factory_message_filter_ozone.h",
+ "child_client_native_pixmap_factory_ozone.cc",
+ "child_client_native_pixmap_factory_ozone.h",
+ ]
+ }
}

Powered by Google App Engine
This is Rietveld 408576698