| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 '../skia/skia.gyp:skia', | 417 '../skia/skia.gyp:skia', |
| 418 '../testing/gmock.gyp:gmock', | 418 '../testing/gmock.gyp:gmock', |
| 419 '../testing/gtest.gyp:gtest', | 419 '../testing/gtest.gyp:gtest', |
| 420 '../third_party/mesa/mesa.gyp:osmesa', | 420 '../third_party/mesa/mesa.gyp:osmesa', |
| 421 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 421 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 422 '../ui/gfx/gfx.gyp:gfx', | 422 '../ui/gfx/gfx.gyp:gfx', |
| 423 '../ui/gfx/gfx.gyp:gfx_geometry', | 423 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 424 '../ui/gfx/gfx.gyp:gfx_test_support', | 424 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 425 '../ui/gl/gl.gyp:gl', | 425 '../ui/gl/gl.gyp:gl', |
| 426 '../ui/gl/gl.gyp:gl_test_support', | 426 '../ui/gl/gl.gyp:gl_test_support', |
| 427 'cc.gyp:cc', | |
| 428 'cc.gyp:cc_proto', | 427 'cc.gyp:cc_proto', |
| 429 ], | 428 ], |
| 430 'sources': [ | 429 'sources': [ |
| 431 '<@(cc_tests_support_files)', | 430 '<@(cc_tests_support_files)', |
| 432 ], | 431 ], |
| 433 }, | 432 }, |
| 434 ], | 433 ], |
| 435 'conditions': [ | 434 'conditions': [ |
| 436 ['OS == "android"', | 435 ['OS == "android"', |
| 437 { | 436 { |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 504 ], | 503 ], |
| 505 } | 504 } |
| 506 ], | 505 ], |
| 507 ], | 506 ], |
| 508 }, | 507 }, |
| 509 ], | 508 ], |
| 510 }], | 509 }], |
| 511 ], | 510 ], |
| 512 } | 511 } |
| OLD | NEW |