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

Unified Diff: content/browser/BUILD.gn

Issue 2411793008: Adds BeginFrameControl via DevTools.
Patch Set: BFC prototype v2 with allow_latency_opts and waiting for BFOs. Created 4 years, 1 month 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 cc640ff98e23a549b35108f8c995d6d2532d9be6..da5ae0d4c2f2298c0c72e12e987474083b522e07 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -131,6 +131,7 @@ source_set("browser") {
"//ui/accessibility:ax_gen",
"//ui/base",
"//ui/base/ime",
+ "//ui/compositor",
"//ui/display",
"//ui/display/types",
"//ui/events",
@@ -1920,7 +1921,6 @@ source_set("browser") {
"compositor/software_output_device_ozone.h",
]
}
- deps += [ "//ui/compositor" ]
}
if (enable_web_speech) {
« no previous file with comments | « cc/surfaces/display_scheduler_unittest.cc ('k') | content/browser/compositor/gpu_process_transport_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698