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

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

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years 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 | « chromeos/ime/BUILD.gn ('k') | components/bookmarks/common/android/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 970b815f014a6703587f39650bf8a3bcd5b34320..d5108f8bcfa77c7c133f37b6527699260ef31f8d 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -23,7 +23,9 @@ 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",
« no previous file with comments | « chromeos/ime/BUILD.gn ('k') | components/bookmarks/common/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698