Chromium Code Reviews| 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", |
| ] |
| } |