OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'cc_unit_tests_source_files': [ | 8 'cc_unit_tests_source_files': [ |
9 'animation/animation_host_unittest.cc', | 9 'animation/animation_host_unittest.cc', |
10 'animation/animation_player_unittest.cc', | 10 'animation/animation_player_unittest.cc', |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 { | 331 { |
332 'target_name': 'cc_unittests', | 332 'target_name': 'cc_unittests', |
333 'type': '<(gtest_target_type)', | 333 'type': '<(gtest_target_type)', |
334 'dependencies': [ | 334 'dependencies': [ |
335 '../base/base.gyp:test_support_base', | 335 '../base/base.gyp:test_support_base', |
336 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 336 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
337 '../gpu/gpu.gyp:gpu', | 337 '../gpu/gpu.gyp:gpu', |
338 '../gpu/gpu.gyp:gpu_unittest_utils', | 338 '../gpu/gpu.gyp:gpu_unittest_utils', |
339 '../ipc/ipc.gyp:ipc', | 339 '../ipc/ipc.gyp:ipc', |
340 '../media/media.gyp:media', | 340 '../media/media.gyp:media', |
| 341 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
| 342 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
341 '../skia/skia.gyp:skia', | 343 '../skia/skia.gyp:skia', |
342 '../testing/gmock.gyp:gmock', | 344 '../testing/gmock.gyp:gmock', |
343 '../testing/gtest.gyp:gtest', | 345 '../testing/gtest.gyp:gtest', |
344 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 346 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
345 '../ui/events/events.gyp:events_base', | 347 '../ui/events/events.gyp:events_base', |
346 '../ui/gfx/gfx.gyp:gfx', | 348 '../ui/gfx/gfx.gyp:gfx', |
347 '../ui/gfx/gfx.gyp:gfx_geometry', | 349 '../ui/gfx/gfx.gyp:gfx_geometry', |
348 'cc.gyp:cc', | 350 'cc.gyp:cc', |
349 'cc.gyp:cc_proto', | 351 'cc.gyp:cc_proto', |
350 'cc.gyp:cc_surfaces', | 352 'cc.gyp:cc_surfaces', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 521 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
520 ], | 522 ], |
521 } | 523 } |
522 ], | 524 ], |
523 ], | 525 ], |
524 }, | 526 }, |
525 ], | 527 ], |
526 }], | 528 }], |
527 ], | 529 ], |
528 } | 530 } |
OLD | NEW |