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

Unified Diff: content/browser/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: rebase to lastest crrev.com/1128113011 Created 5 years, 5 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/app/content_main_runner.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 2b5c7c23cf2e59939817931a804b11cb9b93e061..bec77974e2767007a2034bd802c4f7e5009dfcb4 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -458,6 +458,8 @@ source_set("browser") {
"compositor/browser_compositor_overlay_candidate_validator_ozone.h",
"compositor/software_output_device_ozone.cc",
"compositor/software_output_device_ozone.h",
+ "gpu/browser_native_pixmap_manager_ozone.cc",
+ "gpu/browser_native_pixmap_manager_ozone.h",
]
}
deps += [ "//ui/compositor" ]
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698