blob: 05e1a78b8d813eb5085f24f8fcbdfa9b4c4c03a3 [file] [log] [blame]
// Copyright 2016 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 "ios/web/webui/mojo_js_constants.h"
namespace web {
const char kSyncMessageChannelModuleName[] =
"ios/mojo/public/js/sync_message_channel";
const char kHandleUtilModuleName[] = "ios/mojo/public/js/handle_util";
const char kSupportModuleName[] = "mojo/public/js/support";
const char kCoreModuleName[] = "mojo/public/js/core";
const char kServiceRegistryModuleName[] =
"content/public/renderer/frame_service_registry";
} // namespace web