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

Unified Diff: cc/cc.gyp

Issue 11366089: cc: Remove all remaining use of WebCore Rect/Point/Size types from the compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove gyp entries for stubs Created 8 years, 1 month 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/DEPS ('k') | cc/geometry.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 59445706b7d3997b7b91ca67a9b19842c39d7dff..fde2598bf83b2a3ab1b02163fb433a2aab0993d0 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -257,18 +257,10 @@
],
'sources': [
'<@(cc_source_files)',
- 'stubs/FloatPoint.h',
- 'stubs/FloatSize.h',
- 'stubs/IntPoint.h',
- 'stubs/IntSize.h',
'stubs/Region.h',
'stubs/UnitBezier.h',
'stubs/config.h',
- 'stubs/float_point.h',
- 'stubs/float_size.h',
- 'stubs/int_point.h',
- 'stubs/int_size.h',
'stubs/unit_bezier.h',
],
},
« no previous file with comments | « cc/DEPS ('k') | cc/geometry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698