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

Unified Diff: content/child/BUILD.gn

Issue 742053002: Add missing dependencies to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct dependency for component build Created 6 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
« no previous file with comments | « chrome/common/extensions/api/BUILD.gn ('k') | content/gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 96cdf209fbb9e126b11eb7be6255be6d1174b73c..6bd97929f06b6b5be9d4784f7579754acfad60b9 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -15,6 +15,10 @@ source_set("child") {
sources = rebase_path(content_child_gypi_values.private_child_sources,
".", "//content")
+ public_deps = [
+ "//mojo/edk/system",
+ ]
+
deps = [
"//base",
"//components/tracing",
« no previous file with comments | « chrome/common/extensions/api/BUILD.gn ('k') | content/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698