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

Unified Diff: components/chrome_apps/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: components/chrome_apps/BUILD.gn
diff --git a/components/chrome_apps/BUILD.gn b/components/chrome_apps/BUILD.gn
index a5595001f2ab2043b61e8fa4587693a89344a69e..6b7b67ae175bc851f5360bfa6e4901c1425f71f2 100644
--- a/components/chrome_apps/BUILD.gn
+++ b/components/chrome_apps/BUILD.gn
@@ -22,8 +22,8 @@ component("chrome_apps") {
"chrome_apps_resource_util.h",
]
deps = [
- "//base",
":resources",
+ "//base",
]
defines = [ "CHROME_APPS_IMPLEMENTATION" ]
}

Powered by Google App Engine
This is Rietveld 408576698