OLD | NEW |
(Empty) | |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 5 // Set of scripts required by web layer backed up by UIWebView. |
| 6 goog.provide('__crweb.web_bundle_ui'); |
| 7 |
| 8 goog.require('__crweb.base'); |
| 9 goog.require('__crweb.common'); |
| 10 goog.require('__crweb.core'); |
| 11 goog.require('__crweb.core_dynamic_ui'); |
| 12 goog.require('__crweb.console'); |
| 13 goog.require('__crweb.dialog_overrides'); |
| 14 goog.require('__crweb.message'); |
| 15 goog.require('__crweb.message_dynamic_ui'); |
| 16 goog.require('__crweb.window_open_ui'); |
OLD | NEW |