| Index: chrome/common/extensions/mojom/inline_install.typemap
|
| diff --git a/chrome/common/extensions/mojom/inline_install.typemap b/chrome/common/extensions/mojom/inline_install.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3a08ce5bf3d6b2965ef498bf1766f9123ec4c8bf
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/mojom/inline_install.typemap
|
| @@ -0,0 +1,14 @@
|
| +# 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.
|
| +
|
| +mojom = "//chrome/common/extensions/mojom/inline_install.mojom"
|
| +public_headers = [
|
| + "//chrome/common/extensions/api/webstore/webstore_api_constants.h",
|
| + "//chrome/common/extensions/webstore_install_result.h",
|
| +]
|
| +traits_headers = [ "//chrome/common/extensions/mojom/inline_install_traits.h" ]
|
| +type_mappings = [
|
| + "extensions.mojom.WebstoreInstallStage=::extensions::api::webstore::InstallStage",
|
| + "extensions.mojom.WebstoreInstallResult=::extensions::webstore_install::Result",
|
| +]
|
|
|