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

Unified Diff: third_party/google_input_tools/closure.gni

Issue 2375283004: Optionally compute grit inputs precisely. (Closed)
Patch Set: Remove implicit resource ids Created 4 years, 3 months 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 | « content/browser/tracing/BUILD.gn ('k') | tools/grit/grit_info.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/google_input_tools/closure.gni
diff --git a/third_party/google_input_tools/closure.gni b/third_party/google_input_tools/closure.gni
index 81f866581fa621fb089718e6a9a5c762c432ab0c..ea8fe8360f0c2bc10a3800b947aaa4ed73083f6c 100644
--- a/third_party/google_input_tools/closure.gni
+++ b/third_party/google_input_tools/closure.gni
@@ -5,8 +5,7 @@
template("build_closure") {
assert(defined(invoker.sources))
assert(defined(invoker.target))
- action_name = target_name + "_js_gen"
- action(action_name) {
+ action(target_name) {
script = "//third_party/google_input_tools/builder.py"
sources = invoker.sources
outputs = [
@@ -39,9 +38,4 @@ template("build_closure") {
]
}
}
- group(target_name) {
- deps = [
- ":$action_name",
- ]
- }
}
« no previous file with comments | « content/browser/tracing/BUILD.gn ('k') | tools/grit/grit_info.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698