OLD | NEW |
1 { | 1 { |
2 'targets': [ | 2 'targets': [ |
3 { | 3 { |
4 'target_name': 'mojo_system', | 4 'target_name': 'mojo_system', |
5 'type': 'shared_library', | 5 'type': 'shared_library', |
6 'defines': [ | 6 'defines': [ |
7 'MOJO_SYSTEM_IMPLEMENTATION', | 7 'MOJO_SYSTEM_IMPLEMENTATION', |
8 ], | 8 ], |
9 'include_dirs': [ | 9 'include_dirs': [ |
10 '..', | 10 '..', |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'public/bindings/lib/scratch_buffer.h', | 191 'public/bindings/lib/scratch_buffer.h', |
192 'public/bindings/lib/sync_dispatcher.cc', | 192 'public/bindings/lib/sync_dispatcher.cc', |
193 ], | 193 ], |
194 }, | 194 }, |
195 { | 195 { |
196 'target_name': 'mojo_sample_service', | 196 'target_name': 'mojo_sample_service', |
197 'type': 'static_library', | 197 'type': 'static_library', |
198 'sources': [ | 198 'sources': [ |
199 'public/bindings/tests/sample_service.mojom', | 199 'public/bindings/tests/sample_service.mojom', |
200 'public/bindings/tests/sample_import.mojom', | 200 'public/bindings/tests/sample_import.mojom', |
| 201 'public/bindings/tests/sample_import2.mojom', |
201 ], | 202 ], |
202 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], | 203 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], |
203 'export_dependent_settings': [ | 204 'export_dependent_settings': [ |
204 'mojo_bindings', | 205 'mojo_bindings', |
205 'mojo_system', | 206 'mojo_system', |
206 ], | 207 ], |
207 }, | 208 }, |
208 { | 209 { |
209 'target_name': 'mojo_environment_standalone', | 210 'target_name': 'mojo_environment_standalone', |
210 'type': 'static_library', | 211 'type': 'static_library', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 'public/shell/service.h', | 246 'public/shell/service.h', |
246 ], | 247 ], |
247 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], | 248 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], |
248 'export_dependent_settings': [ | 249 'export_dependent_settings': [ |
249 'mojo_bindings', | 250 'mojo_bindings', |
250 'mojo_system', | 251 'mojo_system', |
251 ], | 252 ], |
252 }, | 253 }, |
253 ], | 254 ], |
254 } | 255 } |
OLD | NEW |