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

Unified Diff: mojo/public/js/BUILD.gn

Issue 2676443005: Add interface versioning. Methods queryVersion and requireVersion. (Closed)
Patch Set: Add interface_control_messages.mojom.js to build resources Created 3 years, 10 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: mojo/public/js/BUILD.gn
diff --git a/mojo/public/js/BUILD.gn b/mojo/public/js/BUILD.gn
index df150ddbe57ae6cf516a39ad9d4ee539f4ecddd7..00cf49e175e61884fdc9ba9002c752d8556d7aae 100644
--- a/mojo/public/js/BUILD.gn
+++ b/mojo/public/js/BUILD.gn
@@ -24,6 +24,8 @@ group("bindings") {
"threading.js",
"unicode.js",
"validator.js",
+ "lib/control_message_proxy.js",
yzshen1 2017/02/11 01:11:28 Please order files in this list alphabetically.
wangjimmy 2017/02/13 20:43:06 Done.
+ "lib/control_message_handler.js",
]
}

Powered by Google App Engine
This is Rietveld 408576698