| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index baed1db53465dc13f2fdf33106142129c12a424a..fa64eb32f751c0f0f3ad46ff7d9d4e70ed4ad441 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -220,6 +220,22 @@
|
| 'VideoLayerChromium.cpp',
|
| 'VideoLayerChromium.h',
|
| ],
|
| + 'cc_math_source_files': [
|
| + 'math/clamp.h',
|
| + 'math/float_point.cc',
|
| + 'math/float_point.h',
|
| + 'math/float_rect.cc',
|
| + 'math/float_rect.h',
|
| + 'math/float_size.cc',
|
| + 'math/float_size.h',
|
| + 'math/float_vector_2d.h',
|
| + 'math/int_point.h',
|
| + 'math/int_rect.cc',
|
| + 'math/int_rect.h',
|
| + 'math/int_size.cc',
|
| + 'math/int_size.h',
|
| + 'math/int_vector_2d.h',
|
| + ],
|
| },
|
| 'targets': [
|
| {
|
| @@ -249,6 +265,7 @@
|
| ],
|
| 'sources': [
|
| '<@(cc_source_files)',
|
| + '<@(cc_math_source_files)',
|
| 'stubs/Extensions3D.h',
|
| 'stubs/Extensions3DChromium.h',
|
| 'stubs/FloatPoint.h',
|
|
|