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..b697b468018c9c3000bc6597c95c73a4172523ef |
| --- /dev/null |
| +++ b/cc/ipc/copy_output_result.typemap |
| @@ -0,0 +1,11 @@ |
| +# 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" ] |
|
Ken Rockot(use gerrit already)
2017/01/31 20:16:35
I think you also want to add public_deps = [ "//cc
Saman Sami
2017/01/31 20:47:57
Done.
|
| +traits_headers = [ "//cc/ipc/copy_output_result_struct_traits.h" ] |
| +sources = [ |
| + "//cc/ipc:struct_traits", |
| +] |
| +type_mappings = [ "cc.mojom.CopyOutputResult=cc::CopyOutputResult" ] |