root/mojo/public/js/bindings/constants.cc

/* [<][>][^][v][top][bottom][index][help] */
// 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

/* [<][>][^][v][top][bottom][index][help] */