| // Copyright 2017 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. | |
| // The set of scripts to be injected into the web view as early as possible. | |
| goog.provide('__crWeb.chromeBundle'); | |
| goog.require('__crWeb.print'); | |
| goog.require('__crWeb.paymentRequestManager'); |