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

Side by Side Diff: Source/WebCore/WebCore.gypi

Issue 7671031: Merge 92520 - [chromium] Accelerated canvas breaks when moving canvases or resources between Pages (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 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 unified diff | Download patch
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/html/canvas/CanvasRenderingContext2D.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'project_dir': ['.'], 3 'project_dir': ['.'],
4 # These headers are part of WebCore's private API in the Apple Mac build . 4 # These headers are part of WebCore's private API in the Apple Mac build .
5 'webcore_privateheader_files': [ 5 'webcore_privateheader_files': [
6 '<(PRODUCT_DIR)/DerivedSources/WebCore/CSSPropertyNames.h', 6 '<(PRODUCT_DIR)/DerivedSources/WebCore/CSSPropertyNames.h',
7 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMAbstractView.h', 7 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMAbstractView.h',
8 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMAttr.h', 8 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMAttr.h',
9 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMBlob.h', 9 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMBlob.h',
10 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMBlobInternal.h', 10 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMBlobInternal.h',
(...skipping 4244 matching lines...) Expand 10 before | Expand all | Expand 10 after
4255 'platform/graphics/freetype/FontCacheFreeType.cpp', 4255 'platform/graphics/freetype/FontCacheFreeType.cpp',
4256 'platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp', 4256 'platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp',
4257 'platform/graphics/freetype/FontPlatformData.h', 4257 'platform/graphics/freetype/FontPlatformData.h',
4258 'platform/graphics/freetype/FontPlatformDataFreeType.cpp', 4258 'platform/graphics/freetype/FontPlatformDataFreeType.cpp',
4259 'platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp', 4259 'platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp',
4260 'platform/graphics/freetype/SimpleFontDataFreeType.cpp', 4260 'platform/graphics/freetype/SimpleFontDataFreeType.cpp',
4261 'platform/graphics/gpu/DrawingBuffer.cpp', 4261 'platform/graphics/gpu/DrawingBuffer.cpp',
4262 'platform/graphics/gpu/DrawingBuffer.h', 4262 'platform/graphics/gpu/DrawingBuffer.h',
4263 'platform/graphics/gpu/Shader.cpp', 4263 'platform/graphics/gpu/Shader.cpp',
4264 'platform/graphics/gpu/Shader.h', 4264 'platform/graphics/gpu/Shader.h',
4265 'platform/graphics/gpu/SharedGraphicsContext3D.cpp',
4266 'platform/graphics/gpu/SharedGraphicsContext3D.h',
4265 'platform/graphics/gpu/Texture.cpp', 4267 'platform/graphics/gpu/Texture.cpp',
4266 'platform/graphics/gpu/Texture.h', 4268 'platform/graphics/gpu/Texture.h',
4267 'platform/graphics/gpu/TilingData.cpp', 4269 'platform/graphics/gpu/TilingData.cpp',
4268 'platform/graphics/gpu/TilingData.h', 4270 'platform/graphics/gpu/TilingData.h',
4269 'platform/graphics/gpu/mac/DrawingBufferMac.mm', 4271 'platform/graphics/gpu/mac/DrawingBufferMac.mm',
4270 'platform/graphics/gpu/qt/DrawingBufferQt.cpp', 4272 'platform/graphics/gpu/qt/DrawingBufferQt.cpp',
4271 'platform/graphics/gstreamer/GOwnPtrGStreamer.cpp', 4273 'platform/graphics/gstreamer/GOwnPtrGStreamer.cpp',
4272 'platform/graphics/gstreamer/GOwnPtrGStreamer.h', 4274 'platform/graphics/gstreamer/GOwnPtrGStreamer.h',
4273 'platform/graphics/gstreamer/GRefPtrGStreamer.cpp', 4275 'platform/graphics/gstreamer/GRefPtrGStreamer.cpp',
4274 'platform/graphics/gstreamer/GRefPtrGStreamer.h', 4276 'platform/graphics/gstreamer/GRefPtrGStreamer.h',
(...skipping 3813 matching lines...) Expand 10 before | Expand all | Expand 10 after
8088 '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerJS.h', 8090 '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerJS.h',
8089 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.cpp', 8091 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.cpp',
8090 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.h', 8092 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.h',
8091 '<(PRODUCT_DIR)/DerivedSources/WebCore/tokenizer.cpp', 8093 '<(PRODUCT_DIR)/DerivedSources/WebCore/tokenizer.cpp',
8092 ], 8094 ],
8093 'export_file_generator_files': [ 8095 'export_file_generator_files': [
8094 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp', 8096 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp',
8095 ], 8097 ],
8096 } 8098 }
8097 } 8099 }
OLDNEW
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/html/canvas/CanvasRenderingContext2D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698