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

Unified Diff: mandoline/ui/desktop_ui/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 | « components/mus/public/interfaces/gpu.typemap ('k') | mandoline/ui/desktop_ui/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/desktop_ui/BUILD.gn
diff --git a/mandoline/ui/desktop_ui/BUILD.gn b/mandoline/ui/desktop_ui/BUILD.gn
index d6ef96f415fb48d09e39a5ce8d61a278f5164456..8b718dea39934cd12b200c37da55a301ab2b90d1 100644
--- a/mandoline/ui/desktop_ui/BUILD.gn
+++ b/mandoline/ui/desktop_ui/BUILD.gn
@@ -35,22 +35,27 @@ source_set("lib") {
]
deps = [
- "public/interfaces",
+ "//mojo/converters/geometry",
+ "//mojo/services/tracing/public/interfaces",
+ "//skia",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
+ "//ui/mojo/init",
+ "//ui/views/mus:for_mojo_application",
+ ]
+
+ public_deps = [
"//base",
+ "//components/mus/public/cpp",
+ "//components/mus/public/interfaces",
"//components/web_view/public/cpp",
"//components/web_view/public/interfaces",
+ "//mandoline/ui/desktop_ui/public/interfaces",
"//mojo/common:common_base",
- "//mojo/converters/geometry",
"//mojo/public/cpp/bindings",
"//mojo/services/tracing/public/cpp",
- "//mojo/services/tracing/public/interfaces",
"//mojo/shell/public/cpp:sources",
- "//skia",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/mojo/init",
"//ui/views",
- "//ui/views/mus:for_mojo_application",
"//url",
]
}
« no previous file with comments | « components/mus/public/interfaces/gpu.typemap ('k') | mandoline/ui/desktop_ui/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698