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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 1301033002: Plumb CompositedDisplayList to WebViewImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Final checklist: cleanup ordering in WebCompositedDisplayList Created 5 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/core/page/Page.cpp ('k') | Source/platform/exported/WebCompositedDisplayList.cpp » ('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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'credentialmanager/PlatformFederatedCredential.cpp', 253 'credentialmanager/PlatformFederatedCredential.cpp',
254 'credentialmanager/PlatformFederatedCredential.h', 254 'credentialmanager/PlatformFederatedCredential.h',
255 'credentialmanager/PlatformPasswordCredential.cpp', 255 'credentialmanager/PlatformPasswordCredential.cpp',
256 'credentialmanager/PlatformPasswordCredential.h', 256 'credentialmanager/PlatformPasswordCredential.h',
257 'exported/Platform.cpp', 257 'exported/Platform.cpp',
258 'exported/WebActiveGestureAnimation.cpp', 258 'exported/WebActiveGestureAnimation.cpp',
259 'exported/WebActiveGestureAnimation.h', 259 'exported/WebActiveGestureAnimation.h',
260 'exported/WebAudioBus.cpp', 260 'exported/WebAudioBus.cpp',
261 'exported/WebAudioDevice.cpp', 261 'exported/WebAudioDevice.cpp',
262 'exported/WebBlobData.cpp', 262 'exported/WebBlobData.cpp',
263 'exported/WebCompositedDisplayList.cpp',
263 'exported/WebCompositorAnimationPlayerClient.cpp', 264 'exported/WebCompositorAnimationPlayerClient.cpp',
264 'exported/WebContentDecryptionModule.cpp', 265 'exported/WebContentDecryptionModule.cpp',
265 'exported/WebContentDecryptionModuleAccess.cpp', 266 'exported/WebContentDecryptionModuleAccess.cpp',
266 'exported/WebContentDecryptionModuleResult.cpp', 267 'exported/WebContentDecryptionModuleResult.cpp',
267 'exported/WebContentDecryptionModuleSession.cpp', 268 'exported/WebContentDecryptionModuleSession.cpp',
268 'exported/WebContentSettingCallbacks.cpp', 269 'exported/WebContentSettingCallbacks.cpp',
269 'exported/WebConvertableToTraceFormat.cpp', 270 'exported/WebConvertableToTraceFormat.cpp',
270 'exported/WebCredential.cpp', 271 'exported/WebCredential.cpp',
271 'exported/WebCryptoAlgorithm.cpp', 272 'exported/WebCryptoAlgorithm.cpp',
272 'exported/WebCryptoKey.cpp', 273 'exported/WebCryptoKey.cpp',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 'geometry/mac/IntSizeMac.mm', 476 'geometry/mac/IntSizeMac.mm',
476 'graphics/BitmapImage.cpp', 477 'graphics/BitmapImage.cpp',
477 'graphics/BitmapImage.h', 478 'graphics/BitmapImage.h',
478 'graphics/Canvas2DImageBufferSurface.h', 479 'graphics/Canvas2DImageBufferSurface.h',
479 'graphics/Canvas2DLayerBridge.cpp', 480 'graphics/Canvas2DLayerBridge.cpp',
480 'graphics/Canvas2DLayerBridge.h', 481 'graphics/Canvas2DLayerBridge.h',
481 'graphics/Color.cpp', 482 'graphics/Color.cpp',
482 'graphics/Color.h', 483 'graphics/Color.h',
483 'graphics/ColorSpace.cpp', 484 'graphics/ColorSpace.cpp',
484 'graphics/ColorSpace.h', 485 'graphics/ColorSpace.h',
486 'graphics/CompositedDisplayList.h',
485 'graphics/CompositingReasons.cpp', 487 'graphics/CompositingReasons.cpp',
486 'graphics/CompositingReasons.h', 488 'graphics/CompositingReasons.h',
487 'graphics/ContentLayerDelegate.cpp', 489 'graphics/ContentLayerDelegate.cpp',
488 'graphics/ContentLayerDelegate.h', 490 'graphics/ContentLayerDelegate.h',
489 'graphics/ContiguousContainer.cpp', 491 'graphics/ContiguousContainer.cpp',
490 'graphics/ContiguousContainer.h', 492 'graphics/ContiguousContainer.h',
491 'graphics/CrossfadeGeneratedImage.cpp', 493 'graphics/CrossfadeGeneratedImage.cpp',
492 'graphics/CrossfadeGeneratedImage.h', 494 'graphics/CrossfadeGeneratedImage.h',
493 'graphics/DecodingImageGenerator.cpp', 495 'graphics/DecodingImageGenerator.cpp',
494 'graphics/DecodingImageGenerator.h', 496 'graphics/DecodingImageGenerator.h',
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 ['os_posix==1 and OS!="mac"', 1051 ['os_posix==1 and OS!="mac"',
1050 { 1052 {
1051 'platform_test_files': [ 1053 'platform_test_files': [
1052 'text/LocaleICUTest.cpp', 1054 'text/LocaleICUTest.cpp',
1053 ], 1055 ],
1054 } 1056 }
1055 ], 1057 ],
1056 ], 1058 ],
1057 }, 1059 },
1058 } 1060 }
OLDNEW
« no previous file with comments | « Source/core/page/Page.cpp ('k') | Source/platform/exported/WebCompositedDisplayList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698