| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index faaffc636e16ccf2806fafb19ce78d2baf89c44f..a1b6d8b5e7aff81334ead7bddb91c8251ab0ce4f 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -40,6 +40,7 @@
|
| 'CCThreadedTest.h',
|
| 'CCTiledLayerImplTest.cpp',
|
| 'CCTimerTest.cpp',
|
| + 'FloatQuadTest.cpp',
|
| ],
|
| 'cc_tests_support_files': [
|
| 'test/CCAnimationTestCommon.cpp',
|
| @@ -61,6 +62,7 @@
|
| 'test/FakeWebGraphicsContext3D.h',
|
| 'test/FakeWebScrollbarThemeGeometry.h',
|
| 'test/MockCCQuadCuller.h',
|
| + 'test/WebCompositorInitializer.h',
|
| ],
|
| },
|
| 'targets': [
|
|
|