blob: b25b243c4bef9548f89d634b8e48a5719a58ef62 [file] [log] [blame]
// 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');