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

Unified Diff: mandoline/ui/desktop_ui/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: mandoline/ui/desktop_ui/BUILD.gn
diff --git a/mandoline/ui/desktop_ui/BUILD.gn b/mandoline/ui/desktop_ui/BUILD.gn
index e84c56513b9df5923b9bfd94b9fb425f927ebc07..f5aa86bf053e04668adc784ceca838a81425a634 100644
--- a/mandoline/ui/desktop_ui/BUILD.gn
+++ b/mandoline/ui/desktop_ui/BUILD.gn
@@ -35,7 +35,6 @@ source_set("lib") {
]
deps = [
- "public/interfaces",
"//base",
"//components/web_view/public/cpp",
"//components/web_view/public/interfaces",
@@ -52,6 +51,7 @@ source_set("lib") {
"//ui/views",
"//ui/views/mus:for_mojo_application",
"//url",
+ "public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698