Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Side by Side Diff: ios/web/web_state/js/resources/web_bundle_wk.js

Issue 1029983002: Upstream ios/web/ JS files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 WKWebView.
6 goog.provide('__crweb.web_bundle_wk');
7
8 goog.require('__crweb.base');
9 goog.require('__crweb.common');
10 goog.require('__crweb.core');
11 goog.require('__crweb.core_dynamic_wk');
12 goog.require('__crweb.console');
13 goog.require('__crweb.dialog_overrides');
14 goog.require('__crweb.message');
15 goog.require('__crweb.message_dynamic_wk');
OLDNEW
« no previous file with comments | « ios/web/web_state/js/resources/web_bundle_ui.js ('k') | ios/web/web_state/js/resources/window_id.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698