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_echo_client', | 8 'target_name': 'mojo_echo_client', |
9 'type': 'loadable_module', | 9 'type': 'loadable_module', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 'mojo_base.gyp:mojo_application_chromium', | 372 'mojo_base.gyp:mojo_application_chromium', |
373 'mojo_base.gyp:mojo_common_lib', | 373 'mojo_base.gyp:mojo_common_lib', |
374 'mojo_base.gyp:mojo_environment_chromium', | 374 'mojo_base.gyp:mojo_environment_chromium', |
375 'mojo_base.gyp:mojo_system_impl', | 375 'mojo_base.gyp:mojo_system_impl', |
376 'mojo_geometry_bindings', | 376 'mojo_geometry_bindings', |
377 'mojo_geometry_lib', | 377 'mojo_geometry_lib', |
378 'mojo_native_viewport_bindings', | 378 'mojo_native_viewport_bindings', |
379 'mojo_surfaces_bindings', | 379 'mojo_surfaces_bindings', |
380 'mojo_surfaces_app_bindings', | 380 'mojo_surfaces_app_bindings', |
381 'mojo_surfaces_lib', | 381 'mojo_surfaces_lib', |
382 '<(mojo_gles2_for_loadable_module)', | |
383 '<(mojo_system_for_loadable_module)', | 382 '<(mojo_system_for_loadable_module)', |
384 ], | 383 ], |
385 'sources': [ | 384 'sources': [ |
386 'examples/surfaces_app/embedder.cc', | 385 'examples/surfaces_app/embedder.cc', |
387 'examples/surfaces_app/embedder.h', | 386 'examples/surfaces_app/embedder.h', |
388 'examples/surfaces_app/surfaces_app.cc', | 387 'examples/surfaces_app/surfaces_app.cc', |
389 'examples/surfaces_app/surfaces_util.cc', | 388 'examples/surfaces_app/surfaces_util.cc', |
390 'examples/surfaces_app/surfaces_util.h', | 389 'examples/surfaces_app/surfaces_util.h', |
391 'public/cpp/application/lib/mojo_main_chromium.cc', | 390 'public/cpp/application/lib/mojo_main_chromium.cc', |
392 ], | 391 ], |
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 ], | 844 ], |
846 'sources': [ | 845 'sources': [ |
847 'examples/dbus_echo/dbus_echo_app.cc', | 846 'examples/dbus_echo/dbus_echo_app.cc', |
848 'public/cpp/application/lib/mojo_main_standalone.cc', | 847 'public/cpp/application/lib/mojo_main_standalone.cc', |
849 ], | 848 ], |
850 }, | 849 }, |
851 ], | 850 ], |
852 }], | 851 }], |
853 ], | 852 ], |
854 } | 853 } |
OLD | NEW |