• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
3 // found in the LICENSE file.
4 
5 #include "mojo/public/js/bindings/constants.h"
6 
7 namespace mojo {
8 
9 const char kCodecModuleName[] = "mojo/public/js/bindings/codec";
10 const char kConnectionModuleName[] = "mojo/public/js/bindings/connection";
11 const char kConnectorModuleName[] = "mojo/public/js/bindings/connector";
12 const char kUnicodeModuleName[] = "mojo/public/js/bindings/unicode";
13 const char kRouterModuleName[] = "mojo/public/js/bindings/router";
14 
15 }  // namespace mojo
16