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

Unified Diff: content/browser/BUILD.gn

Issue 2908783002: WIP Hittest Component.
Patch Set: resolve presubmit checks Created 3 years, 7 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 eb28c584187772437647c7fa406839cb7745d305..355872e60cd07628ffeb15cd4dec061de97ffbd0 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -2107,6 +2107,7 @@ source_set("browser") {
}
deps += [
"//cc/surfaces:surfaces",
+ "//components/viz/hittest",
rjkroege 2017/05/29 15:58:03 let's not modify content yet. worry about that lat
"//ui/compositor",
]
}

Powered by Google App Engine
This is Rietveld 408576698