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

Unified Diff: chromeos/ime/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 | « chromeos/BUILD.gn ('k') | components/app_modal/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..a6ffbee7d4f8d5db7e25e5acd57029fce4603085 100644
--- a/chromeos/ime/BUILD.gn
+++ b/chromeos/ime/BUILD.gn
@@ -4,10 +4,10 @@
action("gencode") {
script = "gen_input_methods.py"
- sources = [ "//chromeos/ime/input_methods.txt" ]
- outputs = [
- "$target_gen_dir/input_methods.h"
+ sources = [
+ "//chromeos/ime/input_methods.txt",
]
+ outputs = [ "$target_gen_dir/input_methods.h" ]
args = [
rebase_path("//chromeos/ime/input_methods.txt"),
rebase_path("$target_gen_dir/input_methods.h"),
« no previous file with comments | « chromeos/BUILD.gn ('k') | components/app_modal/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698