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

Unified Diff: chrome/test/base/js2gtest.gni

Issue 1406153017: gn format '.gni' files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | third_party/WebKit/Source/bindings/core/core.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/js2gtest.gni
diff --git a/chrome/test/base/js2gtest.gni b/chrome/test/base/js2gtest.gni
index a995869adb415b46ba4ca5b351a7f29f4366f6b3..6dae74ac0a9287dbc4bed14ee460c88b99886f62 100644
--- a/chrome/test/base/js2gtest.gni
+++ b/chrome/test/base/js2gtest.gni
@@ -126,7 +126,9 @@ template("js2gtest") {
deps += invoker.deps
}
if (defined(invoker.extra_js_files)) {
- data_deps = [ ":$copy_target_name" ]
+ data_deps = [
+ ":$copy_target_name",
+ ]
}
}
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698