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

Unified Diff: mandoline/ui/desktop_ui/public/interfaces/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: do not generate validators for native-only enums 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
Index: mandoline/ui/desktop_ui/public/interfaces/BUILD.gn
diff --git a/mandoline/ui/desktop_ui/public/interfaces/BUILD.gn b/mandoline/ui/desktop_ui/public/interfaces/BUILD.gn
index 5dc313f805046f1d0c6029b8f17b23b0fa3c884f..e6ae5d555b9b901afb7fbfdde0662e8f7a1c4c57 100644
--- a/mandoline/ui/desktop_ui/public/interfaces/BUILD.gn
+++ b/mandoline/ui/desktop_ui/public/interfaces/BUILD.gn
@@ -14,8 +14,11 @@ mojom("interfaces") {
import_dirs = [ "//mojo/services" ]
deps = [
- "//components/mus/public/interfaces",
"//mojo/services/network/public/interfaces",
"//mojo/shell/public/interfaces",
]
+
+ public_deps = [
+ "//components/mus/public/interfaces",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698