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 'includes': [ | 6 'includes': [ |
7 '../../mojo_variables.gypi', | 7 '../../mojo_variables.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 ], | 112 ], |
113 'export_dependent_settings': [ | 113 'export_dependent_settings': [ |
114 'mojo_geometry_bindings', | 114 'mojo_geometry_bindings', |
115 'mojo_gpu_bindings', | 115 'mojo_gpu_bindings', |
116 'mojo_input_events_bindings', | 116 'mojo_input_events_bindings', |
117 'mojo_surface_id_bindings', | 117 'mojo_surface_id_bindings', |
118 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 118 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
119 ], | 119 ], |
120 }, | 120 }, |
121 { | 121 { |
122 # GN version: //mojo/services/public/interfaces/navigation | 122 # GN version: //mojo/services/navigation/public/interfaces |
123 'target_name': 'mojo_navigation_bindings', | 123 'target_name': 'mojo_navigation_bindings', |
124 'type': 'static_library', | 124 'type': 'static_library', |
125 'sources': [ | 125 'sources': [ |
126 'interfaces/navigation/navigation.mojom', | 126 '../navigation/public/interfaces/navigation.mojom', |
127 ], | 127 ], |
128 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], | 128 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], |
129 'export_dependent_settings': [ | 129 'export_dependent_settings': [ |
130 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 130 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
131 ], | 131 ], |
132 'dependencies': [ | 132 'dependencies': [ |
133 'mojo_network_bindings', | 133 'mojo_network_bindings', |
134 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 134 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
135 ], | 135 ], |
136 }, | 136 }, |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 258 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
259 ], | 259 ], |
260 'export_dependent_settings': [ | 260 'export_dependent_settings': [ |
261 'mojo_input_events_bindings', | 261 'mojo_input_events_bindings', |
262 '../../public/mojo_public.gyp:mojo_application_bindings', | 262 '../../public/mojo_public.gyp:mojo_application_bindings', |
263 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 263 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
264 ], | 264 ], |
265 }, | 265 }, |
266 ], | 266 ], |
267 } | 267 } |
OLD | NEW |