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

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

Issue 1415753003: gn format everything. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert freetype-android change Created 5 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
Index: third_party/WebKit/Source/bindings/scripts/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/scripts/BUILD.gn b/third_party/WebKit/Source/bindings/scripts/BUILD.gn
index cc01730de2dce5e411c7c035ecbed3afa7aebd9f..3d09601bf851bfc89144162240449e63e15c93a3 100644
--- a/third_party/WebKit/Source/bindings/scripts/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/scripts/BUILD.gn
@@ -37,10 +37,13 @@ action("cached_jinja_templates") {
script = "code_generator_v8.py"
inputs = jinja_module_files + [ "code_generator_v8.py" ] +
- code_generator_template_files
+ code_generator_template_files
+
# Dummy file to track dependency.
stamp_file = "$bindings_scripts_output_dir/cached_jinja_templates.stamp"
- outputs = [ stamp_file ]
+ outputs = [
+ stamp_file,
+ ]
args = [
rebase_path(bindings_scripts_output_dir, root_build_dir),
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/v8/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