| 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 'CCActiveAnimationTest.cpp', | 10 'CCActiveAnimationTest.cpp', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 'CCTextureUpdateControllerTest.cpp', | 37 'CCTextureUpdateControllerTest.cpp', |
| 38 'CCThreadTaskTest.cpp', | 38 'CCThreadTaskTest.cpp', |
| 39 'CCThreadedTest.cpp', | 39 'CCThreadedTest.cpp', |
| 40 'CCThreadedTest.h', | 40 'CCThreadedTest.h', |
| 41 'CCTiledLayerImplTest.cpp', | 41 'CCTiledLayerImplTest.cpp', |
| 42 'CCTimerTest.cpp', | 42 'CCTimerTest.cpp', |
| 43 ], | 43 ], |
| 44 'cc_tests_support_files': [ | 44 'cc_tests_support_files': [ |
| 45 'test/CCAnimationTestCommon.cpp', | 45 'test/CCAnimationTestCommon.cpp', |
| 46 'test/CCAnimationTestCommon.h', | 46 'test/CCAnimationTestCommon.h', |
| 47 'test/CCGeometryTestUtils.cpp', |
| 48 'test/CCGeometryTestUtils.h', |
| 47 'test/CCLayerTestCommon.cpp', | 49 'test/CCLayerTestCommon.cpp', |
| 48 'test/CCLayerTestCommon.h', | 50 'test/CCLayerTestCommon.h', |
| 49 'test/CCLayerTreeTestCommon.h', | |
| 50 'test/CCLayerTreeTestCommon.h', | |
| 51 'test/CCOcclusionTrackerTestCommon.h', | 51 'test/CCOcclusionTrackerTestCommon.h', |
| 52 'test/CCSchedulerTestCommon.h', | 52 'test/CCSchedulerTestCommon.h', |
| 53 'test/CCSchedulerTestCommon.h', | |
| 54 'test/CCTestCommon.h', | 53 'test/CCTestCommon.h', |
| 55 'test/CCTiledLayerTestCommon.cpp', | 54 'test/CCTiledLayerTestCommon.cpp', |
| 56 'test/CCTiledLayerTestCommon.h', | 55 'test/CCTiledLayerTestCommon.h', |
| 57 'test/CompositorFakeWebGraphicsContext3D.h', | 56 'test/CompositorFakeWebGraphicsContext3D.h', |
| 58 'test/FakeCCGraphicsContext.h', | 57 'test/FakeCCGraphicsContext.h', |
| 59 'test/FakeCCLayerTreeHostClient.h', | 58 'test/FakeCCLayerTreeHostClient.h', |
| 60 'test/FakeGraphicsContext3DTest.cpp', | 59 'test/FakeGraphicsContext3DTest.cpp', |
| 61 'test/FakeWebCompositorOutputSurface.h', | 60 'test/FakeWebCompositorOutputSurface.h', |
| 62 'test/FakeWebGraphicsContext3D.h', | 61 'test/FakeWebGraphicsContext3D.h', |
| 63 'test/FakeWebScrollbarThemeGeometry.h', | 62 'test/FakeWebScrollbarThemeGeometry.h', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 'targets': [ | 123 'targets': [ |
| 125 { | 124 { |
| 126 'target_name': 'cc_unittests', | 125 'target_name': 'cc_unittests', |
| 127 'type': 'none', | 126 'type': 'none', |
| 128 } | 127 } |
| 129 ] | 128 ] |
| 130 }], | 129 }], |
| 131 ], | 130 ], |
| 132 } | 131 } |
| 133 | 132 |
| OLD | NEW |