Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Side by Side Diff: mojo/mojo_services.gypi

Issue 501623002: Adds necessary dependencies for view_manager tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | mojo/services/public/cpp/view_manager/lib/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/public/cpp/view_manager/lib/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698