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

Unified Diff: mash/wm/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/omnibox/BUILD.gn ('k') | mojo/converters/surfaces/surfaces_type_converters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index 80288cdb1eacd4ecdf033a746094841f4aa97bf7..0ec773bbc0fa8f530e12efd7894492f686382f3c 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -65,7 +65,6 @@ source_set("lib") {
deps = [
"//base",
"//components/mus/common",
- "//components/mus/public/cpp",
"//components/mus/public/interfaces",
"//mash/wm/public/interfaces",
"//mash/wm/resources",
@@ -85,6 +84,10 @@ source_set("lib") {
"//ui/views",
"//ui/views/mus:for_mojo_application",
]
+
+ public_deps = [
+ "//components/mus/public/cpp",
+ ]
}
mojo_native_application("wm") {
« no previous file with comments | « mandoline/ui/omnibox/BUILD.gn ('k') | mojo/converters/surfaces/surfaces_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698