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

Unified Diff: cc/cc.gyp

Issue 11369018: cc: Switch from WebCore::FloatPoint3D to gfx::Point3F and gfx::Vector3dF in the compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing base files Created 8 years, 2 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 | « no previous file | cc/layer_quad.h » ('j') | no next file with comments »
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 2f8777ec6fe8771630cbd87ebe7451267dda6db3..8a6e93b4e91270ebfb9c09e142b93f7797745a4d 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -256,7 +256,6 @@
'sources': [
'<@(cc_source_files)',
'stubs/FloatPoint.h',
- 'stubs/FloatPoint3D.h',
enne (OOO) 2012/11/01 02:45:55 \o/
'stubs/FloatQuad.h',
'stubs/FloatRect.h',
'stubs/FloatSize.h',
@@ -270,7 +269,6 @@
'stubs/UnitBezier.h',
'stubs/config.h',
- 'stubs/float_point_3d.h',
'stubs/float_point.h',
'stubs/float_quad.h',
'stubs/float_rect.h',
« no previous file with comments | « no previous file | cc/layer_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698