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

Unified Diff: components/autofill/core/browser/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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 | « components/app_modal/BUILD.gn ('k') | components/bookmarks/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index eac814521526465bd50cd6336d6b3e84f9f4034e..970b815f014a6703587f39650bf8a3bcd5b34320 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -23,11 +23,12 @@ action("regexes") {
inputs = [
"autofill_regex_constants.cc.utf8",
]
- outputs = [
- "$target_gen_dir/autofill_regex_constants.cc",
- ]
+ outputs = [ "$target_gen_dir/autofill_regex_constants.cc" ]
- args = [ "-o", rebase_path(target_gen_dir, root_build_dir) ]
+ args = [
+ "-o",
+ rebase_path(target_gen_dir, root_build_dir),
+ ]
args += rebase_path(inputs, root_build_dir)
}
« no previous file with comments | « components/app_modal/BUILD.gn ('k') | components/bookmarks/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698