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

Unified Diff: components/variations/service/generate_ui_string_overrider.gni

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: components/variations/service/generate_ui_string_overrider.gni
diff --git a/components/variations/service/generate_ui_string_overrider.gni b/components/variations/service/generate_ui_string_overrider.gni
index 4b16c52e333d7737fccd46f9041d2f04a4f81bfa..14497f9ae44db91358dcb83c53e3646a7c368d1c 100644
--- a/components/variations/service/generate_ui_string_overrider.gni
+++ b/components/variations/service/generate_ui_string_overrider.gni
@@ -62,8 +62,8 @@ template("generate_ui_string_overrider") {
source_set(target_name) {
sources = get_target_outputs(":$gen_action_target_name")
deps = [
- "//components/variations/service",
":$gen_action_target_name",
+ "//components/variations/service",
]
forward_variables_from(invoker, [ "visibility" ])

Powered by Google App Engine
This is Rietveld 408576698