| // 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. |
| |
| #ifndef IOS_WEB_WEBUI_MOJO_JS_CONSTANTS_H_ |
| #define IOS_WEB_WEBUI_MOJO_JS_CONSTANTS_H_ |
| |
| namespace web { |
| |
| extern const char kSyncMessageChannelModuleName[]; |
| extern const char kHandleUtilModuleName[]; |
| extern const char kSupportModuleName[]; |
| extern const char kCoreModuleName[]; |
| extern const char kInterfaceProviderModuleName[]; |
| |
| } // namespace web |
| |
| #endif // IOS_WEB_WEBUI_MOJO_JS_CONSTANTS_H_ |