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 = "//chrome/common/extensions/media_parser.mojom" | |
| 6 | |
| 7 public_headers = [ "//chrome/common/media_galleries/metadata_types.h" ] | |
| 8 | |
| 9 traits_headers = [ "//chrome/common/extensions/media_parser_struct_traits.h" ] | |
| 10 | |
| 11 deps = [ | |
| 12 "//mojo/public/cpp/bindings", | |
|
Sam McNally
2017/01/10 06:55:14
This shouldn't be necessary.
Noel Gordon
2017/01/10 22:52:36
Removed.
| |
| 13 ] | |
| 14 | |
| 15 type_mappings = [ "extensions.mojom.AttachedImage=::metadata::AttachedImage" ] | |
| OLD | NEW |