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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 ], | 287 ], |
288 'include_dirs': [ | 288 'include_dirs': [ |
289 '..', | 289 '..', |
290 ], | 290 ], |
291 }, | 291 }, |
292 { | 292 { |
293 'target_name': 'mojo_shell_bindings', | 293 'target_name': 'mojo_shell_bindings', |
294 'type': 'static_library', | 294 'type': 'static_library', |
295 'sources': [ | 295 'sources': [ |
296 'public/shell/lib/application.cc', | 296 'public/shell/lib/application.cc', |
297 'public/shell/lib/shell.mojom', | |
298 'public/shell/lib/service.cc', | 297 'public/shell/lib/service.cc', |
299 'public/shell/application.h', | 298 'public/shell/application.h', |
300 'public/shell/service.h', | 299 'public/shell/service.h', |
| 300 'public/shell/shell.mojom', |
301 ], | 301 ], |
302 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], | 302 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], |
303 'export_dependent_settings': [ | 303 'export_dependent_settings': [ |
304 'mojo_bindings', | 304 'mojo_bindings', |
305 'mojo_system', | 305 'mojo_system', |
306 ], | 306 ], |
307 }, | 307 }, |
308 ], | 308 ], |
309 } | 309 } |
OLD | NEW |