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': 0, | 7 'chromium_code': 0, |
8 'use_libcc_for_compositor%': 0, | 8 'use_libcc_for_compositor%': 0, |
9 'cc_tests_source_files': [ | 9 'cc_tests_source_files': [ |
| 10 'hash_pair_unittest.cc', |
10 'CCActiveAnimationTest.cpp', | 11 'CCActiveAnimationTest.cpp', |
11 'CCDamageTrackerTest.cpp', | 12 'CCDamageTrackerTest.cpp', |
12 'CCDelayBasedTimeSourceTest.cpp', | 13 'CCDelayBasedTimeSourceTest.cpp', |
13 'CCDrawQuadTest.cpp', | 14 'CCDrawQuadTest.cpp', |
14 'CCDelegatedRendererLayerImplTest.cpp', | 15 'CCDelegatedRendererLayerImplTest.cpp', |
15 'CCFrameRateControllerTest.cpp', | 16 'CCFrameRateControllerTest.cpp', |
16 'CCHeadsUpDisplayTest.cpp', | 17 'CCHeadsUpDisplayTest.cpp', |
17 'CCKeyframedAnimationCurveTest.cpp', | 18 'CCKeyframedAnimationCurveTest.cpp', |
18 'CCLayerAnimationControllerTest.cpp', | 19 'CCLayerAnimationControllerTest.cpp', |
19 'CCLayerImplTest.cpp', | 20 'CCLayerImplTest.cpp', |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 '<@(cc_tests_support_files)', | 149 '<@(cc_tests_support_files)', |
149 'test/test_webkit_platform.cc', | 150 'test/test_webkit_platform.cc', |
150 'test/test_webkit_platform.h', | 151 'test/test_webkit_platform.h', |
151 ], | 152 ], |
152 }, | 153 }, |
153 ], | 154 ], |
154 }], | 155 }], |
155 ], | 156 ], |
156 } | 157 } |
157 | 158 |
OLD | NEW |