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

Unified Diff: cc/cc.gyp

Issue 10915074: Fix up cc stubs and bindings to work in windows (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 | « no previous file | cc/stubs/GraphicsContext3D.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 a66c5ccd6b9bc656f4dc2b6acd526c3f77a4e5ff..11dd0cedcf79ad6238584f9bd0fbd5358248e6c3 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -237,19 +237,23 @@
],
'sources': [
'<@(cc_source_files)',
- 'stubs/Extensions3DChromium.h',
'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',
'stubs/NotImplemented.h',
'stubs/Region.h',
- 'stubs/ScrollbarThemeClient.h',
- 'stubs/ScrollTypes.h',
- 'stubs/SharedGraphicsContext3D.h',
'stubs/SkiaUtils.h',
'stubs/TextStream.h',
'stubs/TilingData.h',
- 'stubs/Timer.h',
'stubs/TraceEvent.h',
'stubs/UnitBezier.h',
],
« no previous file with comments | « no previous file | cc/stubs/GraphicsContext3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698