| Index: mojo/public/js/bindings/constants.cc
|
| diff --git a/mojo/public/js/bindings/constants.cc b/mojo/public/js/bindings/constants.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d506ee558739bc4aeee107e3a7d02294e029daff
|
| --- /dev/null
|
| +++ b/mojo/public/js/bindings/constants.cc
|
| @@ -0,0 +1,14 @@
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "mojo/public/js/bindings/constants.h"
|
| +
|
| +namespace mojo {
|
| +
|
| +const char kCodecModuleName[] = "mojo/public/js/bindings/codec";
|
| +const char kConnectionModuleName[] = "mojo/public/js/bindings/connection";
|
| +const char kConnectorModuleName[] = "mojo/public/js/bindings/connector";
|
| +const char kRouterModuleName[] = "mojo/public/js/bindings/router";
|
| +
|
| +} // namespace mojo
|
|
|