| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 '../media/media.gyp:media', | 287 '../media/media.gyp:media', |
| 288 '../skia/skia.gyp:skia', | 288 '../skia/skia.gyp:skia', |
| 289 '../testing/gmock.gyp:gmock', | 289 '../testing/gmock.gyp:gmock', |
| 290 '../testing/gtest.gyp:gtest', | 290 '../testing/gtest.gyp:gtest', |
| 291 '../ui/events/events.gyp:events_base', | 291 '../ui/events/events.gyp:events_base', |
| 292 '../ui/gfx/gfx.gyp:gfx', | 292 '../ui/gfx/gfx.gyp:gfx', |
| 293 '../ui/gfx/gfx.gyp:gfx_geometry', | 293 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 294 'cc.gyp:cc', | 294 'cc.gyp:cc', |
| 295 'cc.gyp:cc_surfaces', | 295 'cc.gyp:cc_surfaces', |
| 296 'cc_test_support', | 296 'cc_test_support', |
| 297 # Only needed at runtime. | |
| 298 '../third_party/mesa/mesa.gyp:osmesa', | |
| 299 ], | 297 ], |
| 300 'sources': [ | 298 'sources': [ |
| 301 'test/cc_test_suite.cc', | 299 'test/cc_test_suite.cc', |
| 302 'test/run_all_unittests.cc', | 300 'test/run_all_unittests.cc', |
| 303 '<@(cc_unit_tests_source_files)', | 301 '<@(cc_unit_tests_source_files)', |
| 304 '<@(cc_surfaces_unit_tests_source_files)', | 302 '<@(cc_surfaces_unit_tests_source_files)', |
| 305 ], | 303 ], |
| 306 'include_dirs': [ | 304 'include_dirs': [ |
| 307 'test', | 305 'test', |
| 308 '.', | 306 '.', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 402 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 405 '../gpu/gpu.gyp:gles2_c_lib', | 403 '../gpu/gpu.gyp:gles2_c_lib', |
| 406 '../gpu/gpu.gyp:gles2_implementation', | 404 '../gpu/gpu.gyp:gles2_implementation', |
| 407 '../gpu/gpu.gyp:gl_in_process_context', | 405 '../gpu/gpu.gyp:gl_in_process_context', |
| 408 '../gpu/gpu.gyp:gpu', | 406 '../gpu/gpu.gyp:gpu', |
| 409 '../gpu/gpu.gyp:gpu_unittest_utils', | 407 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 410 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 408 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
| 411 '../skia/skia.gyp:skia', | 409 '../skia/skia.gyp:skia', |
| 412 '../testing/gmock.gyp:gmock', | 410 '../testing/gmock.gyp:gmock', |
| 413 '../testing/gtest.gyp:gtest', | 411 '../testing/gtest.gyp:gtest', |
| 412 '../third_party/mesa/mesa.gyp:osmesa', |
| 414 '../ui/gfx/gfx.gyp:gfx', | 413 '../ui/gfx/gfx.gyp:gfx', |
| 415 '../ui/gfx/gfx.gyp:gfx_geometry', | 414 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 416 '../ui/gfx/gfx.gyp:gfx_test_support', | 415 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 417 '../ui/gl/gl.gyp:gl', | 416 '../ui/gl/gl.gyp:gl', |
| 418 '../ui/gl/gl.gyp:gl_test_support', | 417 '../ui/gl/gl.gyp:gl_test_support', |
| 419 ], | 418 ], |
| 420 'sources': [ | 419 'sources': [ |
| 421 '<@(cc_tests_support_files)', | 420 '<@(cc_tests_support_files)', |
| 422 ], | 421 ], |
| 423 }, | 422 }, |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 473 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 475 ], | 474 ], |
| 476 } | 475 } |
| 477 ], | 476 ], |
| 478 ], | 477 ], |
| 479 }, | 478 }, |
| 480 ], | 479 ], |
| 481 }], | 480 }], |
| 482 ], | 481 ], |
| 483 } | 482 } |
| OLD | NEW |