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

Unified Diff: content/public/browser/BUILD.gn

Issue 551103002: Work on "gn check" of content/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index a9534846ffe0f3e76f9e7e5b28e403395c40f1c7..ef8c7f7ed49ce07c1cc4355f264fa6435feb62c4 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -40,7 +40,18 @@ source_set("sources") {
deps = [
"//content/browser",
+ "//content/public/common",
+ "//net",
"//skia",
+ "//ui/accessibility",
+ "//ui/base",
+ "//ui/events",
+ ]
+
+ allow_circular_includes_from = [
+ # This target is a pair with content/browser. They always go together and
+ # include headers from each other.
+ "//content/browser",
]
# We expose skia headers in the public API.

Powered by Google App Engine
This is Rietveld 408576698