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

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

Issue 702633002: Move ViewDisplayList to GraphicsLayer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: copy & pasted test expectation from the wrong window. sorry. :( Created 6 years, 1 month 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 | Annotate | Revision Log
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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'graphics/gpu/DrawingBuffer.cpp', 517 'graphics/gpu/DrawingBuffer.cpp',
518 'graphics/gpu/DrawingBuffer.h', 518 'graphics/gpu/DrawingBuffer.h',
519 'graphics/gpu/Extensions3DUtil.cpp', 519 'graphics/gpu/Extensions3DUtil.cpp',
520 'graphics/gpu/Extensions3DUtil.h', 520 'graphics/gpu/Extensions3DUtil.h',
521 'graphics/gpu/WebGLImageBufferSurface.cpp', 521 'graphics/gpu/WebGLImageBufferSurface.cpp',
522 'graphics/gpu/WebGLImageBufferSurface.h', 522 'graphics/gpu/WebGLImageBufferSurface.h',
523 'graphics/gpu/WebGLImageConversion.cpp', 523 'graphics/gpu/WebGLImageConversion.cpp',
524 'graphics/gpu/WebGLImageConversion.h', 524 'graphics/gpu/WebGLImageConversion.h',
525 'graphics/media/MediaPlayer.cpp', 525 'graphics/media/MediaPlayer.cpp',
526 'graphics/media/MediaPlayer.h', 526 'graphics/media/MediaPlayer.h',
527 'graphics/paint/ClipDisplayItem.cpp',
528 'graphics/paint/ClipDisplayItem.h',
529 'graphics/paint/DisplayItem.cpp',
530 'graphics/paint/DisplayItem.h',
531 'graphics/paint/DisplayItemList.cpp',
532 'graphics/paint/DisplayItemList.h',
533 'graphics/paint/DrawingDisplayItem.cpp',
534 'graphics/paint/DrawingDisplayItem.h',
527 'graphics/skia/GaneshUtils.cpp', 535 'graphics/skia/GaneshUtils.cpp',
528 'graphics/skia/GaneshUtils.h', 536 'graphics/skia/GaneshUtils.h',
529 'graphics/skia/NativeImageSkia.cpp', 537 'graphics/skia/NativeImageSkia.cpp',
530 'graphics/skia/NativeImageSkia.h', 538 'graphics/skia/NativeImageSkia.h',
531 'graphics/skia/SkSizeHash.h', 539 'graphics/skia/SkSizeHash.h',
532 'graphics/skia/SkiaUtils.cpp', 540 'graphics/skia/SkiaUtils.cpp',
533 'graphics/skia/SkiaUtils.h', 541 'graphics/skia/SkiaUtils.h',
534 'graphics/BitmapImage.cpp', 542 'graphics/BitmapImage.cpp',
535 'graphics/BitmapImage.h', 543 'graphics/BitmapImage.h',
536 'graphics/BitmapPattern.cpp', 544 'graphics/BitmapPattern.cpp',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 'graphics/ImageFrameGeneratorTest.cpp', 952 'graphics/ImageFrameGeneratorTest.cpp',
945 'graphics/ImageLayerChromiumTest.cpp', 953 'graphics/ImageLayerChromiumTest.cpp',
946 'graphics/test/MockImageDecoder.h', 954 'graphics/test/MockImageDecoder.h',
947 'graphics/test/MockWebGraphicsContext3D.h', 955 'graphics/test/MockWebGraphicsContext3D.h',
948 'image-decoders/gif/GIFImageDecoderTest.cpp', 956 'image-decoders/gif/GIFImageDecoderTest.cpp',
949 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 957 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
950 'image-decoders/webp/WEBPImageDecoderTest.cpp', 958 'image-decoders/webp/WEBPImageDecoderTest.cpp',
951 ], 959 ],
952 }, 960 },
953 } 961 }
OLDNEW
« no previous file with comments | « Source/core/rendering/compositing/CompositedLayerMapping.cpp ('k') | Source/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698