Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3683)

Unified Diff: cc/cc.gyp

Issue 10984053: cc: Use ui/gfx geometry types for the CCRenderPass and CCDrawQuad classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/CCYUVVideoDrawQuad.cpp ('k') | cc/math/clamp.h » ('j') | cc/math/clamp.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « cc/CCYUVVideoDrawQuad.cpp ('k') | cc/math/clamp.h » ('j') | cc/math/clamp.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698