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

Unified Diff: Source/build/scripts/scripts.gni

Issue 473043002: gn win: Pass gperf path in css_properties generator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/build/scripts/scripts.gni
diff --git a/Source/build/scripts/scripts.gni b/Source/build/scripts/scripts.gni
index 296c8f605223947bcd465f949f6b307e7ae23257..a456ed562e310bcfbb03c8f8b94d4f60c0b84fb5 100644
--- a/Source/build/scripts/scripts.gni
+++ b/Source/build/scripts/scripts.gni
@@ -91,7 +91,7 @@ make_core_generated_deps = [
# from the GYP build.
# outputs: expected results. Note that the directory of the 0th item in this
# list will be taken to be the output path.
-# other_args: (optional) other arguements to pass to the script.
+# other_args: (optional) other arguments to pass to the script.
template("process_in_files") {
action(target_name) {
script = invoker.script
@@ -129,6 +129,9 @@ template("css_properties") {
if (defined(invoker.other_inputs)) {
other_inputs += invoker.other_inputs
}
+ other_args = [
+ "--gperf", gperf_exe,
+ ]
outputs = invoker.outputs
}
}
« 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