Chromium Code Reviews| 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_unittest.cc', | 9 'animation/animation_unittest.cc', |
| 10 'animation/keyframed_animation_curve_unittest.cc', | 10 'animation/keyframed_animation_curve_unittest.cc', |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 453 'type': 'none', | 453 'type': 'none', |
| 454 'dependencies': [ | 454 'dependencies': [ |
| 455 'cc_unittests', | 455 'cc_unittests', |
| 456 ], | 456 ], |
| 457 'includes': [ | 457 'includes': [ |
| 458 '../build/isolate.gypi', | 458 '../build/isolate.gypi', |
| 459 ], | 459 ], |
| 460 'sources': [ | 460 'sources': [ |
| 461 'cc_unittests.isolate', | 461 'cc_unittests.isolate', |
| 462 ], | 462 ], |
| 463 'conditions': [ | |
| 464 ['use_x11 == 1', | |
| 465 { | |
| 466 'dependencies': [ | |
| 467 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | |
|
danakj
2015/03/05 18:38:39
Can you leave a comment explaining why this is her
| |
| 468 ], | |
| 469 } | |
| 470 ], | |
| 471 ], | |
| 463 }, | 472 }, |
| 464 ], | 473 ], |
| 465 }], | 474 }], |
| 466 ], | 475 ], |
| 467 } | 476 } |
| OLD | NEW |