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

Side by Side Diff: mojo/mojo_services.gypi

Issue 368903003: Provide gtest printers for ui/gfx geometry types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gfx_test_support dep to video_encode_accelerator_unittest Created 6 years, 5 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 | « media/media.gyp ('k') | printing/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 'target_name': 'mojo_echo_bindings', 8 'target_name': 'mojo_echo_bindings',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'dependencies': [ 125 'dependencies': [
126 '../base/base.gyp:base', 126 '../base/base.gyp:base',
127 '../base/base.gyp:test_support_base', 127 '../base/base.gyp:test_support_base',
128 '../cc/cc.gyp:cc', 128 '../cc/cc.gyp:cc',
129 '../cc/cc.gyp:cc_surfaces', 129 '../cc/cc.gyp:cc_surfaces',
130 '../gpu/gpu.gyp:gpu', 130 '../gpu/gpu.gyp:gpu',
131 '../skia/skia.gyp:skia', 131 '../skia/skia.gyp:skia',
132 '../testing/gtest.gyp:gtest', 132 '../testing/gtest.gyp:gtest',
133 '../ui/gfx/gfx.gyp:gfx', 133 '../ui/gfx/gfx.gyp:gfx',
134 '../ui/gfx/gfx.gyp:gfx_geometry', 134 '../ui/gfx/gfx.gyp:gfx_geometry',
135 '../ui/gfx/gfx.gyp:gfx_test_support',
135 'mojo_geometry_lib', 136 'mojo_geometry_lib',
136 'mojo_run_all_unittests', 137 'mojo_run_all_unittests',
137 'mojo_surfaces_bindings', 138 'mojo_surfaces_bindings',
138 'mojo_surfaces_lib', 139 'mojo_surfaces_lib',
139 ], 140 ],
140 'sources': [ 141 'sources': [
141 'services/public/cpp/surfaces/tests/surface_unittest.cc', 142 'services/public/cpp/surfaces/tests/surface_unittest.cc',
142 ], 143 ],
143 }, 144 },
144 { 145 {
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'mojo_view_manager_bindings', 397 'mojo_view_manager_bindings',
397 ], 398 ],
398 }, 399 },
399 { 400 {
400 'target_name': 'mojo_view_manager_lib_unittests', 401 'target_name': 'mojo_view_manager_lib_unittests',
401 'type': 'executable', 402 'type': 'executable',
402 'dependencies': [ 403 'dependencies': [
403 '../base/base.gyp:base', 404 '../base/base.gyp:base',
404 '../base/base.gyp:test_support_base', 405 '../base/base.gyp:test_support_base',
405 '../testing/gtest.gyp:gtest', 406 '../testing/gtest.gyp:gtest',
407 '../ui/gfx/gfx.gyp:gfx',
408 '../ui/gfx/gfx.gyp:gfx_test_support',
406 'mojo_environment_chromium', 409 'mojo_environment_chromium',
407 'mojo_geometry_bindings', 410 'mojo_geometry_bindings',
408 'mojo_geometry_lib', 411 'mojo_geometry_lib',
409 'mojo_shell_test_support', 412 'mojo_shell_test_support',
410 'mojo_view_manager_bindings', 413 'mojo_view_manager_bindings',
411 'mojo_view_manager_lib', 414 'mojo_view_manager_lib',
412 ], 415 ],
413 'sources': [ 416 'sources': [
414 'services/public/cpp/view_manager/tests/node_unittest.cc', 417 'services/public/cpp/view_manager/tests/node_unittest.cc',
415 'services/public/cpp/view_manager/tests/view_unittest.cc', 418 'services/public/cpp/view_manager/tests/view_unittest.cc',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'mojo_system_impl', 682 'mojo_system_impl',
680 ], 683 ],
681 'sources': [ 684 'sources': [
682 'services/dbus_echo/dbus_echo_service.cc', 685 'services/dbus_echo/dbus_echo_service.cc',
683 ], 686 ],
684 }, 687 },
685 ], 688 ],
686 }], 689 }],
687 ], 690 ],
688 } 691 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | printing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698