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

Unified Diff: runtime/bin/BUILD.gn

Issue 2305483002: Add missing dependency in the rule which generates io_gen.cc (Closed)
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index 4fcaa30df0e315cc8e0752d684a053215522d356..f101b364b4ccecaeae59df756b5346317f86731d 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -53,7 +53,7 @@ template("gen_library_src_path") {
inputs = [
"../tools/gen_library_src_paths.py",
"builtin_in.cc",
- ]
+ ] + invoker.sources
jsimmons1 2016/09/01 00:08:34 Other actions in this file that pass a list of sou
siva 2016/09/01 17:13:23 I believe the rule for gen_resources_cc is ok as a
outputs = [ invoker.output, ]
name = invoker.name
kind = invoker.kind
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698