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

Unified Diff: ios/chrome/browser/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: ios/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index 829cd499ed87a373a528611ff340f41569d3f840..d7a8a61effda295d058c4b87bea4c1710c215554 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -433,6 +433,7 @@ source_set("browser") {
]
deps = [
+ ":injected_js",
"//base",
"//base:prefs",
"//breakpad:client",
@@ -514,7 +515,6 @@ source_set("browser") {
"//ui/base",
"//ui/gfx",
"//url",
- ":injected_js",
# TODO(crbug.com/459705): add support for resource packing and change the
# dependency to be on the packed resources instead of the unpacked ones.
@@ -533,8 +533,8 @@ source_set("browser") {
if (enable_rlz) {
deps += [
- "//components/rlz",
":rlz",
+ "//components/rlz",
]
}
« components/BUILD.gn ('K') | « ios/chrome/BUILD.gn ('k') | ios/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698