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