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

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: All remaining files 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
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 70bbe5b5bf8c00f5e0d4a678125481cda5f0f7ab..ddf7861b73c48b1654f3d8efea6dd85f2f09a02c 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -108,6 +108,7 @@
'CCSchedulerStateMachine.h',
'CCScopedTexture.cpp',
'CCScopedTexture.h',
+ 'CCScopedThreadProxy.cpp',
'CCScopedThreadProxy.h',
'CCScrollbarAnimationController.cpp',
'CCScrollbarAnimationController.h',
@@ -178,6 +179,7 @@
'LayerPainterChromium.h',
'LayerTextureSubImage.cpp',
'LayerTextureSubImage.h',
+ 'LayerTextureUpdater.cpp',
'LayerTextureUpdater.h',
'PlatformColor.h',
'ProgramBinding.cpp',
@@ -202,6 +204,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') | cc/test/MockCCQuadCuller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698