OLD | NEW |
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2014 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_bindings', | 8 'target_name': 'mojo_echo_bindings', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'sources': [ | 10 'sources': [ |
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
806 'dependencies': [ | 806 'dependencies': [ |
807 '../base/base.gyp:test_support_base', | 807 '../base/base.gyp:test_support_base', |
808 '../testing/gtest.gyp:gtest', | 808 '../testing/gtest.gyp:gtest', |
809 '../ui/gl/gl.gyp:gl', | 809 '../ui/gl/gl.gyp:gl', |
810 'mojo_core_window_manager_bindings', | 810 'mojo_core_window_manager_bindings', |
811 'mojo_environment_chromium', | 811 'mojo_environment_chromium', |
812 'mojo_service_manager', | 812 'mojo_service_manager', |
813 'mojo_shell_test_support', | 813 'mojo_shell_test_support', |
814 'mojo_system_impl', | 814 'mojo_system_impl', |
815 'mojo_view_manager_bindings', | 815 'mojo_view_manager_bindings', |
| 816 'mojo_view_manager_lib', |
816 ], | 817 ], |
817 'sources': [ | 818 'sources': [ |
818 'services/window_manager/window_manager_api_unittest.cc', | 819 'services/window_manager/window_manager_api_unittest.cc', |
819 'services/window_manager/window_manager_unittests.cc', | 820 'services/window_manager/window_manager_unittests.cc', |
820 ], | 821 ], |
821 'conditions': [ | 822 'conditions': [ |
822 ['OS=="linux"', { | 823 ['OS=="linux"', { |
823 'dependencies': [ | 824 'dependencies': [ |
824 '../third_party/mesa/mesa.gyp:osmesa', | 825 '../third_party/mesa/mesa.gyp:osmesa', |
825 'mojo_native_viewport_service', | 826 'mojo_native_viewport_service', |
(...skipping 25 matching lines...) Expand all Loading... |
851 'mojo_system_impl', | 852 'mojo_system_impl', |
852 ], | 853 ], |
853 'sources': [ | 854 'sources': [ |
854 'services/dbus_echo/dbus_echo_service.cc', | 855 'services/dbus_echo/dbus_echo_service.cc', |
855 ], | 856 ], |
856 }, | 857 }, |
857 ], | 858 ], |
858 }], | 859 }], |
859 ], | 860 ], |
860 } | 861 } |
OLD | NEW |