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

Unified Diff: mandoline/ui/desktop_ui/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Rebase 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 663e40b31231471c603d8cfe0573a15744bb8dc8..dfb4e9ceaa917f6e05cb0a43b53f2471c46fae4f 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",
"//url",
+ "public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698