blob: 142f2992985e322f20a7b47888857ba0da5f23a2 [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.mainFrameWebBundle');
// Requires __crWeb.form provided by __crWeb.allFramesWebBundle.
goog.require('__crWeb.error');
goog.require('__crWeb.legacy');
goog.require('__crWeb.mainFrameContextMenu');
goog.require('__crWeb.navigation');
goog.require('__crWeb.scrollWorkaround');