| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 'type': 'none', | 43 'type': 'none', |
| 44 'variables': { | 44 'variables': { |
| 45 'mojom_files': [ | 45 'mojom_files': [ |
| 46 'surface_id.mojom', | 46 'surface_id.mojom', |
| 47 'surface_sequence.mojom', | 47 'surface_sequence.mojom', |
| 48 ], | 48 ], |
| 49 'mojom_typemaps': [ | 49 'mojom_typemaps': [ |
| 50 'surface_id.typemap', | 50 'surface_id.typemap', |
| 51 'surface_sequence.typemap', | 51 'surface_sequence.typemap', |
| 52 ], | 52 ], |
| 53 'use_new_wrapper_types': 'false', |
| 53 }, | 54 }, |
| 54 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], | 55 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], |
| 55 }, | 56 }, |
| 56 { | 57 { |
| 57 # GN version: //cc/ipc:interfaces | 58 # GN version: //cc/ipc:interfaces |
| 58 # Same target as above except that this is used in Blink | 59 # Same target as above except that this is used in Blink |
| 59 'target_name': 'interfaces_blink', | 60 'target_name': 'interfaces_blink', |
| 60 'type': 'none', | 61 'type': 'none', |
| 61 'variables': { | 62 'variables': { |
| 62 'for_blink': 'true', | 63 'for_blink': 'true', |
| 63 'mojom_files': [ | 64 'mojom_files': [ |
| 64 'surface_id.mojom', | 65 'surface_id.mojom', |
| 65 'surface_sequence.mojom', | 66 'surface_sequence.mojom', |
| 66 ], | 67 ], |
| 67 'mojom_typemaps': [ | 68 'mojom_typemaps': [ |
| 68 'surface_id.typemap', | 69 'surface_id.typemap', |
| 69 'surface_sequence.typemap', | 70 'surface_sequence.typemap', |
| 70 ], | 71 ], |
| 72 'use_new_wrapper_types': 'false', |
| 71 }, | 73 }, |
| 72 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], | 74 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], |
| 73 }, | 75 }, |
| 74 | 76 |
| 75 ], | 77 ], |
| 76 } | 78 } |
| OLD | NEW |