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

Unified Diff: content/browser/BUILD.gn

Issue 2803993003: Introduce FrameSinkManagerHost in content/browser/. (Closed)
Patch Set: Fix android. 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
« no previous file with comments | « no previous file | content/browser/DEPS » ('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 de0801fcf57ac1ecb60c0b6c7d89c0a38c73c9be..9840df57752702b6d5a483078ff6b147b5753b7e 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -50,6 +50,7 @@ source_set("browser") {
"//components/tracing:startup_tracing",
"//components/url_formatter",
"//components/variations",
+ "//components/viz/frame_sinks",
"//content:resources",
"//content/app/resources",
"//content/app/strings",
@@ -463,6 +464,8 @@ source_set("browser") {
# NOTE: These files are here instead of in compositor_browser_sources
# because the latter is not built on Android, whereas these files are
# needed on all platforms.
+ "compositor/frame_sink_manager_host.cc",
+ "compositor/frame_sink_manager_host.h",
"compositor/surface_utils.cc",
"compositor/surface_utils.h",
"devtools/browser_devtools_agent_host.cc",
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698