| OLD | NEW |
| 1 # Copyright 2014 The Chroium Authors. All rights reserved. | 1 # Copyright 2014 The Chroium 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 'includes': [ | 6 'includes': [ |
| 7 'mojo_public.gypi', | 7 'mojo_public.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 }, | 100 }, |
| 101 { | 101 { |
| 102 'target_name': 'mojo_interface_bindings_mojom', | 102 'target_name': 'mojo_interface_bindings_mojom', |
| 103 'type': 'none', | 103 'type': 'none', |
| 104 'variables': { | 104 'variables': { |
| 105 'require_interface_bindings': 0, | 105 'require_interface_bindings': 0, |
| 106 'mojom_files': [ | 106 'mojom_files': [ |
| 107 'public/interfaces/bindings/interface_control_messages.mojom', | 107 'public/interfaces/bindings/interface_control_messages.mojom', |
| 108 'public/interfaces/bindings/pipe_control_messages.mojom', | 108 'public/interfaces/bindings/pipe_control_messages.mojom', |
| 109 ], | 109 ], |
| 110 'use_new_wrapper_types': 'false', | |
| 111 }, | 110 }, |
| 112 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 111 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
| 113 }, | 112 }, |
| 114 { | 113 { |
| 115 'target_name': 'mojo_interface_bindings_cpp_sources', | 114 'target_name': 'mojo_interface_bindings_cpp_sources', |
| 116 'type': 'none', | 115 'type': 'none', |
| 117 'dependencies': [ | 116 'dependencies': [ |
| 118 'mojo_interface_bindings_mojom', | 117 'mojo_interface_bindings_mojom', |
| 119 ], | 118 ], |
| 120 }, | 119 }, |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 'configurations': { | 301 'configurations': { |
| 303 'Common_Base': { | 302 'Common_Base': { |
| 304 'msvs_target_platform': 'x64', | 303 'msvs_target_platform': 'x64', |
| 305 }, | 304 }, |
| 306 }, | 305 }, |
| 307 }, | 306 }, |
| 308 ], | 307 ], |
| 309 }], | 308 }], |
| 310 ], | 309 ], |
| 311 } | 310 } |
| OLD | NEW |