| 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', |
| 110 }, | 111 }, |
| 111 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 112 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
| 112 }, | 113 }, |
| 113 { | 114 { |
| 114 'target_name': 'mojo_interface_bindings_cpp_sources', | 115 'target_name': 'mojo_interface_bindings_cpp_sources', |
| 115 'type': 'none', | 116 'type': 'none', |
| 116 'dependencies': [ | 117 'dependencies': [ |
| 117 'mojo_interface_bindings_mojom', | 118 'mojo_interface_bindings_mojom', |
| 118 ], | 119 ], |
| 119 }, | 120 }, |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 'configurations': { | 302 'configurations': { |
| 302 'Common_Base': { | 303 'Common_Base': { |
| 303 'msvs_target_platform': 'x64', | 304 'msvs_target_platform': 'x64', |
| 304 }, | 305 }, |
| 305 }, | 306 }, |
| 306 }, | 307 }, |
| 307 ], | 308 ], |
| 308 }], | 309 }], |
| 309 ], | 310 ], |
| 310 } | 311 } |
| OLD | NEW |