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 # GN version: //mojo/services/dbus_echo:bindings | 8 # GN version: //mojo/services/dbus_echo:bindings |
9 'target_name': 'mojo_echo_bindings', | 9 'target_name': 'mojo_echo_bindings', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
750 '../base/base.gyp:base', | 750 '../base/base.gyp:base', |
751 '../base/base.gyp:test_support_base', | 751 '../base/base.gyp:test_support_base', |
752 '../ui/gl/gl.gyp:gl', | 752 '../ui/gl/gl.gyp:gl', |
753 ], | 753 ], |
754 'sources': [ | 754 'sources': [ |
755 'services/public/cpp/view_manager/lib/view_manager_test_suite.cc', | 755 'services/public/cpp/view_manager/lib/view_manager_test_suite.cc', |
756 'services/public/cpp/view_manager/lib/view_manager_test_suite.h', | 756 'services/public/cpp/view_manager/lib/view_manager_test_suite.h', |
757 'services/public/cpp/view_manager/lib/view_manager_unittests.cc', | 757 'services/public/cpp/view_manager/lib/view_manager_unittests.cc', |
758 ], | 758 ], |
759 'conditions': [ | 759 'conditions': [ |
760 ['OS=="linux"', { | 760 ['OS=="linux" or OS=="win"', { |
761 'dependencies': [ | 761 'dependencies': [ |
762 '../third_party/mesa/mesa.gyp:osmesa', | 762 '../third_party/mesa/mesa.gyp:osmesa', |
763 'mojo_native_viewport_service_lib', | 763 'mojo_native_viewport_service_lib', |
764 ], | 764 ], |
765 }], | 765 }], |
766 ['use_x11==1', { | 766 ['use_x11==1', { |
767 'dependencies': [ | 767 'dependencies': [ |
768 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 768 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
769 ], | 769 ], |
770 }], | 770 }], |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
895 'mojo_echo_bindings', | 895 'mojo_echo_bindings', |
896 ], | 896 ], |
897 'sources': [ | 897 'sources': [ |
898 'services/dbus_echo/dbus_echo_service.cc', | 898 'services/dbus_echo/dbus_echo_service.cc', |
899 ], | 899 ], |
900 }, | 900 }, |
901 ], | 901 ], |
902 }], | 902 }], |
903 ], | 903 ], |
904 } | 904 } |
OLD | NEW |