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

Unified Diff: content/renderer/BUILD.gn

Issue 2581243004: Pass main thread responsiveness threshold via Finch (Closed)
Patch Set: Fix negative threshold, BUILD.gn Created 4 years 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/renderer/DEPS » ('j') | content/renderer/input/main_thread_event_queue.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 7f7e3ef8f8b38562fc852b4278208c9fe4e71447..55af7f897fc69435d2463b2500691082b8761d73 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -404,6 +404,7 @@ target(link_target_type, "renderer") {
"//cc/surfaces:surface_id",
"//components/discardable_memory/client",
"//components/url_formatter",
+ "//components/variations",
jochen (gone - plz use gerrit) 2016/12/19 11:52:42 variations depend on prefs, but we don't have pref
tdresser 2017/02/08 17:58:52 I've removed this dependency.
"//content:resources",
"//content/child",
"//content/common",
« no previous file with comments | « no previous file | content/renderer/DEPS » ('j') | content/renderer/input/main_thread_event_queue.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698