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

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

Issue 1635613002: [mojo-bindings] Support reuse of native enum classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix more missing public_deps Created 4 years, 11 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/desktop_ui/public/interfaces/BUILD.gn ('k') | mash/wm/BUILD.gn » ('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 2872afe1703da679522a6f1d311f9c07403b399d..954d47c09af093fd32e8542ca443b8644beea7e9 100644
--- a/mandoline/ui/omnibox/BUILD.gn
+++ b/mandoline/ui/omnibox/BUILD.gn
@@ -25,19 +25,22 @@ source_set("lib") {
]
deps = [
- "//base",
"//components/mus/public/cpp",
"//components/url_formatter",
- "//mandoline/ui/desktop_ui/public/interfaces",
"//mojo/common",
"//mojo/converters/geometry",
"//mojo/public/cpp/bindings",
- "//mojo/services/tracing/public/cpp",
- "//mojo/shell/public/cpp:sources",
"//skia",
"//ui/gfx/geometry",
"//ui/mojo/init",
"//ui/views",
"//ui/views/mus:for_mojo_application",
]
+
+ public_deps = [
+ "//base",
+ "//mandoline/ui/desktop_ui/public/interfaces",
+ "//mojo/services/tracing/public/cpp",
+ "//mojo/shell/public/cpp:sources",
+ ]
}
« no previous file with comments | « mandoline/ui/desktop_ui/public/interfaces/BUILD.gn ('k') | mash/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698