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