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

Unified Diff: Source/bindings/scripts/BUILD.gn

Issue 349413004: Fix output_dir argument to blink_idl_parser.py in BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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: Source/bindings/scripts/BUILD.gn
diff --git a/Source/bindings/scripts/BUILD.gn b/Source/bindings/scripts/BUILD.gn
index 1d5c639c3e182385a577a2d35e45f7babdf7295a..cdc50836c4c8201164e4ea38b7bf496205f46400 100644
--- a/Source/bindings/scripts/BUILD.gn
+++ b/Source/bindings/scripts/BUILD.gn
@@ -24,7 +24,7 @@ action("cached_lex_yacc_tables") {
"$bindings_scripts_output_dir/parsetab.pickle",
]
- args = [ rebase_path(bindings_output_dir, root_build_dir) ]
+ args = [ rebase_path(bindings_scripts_output_dir, root_build_dir) ]
}
# A separate pre-caching step is *required* to use bytecode caching in
« 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