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

Unified Diff: content/browser/BUILD.gn

Issue 1424053002: Adds a flag to support "Virtual Time" to the blink scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 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 a334f00988be6911cb0f0cbd305478fd40a10d6a..909f6649f492a537e2ace3927660cda6e0bd0c75 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -109,6 +109,7 @@ source_set("browser") {
deps += [
"//cc",
"//cc/surfaces",
+ "//components/scheduler:common",
"//content/app/resources",
"//content/app/strings",
"//content/browser/devtools:gen_devtools_protocol_handler",

Powered by Google App Engine
This is Rietveld 408576698