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

Unified Diff: extensions/common/api/mojo/BUILD.gn

Issue 2074263002: [Experimental] Fool around with exposing extension bindings via blink Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: extensions/common/api/mojo/BUILD.gn
diff --git a/mash/public/interfaces/BUILD.gn b/extensions/common/api/mojo/BUILD.gn
similarity index 71%
copy from mash/public/interfaces/BUILD.gn
copy to extensions/common/api/mojo/BUILD.gn
index 17753e75ecf0c9165b3cdc0935932d03f08668a2..b4daa0d3d219c56567ba4ee1e52380c01295719d 100644
--- a/mash/public/interfaces/BUILD.gn
+++ b/extensions/common/api/mojo/BUILD.gn
@@ -4,8 +4,8 @@
Ken Rockot(use gerrit already) 2016/06/20 17:19:24 I would strongly prefer that we not keep introduci
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
- sources = [
- "launchable.mojom",
- ]
+mojom_files = [ "developer_private.mojom" ]
Ken Rockot(use gerrit already) 2016/06/20 17:19:24 This variable seems unnecessary. Just inline the s
+
+mojom("mojo") {
+ sources = mojom_files
}

Powered by Google App Engine
This is Rietveld 408576698