blob: 239b67d4139a3fe50960b4047faf62f248ea0808 [file] [log] [blame]
// 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 kUnicodeModuleName[] = "mojo/public/js/bindings/unicode";
const char kRouterModuleName[] = "mojo/public/js/bindings/router";
} // namespace mojo