Chromium Code Reviews| Index: cc/ipc/copy_output_result.typemap |
| diff --git a/cc/ipc/copy_output_result.typemap b/cc/ipc/copy_output_result.typemap |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..35bfc2bcde38da012c0551fe657cc6b9a48f566f |
| --- /dev/null |
| +++ b/cc/ipc/copy_output_result.typemap |
| @@ -0,0 +1,15 @@ |
| +# 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 = "//cc/ipc/copy_output_result.mojom" |
| +public_headers = [ "//cc/output/copy_output_result.h" ] |
| +traits_headers = [ "//cc/ipc/copy_output_result_struct_traits.h" ] |
| +deps = [ |
|
Ken Rockot(use gerrit already)
2017/02/01 16:04:55
nit: AFAICT public_deps would be more correct here
Saman Sami
2017/02/01 17:19:40
Done.
|
| + "//cc", |
| + "//skia/public/interfaces:struct_traits", |
| +] |
| +sources = [ |
| + "//cc/ipc:struct_traits", |
| +] |
| +type_mappings = [ "cc.mojom.CopyOutputResult=cc::CopyOutputResult" ] |