| // Copyright 2015 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. | |
| // Set of scripts required by web layer backed up by WKWebView. | |
| goog.provide('__crWeb.webBundle'); | |
| goog.require('__crWeb.console'); | |
| goog.require('__crWeb.contextMenu'); | |
| goog.require('__crWeb.error'); | |
| goog.require('__crWeb.form'); | |
| goog.require('__crWeb.legacy'); | |
| goog.require('__crWeb.scrollWorkaround'); |