OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'mojo_sample_app', | 8 'target_name': 'mojo_sample_app', |
9 'type': 'loadable_module', | 9 'type': 'loadable_module', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 'type': 'static_library', | 303 'type': 'static_library', |
304 'sources': [ | 304 'sources': [ |
305 'examples/surfaces_app/child.mojom', | 305 'examples/surfaces_app/child.mojom', |
306 ], | 306 ], |
307 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 307 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
308 'export_dependent_settings': [ | 308 'export_dependent_settings': [ |
309 'mojo_cpp_bindings', | 309 'mojo_cpp_bindings', |
310 ], | 310 ], |
311 'dependencies': [ | 311 'dependencies': [ |
312 'mojo_cpp_bindings', | 312 'mojo_cpp_bindings', |
| 313 'mojo_geometry_bindings', |
| 314 'mojo_surfaces_bindings', |
313 ], | 315 ], |
314 }, | 316 }, |
315 { | 317 { |
316 'target_name': 'package_mojo_surfaces_app', | 318 'target_name': 'package_mojo_surfaces_app', |
317 'variables': { | 319 'variables': { |
318 'app_name': 'mojo_surfaces_app', | 320 'app_name': 'mojo_surfaces_app', |
319 }, | 321 }, |
320 'includes': [ 'build/package_app.gypi' ], | 322 'includes': [ 'build/package_app.gypi' ], |
321 }, | 323 }, |
322 { | 324 { |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 ], | 656 ], |
655 'sources': [ | 657 'sources': [ |
656 'examples/dbus_echo/dbus_echo_app.cc', | 658 'examples/dbus_echo/dbus_echo_app.cc', |
657 'public/cpp/application/lib/mojo_main_standalone.cc', | 659 'public/cpp/application/lib/mojo_main_standalone.cc', |
658 ], | 660 ], |
659 }, | 661 }, |
660 ], | 662 ], |
661 }], | 663 }], |
662 ], | 664 ], |
663 } | 665 } |
OLD | NEW |