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

Unified Diff: chromeos/ime/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/BUILD.gn ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/BUILD.gn
diff --git a/chromeos/ime/BUILD.gn b/chromeos/ime/BUILD.gn
index 46918ad097c1c53c1611117b2383d63939d44b24..c471ca415fb58fc23e6707f0c1692684efee8f31 100644
--- a/chromeos/ime/BUILD.gn
+++ b/chromeos/ime/BUILD.gn
@@ -4,9 +4,11 @@
action("gencode") {
script = "gen_input_methods.py"
- sources = [ "//chromeos/ime/input_methods.txt" ]
+ sources = [
+ "//chromeos/ime/input_methods.txt",
+ ]
outputs = [
- "$target_gen_dir/input_methods.h"
+ "$target_gen_dir/input_methods.h",
]
args = [
rebase_path("//chromeos/ime/input_methods.txt"),
« no previous file with comments | « chromeos/BUILD.gn ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698