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

Unified Diff: content/public/child/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/child/BUILD.gn
diff --git a/content/public/child/BUILD.gn b/content/public/child/BUILD.gn
index 9dc2c30ad45e210cf74b5be256d74672264f9a47..9a7c49e5d9c9d1c45b50cb3422506df4d756a17d 100644
--- a/content/public/child/BUILD.gn
+++ b/content/public/child/BUILD.gn
@@ -14,5 +14,6 @@ source_set("child") {
deps = [
"//content/child",
+ "//content/public/common",
]
}

Powered by Google App Engine
This is Rietveld 408576698