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 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
632 '../ui/gfx/gfx.gyp:gfx_geometry', | 632 '../ui/gfx/gfx.gyp:gfx_geometry', |
633 '../ui/gl/gl.gyp:gl', | 633 '../ui/gl/gl.gyp:gl', |
634 '../ui/resources/ui_resources.gyp:ui_resources', | 634 '../ui/resources/ui_resources.gyp:ui_resources', |
635 '../ui/resources/ui_resources.gyp:ui_test_pak', | 635 '../ui/resources/ui_resources.gyp:ui_test_pak', |
636 '../ui/views/views.gyp:views', | 636 '../ui/views/views.gyp:views', |
637 'mojo_base.gyp:mojo_application_chromium', | 637 'mojo_base.gyp:mojo_application_chromium', |
638 'mojo_base.gyp:mojo_cpp_bindings', | 638 'mojo_base.gyp:mojo_cpp_bindings', |
639 'mojo_base.gyp:mojo_utility', | 639 'mojo_base.gyp:mojo_utility', |
640 'mojo_base.gyp:mojo_environment_chromium', | 640 'mojo_base.gyp:mojo_environment_chromium', |
641 'mojo_aura_support', | 641 'mojo_aura_support', |
| 642 'mojo_core_window_manager_lib', |
642 'mojo_geometry_bindings', | 643 'mojo_geometry_bindings', |
643 'mojo_geometry_lib', | 644 'mojo_geometry_lib', |
644 'mojo_input_events_lib', | 645 'mojo_input_events_lib', |
645 'mojo_keyboard_bindings', | 646 'mojo_keyboard_bindings', |
646 'mojo_launcher_bindings', | 647 'mojo_launcher_bindings', |
647 'mojo_navigation_bindings', | 648 'mojo_navigation_bindings', |
648 'mojo_view_manager_lib', | 649 'mojo_view_manager_lib', |
649 'mojo_views_support', | 650 'mojo_views_support', |
650 'mojo_window_manager_bindings', | 651 'mojo_window_manager_bindings', |
651 '<(mojo_gles2_for_loadable_module)', | 652 '<(mojo_gles2_for_loadable_module)', |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
842 ], | 843 ], |
843 'sources': [ | 844 'sources': [ |
844 'examples/dbus_echo/dbus_echo_app.cc', | 845 'examples/dbus_echo/dbus_echo_app.cc', |
845 'public/cpp/application/lib/mojo_main_standalone.cc', | 846 'public/cpp/application/lib/mojo_main_standalone.cc', |
846 ], | 847 ], |
847 }, | 848 }, |
848 ], | 849 ], |
849 }], | 850 }], |
850 ], | 851 ], |
851 } | 852 } |
OLD | NEW |