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

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

Issue 1142323003: Remove duplicate application cpp files in mojo/application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 months 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
« no previous file with comments | « mandoline/ui/browser/main.cc ('k') | mandoline/ui/omnibox/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/omnibox/BUILD.gn
diff --git a/mandoline/ui/omnibox/BUILD.gn b/mandoline/ui/omnibox/BUILD.gn
index a53755a32d5f14aaca42c6027ee31a2e24095d24..c7f8c39fcd08e70e13d7c62a616190d98e471e96 100644
--- a/mandoline/ui/omnibox/BUILD.gn
+++ b/mandoline/ui/omnibox/BUILD.gn
@@ -13,11 +13,7 @@ mojo_native_application("omnibox") {
deps = [
":lib",
"//mandoline/services/navigation/public/interfaces",
- "//mojo/application",
- "//mojo/application/public/interfaces",
- "//mojo/common:common",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/utility",
+ "//mojo/application/public/cpp",
]
}
@@ -37,7 +33,6 @@ source_set("lib") {
"//mojo/converters/geometry",
"//skia",
"//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/utility",
"//ui/gfx/geometry",
"//ui/mojo/events:interfaces",
]
« no previous file with comments | « mandoline/ui/browser/main.cc ('k') | mandoline/ui/omnibox/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698