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

Unified Diff: content/browser/BUILD.gn

Issue 2774373002: Use MojoCompositorFrameSink in RendererCompositorFrameSink (Closed)
Patch Set: Fixed mac Created 3 years, 8 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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 4f01a125b4729010f0ad94f5f5e0baf83e2880bb..25842f18174cbf7a39c6558beb9867573742e876 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -459,6 +459,8 @@ source_set("browser") {
"cocoa/system_hotkey_helper_mac.mm",
"cocoa/system_hotkey_map.h",
"cocoa/system_hotkey_map.mm",
+ "frame_sink_provider_impl.cc",
+ "frame_sink_provider_impl.h",
# NOTE: These files are here instead of in compositor_browser_sources
# because the latter is not built on Android, whereas these files are

Powered by Google App Engine
This is Rietveld 408576698