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

Unified Diff: third_party/WebKit/Source/core/core.gni

Issue 2452473004: Fix a large number of missing dependencies in the blink gn build (Closed)
Patch Set: rebase (make_core_generated_input_mode_names was added meanwhile) Created 4 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/inspector/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gni
diff --git a/third_party/WebKit/Source/core/core.gni b/third_party/WebKit/Source/core/core.gni
index 5717e082dfb506a9913709e9acbcf0a8344c6d64..4928b604428cd7903598fe773ba3f94cc65a86c1 100644
--- a/third_party/WebKit/Source/core/core.gni
+++ b/third_party/WebKit/Source/core/core.gni
@@ -100,11 +100,19 @@ template("blink_core_sources") {
deps += invoker.deps
}
+ public_deps = [
+ "//third_party/WebKit/Source/core:all_generators",
+ ]
+ if (defined(invoker.public_deps)) {
+ public_deps += invoker.public_deps
+ }
+
# Take everything else not handled above from the invoker.
forward_variables_from(invoker,
"*",
[
"deps",
+ "public_deps",
"split_count",
])
}
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/inspector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698