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

Unified Diff: chrome/app_shim/BUILD.gn

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: chrome/app_shim/BUILD.gn
diff --git a/chrome/app_shim/BUILD.gn b/chrome/app_shim/BUILD.gn
index c4c164b080be4efa9ac3adf2e9020bd501953e3b..74bca935118768c42fd0df65d50564c7b38d9f94 100644
--- a/chrome/app_shim/BUILD.gn
+++ b/chrome/app_shim/BUILD.gn
@@ -11,7 +11,7 @@ source_set("app_shim") {
]
deps = [
- "//chrome/common:app_mode_app_support",
"//chrome:strings",
+ "//chrome/common:app_mode_app_support",
]
}

Powered by Google App Engine
This is Rietveld 408576698