OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "mojo/public/js/bindings/constants.h" | 5 #include "mojo/public/js/bindings/constants.h" |
6 | 6 |
7 namespace mojo { | 7 namespace mojo { |
8 | 8 |
| 9 const char kBufferModuleName[] = "mojo/public/js/bindings/buffer"; |
9 const char kCodecModuleName[] = "mojo/public/js/bindings/codec"; | 10 const char kCodecModuleName[] = "mojo/public/js/bindings/codec"; |
10 const char kConnectionModuleName[] = "mojo/public/js/bindings/connection"; | 11 const char kConnectionModuleName[] = "mojo/public/js/bindings/connection"; |
11 const char kConnectorModuleName[] = "mojo/public/js/bindings/connector"; | 12 const char kConnectorModuleName[] = "mojo/public/js/bindings/connector"; |
12 const char kUnicodeModuleName[] = "mojo/public/js/bindings/unicode"; | 13 const char kUnicodeModuleName[] = "mojo/public/js/bindings/unicode"; |
13 const char kRouterModuleName[] = "mojo/public/js/bindings/router"; | 14 const char kRouterModuleName[] = "mojo/public/js/bindings/router"; |
14 | 15 |
15 } // namespace mojo | 16 } // namespace mojo |
OLD | NEW |