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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 'dependencies': [ | 325 'dependencies': [ |
326 '../base/base.gyp:test_support_base', | 326 '../base/base.gyp:test_support_base', |
327 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 327 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
328 '../gpu/gpu.gyp:gpu', | 328 '../gpu/gpu.gyp:gpu', |
329 '../gpu/gpu.gyp:gpu_unittest_utils', | 329 '../gpu/gpu.gyp:gpu_unittest_utils', |
330 '../media/media.gyp:media', | 330 '../media/media.gyp:media', |
331 '../skia/skia.gyp:skia', | 331 '../skia/skia.gyp:skia', |
332 '../testing/gmock.gyp:gmock', | 332 '../testing/gmock.gyp:gmock', |
333 '../testing/gtest.gyp:gtest', | 333 '../testing/gtest.gyp:gtest', |
334 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 334 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
335 '../ui/events/events.gyp:events_base', | |
336 '../ui/gfx/gfx.gyp:gfx', | 335 '../ui/gfx/gfx.gyp:gfx', |
337 '../ui/gfx/gfx.gyp:gfx_geometry', | 336 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 337 '../ui/latency_info/latency_info.gyp:latency_info', |
338 'cc.gyp:cc', | 338 'cc.gyp:cc', |
339 'cc.gyp:cc_proto', | 339 'cc.gyp:cc_proto', |
340 'cc.gyp:cc_surfaces', | 340 'cc.gyp:cc_surfaces', |
341 'cc_test_support', | 341 'cc_test_support', |
342 ], | 342 ], |
343 'sources': [ | 343 'sources': [ |
344 'test/cc_test_suite.cc', | 344 'test/cc_test_suite.cc', |
345 'test/run_all_unittests.cc', | 345 'test/run_all_unittests.cc', |
346 '<@(cc_unit_tests_source_files)', | 346 '<@(cc_unit_tests_source_files)', |
347 '<@(cc_surfaces_unit_tests_source_files)', | 347 '<@(cc_surfaces_unit_tests_source_files)', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
507 ], | 507 ], |
508 } | 508 } |
509 ], | 509 ], |
510 ], | 510 ], |
511 }, | 511 }, |
512 ], | 512 ], |
513 }], | 513 }], |
514 ], | 514 ], |
515 } | 515 } |
OLD | NEW |