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', | |
Ken Rockot(use gerrit already)
2016/05/31 16:00:13
Oops, missed this. You should also include a dep o
Fady Samuel
2016/05/31 16:03:08
Done.
| |
341 '../skia/skia.gyp:skia', | 342 '../skia/skia.gyp:skia', |
342 '../testing/gmock.gyp:gmock', | 343 '../testing/gmock.gyp:gmock', |
343 '../testing/gtest.gyp:gtest', | 344 '../testing/gtest.gyp:gtest', |
344 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 345 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
345 '../ui/events/events.gyp:events_base', | 346 '../ui/events/events.gyp:events_base', |
346 '../ui/gfx/gfx.gyp:gfx', | 347 '../ui/gfx/gfx.gyp:gfx', |
347 '../ui/gfx/gfx.gyp:gfx_geometry', | 348 '../ui/gfx/gfx.gyp:gfx_geometry', |
348 'cc.gyp:cc', | 349 'cc.gyp:cc', |
349 'cc.gyp:cc_proto', | 350 'cc.gyp:cc_proto', |
350 'cc.gyp:cc_surfaces', | 351 'cc.gyp:cc_surfaces', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
519 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
520 ], | 521 ], |
521 } | 522 } |
522 ], | 523 ], |
523 ], | 524 ], |
524 }, | 525 }, |
525 ], | 526 ], |
526 }], | 527 }], |
527 ], | 528 ], |
528 } | 529 } |
OLD | NEW |