Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2017 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 mojom = "//extensions/common/extension_unpacker.mojom" | |
| 6 | |
| 7 public_headers = [ "//extensions/common/manifest.h" ] | |
| 8 | |
| 9 traits_headers = [ "//extensions/common/manifest_location_param_traits.h" ] | |
| 10 | |
| 11 type_mappings = | |
| 12 [ "extensions.mojom.ManifestLocation=extensions::Manifest::Location" ] | |
| OLD | NEW |