| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index bdb81d6f1b9a71525afcb39150b2e78cd76aea49..0761228d2e2a39ed1fa6eda65ff36d642cd629dd 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -339,15 +339,11 @@
|
| ],
|
| 'sources': [
|
| '<@(cc_source_files)',
|
| - 'stubs/Extensions3D.h',
|
| - 'stubs/Extensions3DChromium.h',
|
| 'stubs/FloatPoint.h',
|
| 'stubs/FloatPoint3D.h',
|
| 'stubs/FloatQuad.h',
|
| 'stubs/FloatRect.h',
|
| 'stubs/FloatSize.h',
|
| - 'stubs/GraphicsContext3D.h',
|
| - 'stubs/GraphicsTypes3D.h',
|
| 'stubs/IntPoint.h',
|
| 'stubs/IntRect.h',
|
| 'stubs/IntSize.h',
|
| @@ -358,15 +354,11 @@
|
| 'stubs/UnitBezier.h',
|
|
|
| 'stubs/config.h',
|
| - 'stubs/extensions_3d_chromium.h',
|
| - 'stubs/extensions_3d.h',
|
| 'stubs/float_point_3d.h',
|
| 'stubs/float_point.h',
|
| 'stubs/float_quad.h',
|
| 'stubs/float_rect.h',
|
| 'stubs/float_size.h',
|
| - 'stubs/graphics_context_3d.h',
|
| - 'stubs/graphics_types_3d.h',
|
| 'stubs/int_point.h',
|
| 'stubs/int_rect.h',
|
| 'stubs/int_size.h',
|
|
|