// 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. 'use strict'; if (mojo && mojo.internal) { throw new Error('The Mojo bindings library has been initialized.'); } var mojo = mojo || {}; mojo.internal = {}; mojo.internal.global = this; mojo.config = { // Whether to automatically load mojom dependencies. // For example, if foo.mojom imports bar.mojom, |autoLoadMojomDeps| set to // true means that loading foo.mojom.js will insert a