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

Unified Diff: ui/keyboard/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 | « ui/gl/BUILD.gn ('k') | ui/message_center/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/BUILD.gn
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn
index 263cd6aafebad7e61db9abd2965ad21d01128f35..e01464136d87a677e1840e06271b8e773149541d 100644
--- a/ui/keyboard/BUILD.gn
+++ b/ui/keyboard/BUILD.gn
@@ -77,12 +77,13 @@ grit("resources_grit") {
inputview_gen_js = "$root_gen_dir/ui/keyboard/resources/inputview.js"
keyboard_mojom_gen_js = "$root_gen_dir/ui/keyboard/webui/keyboard.mojom.js"
grit_flags = [
- "-E", "inputview_dir=" +
- rebase_path(inputview_dir, "."),
- "-E", "inputview_gen_js=" +
- rebase_path(inputview_gen_js, root_build_dir),
- "-E", "keyboard_mojom_gen_js=" +
- rebase_path(keyboard_mojom_gen_js, root_build_dir),
+ "-E",
+ "inputview_dir=" + rebase_path(inputview_dir, "."),
+ "-E",
+ "inputview_gen_js=" + rebase_path(inputview_gen_js, root_build_dir),
+ "-E",
+ "keyboard_mojom_gen_js=" +
+ rebase_path(keyboard_mojom_gen_js, root_build_dir),
]
deps = [
@@ -92,9 +93,13 @@ grit("resources_grit") {
}
copy("resources") {
- sources = [ "$target_gen_dir/keyboard_resources.pak" ]
+ sources = [
+ "$target_gen_dir/keyboard_resources.pak",
+ ]
outputs = [ "$root_out_dir/keyboard_resources.pak" ]
- public_deps = [ ":resources_grit" ]
+ public_deps = [
+ ":resources_grit",
+ ]
}
build_closure("inputview") {
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/message_center/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698