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

Unified Diff: cc/cc.gyp

Issue 10947047: Fix remaining cc files to compile with Clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix FakeCCDelayBasedTimeSource 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/UnthrottledTextureUploader.cpp ('k') | cc/cc_tests.gyp » ('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 b166d13e6daa358278a2e5d704b11adbfc60f493..62cd798411a2744e9ea63a36479526090dcae4c4 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -110,6 +110,7 @@
'CCSchedulerStateMachine.h',
'CCScopedTexture.cpp',
'CCScopedTexture.h',
+ 'CCScopedThreadProxy.cpp',
'CCScopedThreadProxy.h',
'CCScrollbarAnimationController.cpp',
'CCScrollbarAnimationController.h',
@@ -182,6 +183,7 @@
'LayerPainterChromium.h',
'LayerTextureSubImage.cpp',
'LayerTextureSubImage.h',
+ 'LayerTextureUpdater.cpp',
'LayerTextureUpdater.h',
'PlatformColor.h',
'ProgramBinding.cpp',
@@ -206,6 +208,7 @@
'TextureUploader.h',
'ThrottledTextureUploader.cpp',
'ThrottledTextureUploader.h',
+ 'UnthrottledTextureUploader.cpp',
'UnthrottledTextureUploader.h',
'TiledLayerChromium.cpp',
'TiledLayerChromium.h',
« no previous file with comments | « cc/UnthrottledTextureUploader.cpp ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698