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

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

Issue 1193433004: Blink-side contiguous allocation of display items. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Ready for review Created 5 years, 6 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
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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 'graphics/gpu/AcceleratedImageBufferSurface.cpp', 630 'graphics/gpu/AcceleratedImageBufferSurface.cpp',
631 'graphics/gpu/AcceleratedImageBufferSurface.h', 631 'graphics/gpu/AcceleratedImageBufferSurface.h',
632 'graphics/gpu/DrawingBuffer.cpp', 632 'graphics/gpu/DrawingBuffer.cpp',
633 'graphics/gpu/DrawingBuffer.h', 633 'graphics/gpu/DrawingBuffer.h',
634 'graphics/gpu/Extensions3DUtil.cpp', 634 'graphics/gpu/Extensions3DUtil.cpp',
635 'graphics/gpu/Extensions3DUtil.h', 635 'graphics/gpu/Extensions3DUtil.h',
636 'graphics/gpu/WebGLImageConversion.cpp', 636 'graphics/gpu/WebGLImageConversion.cpp',
637 'graphics/gpu/WebGLImageConversion.h', 637 'graphics/gpu/WebGLImageConversion.h',
638 'graphics/media/MediaPlayer.cpp', 638 'graphics/media/MediaPlayer.cpp',
639 'graphics/media/MediaPlayer.h', 639 'graphics/media/MediaPlayer.h',
640 'graphics/paint/CachedDisplayItem.cpp',
640 'graphics/paint/CachedDisplayItem.h', 641 'graphics/paint/CachedDisplayItem.h',
641 'graphics/paint/ClipDisplayItem.cpp', 642 'graphics/paint/ClipDisplayItem.cpp',
642 'graphics/paint/ClipDisplayItem.h', 643 'graphics/paint/ClipDisplayItem.h',
643 'graphics/paint/ClipPathDisplayItem.cpp', 644 'graphics/paint/ClipPathDisplayItem.cpp',
644 'graphics/paint/ClipPathDisplayItem.h', 645 'graphics/paint/ClipPathDisplayItem.h',
645 'graphics/paint/ClipPathRecorder.cpp', 646 'graphics/paint/ClipPathRecorder.cpp',
646 'graphics/paint/ClipPathRecorder.h', 647 'graphics/paint/ClipPathRecorder.h',
647 'graphics/paint/ClipRecorder.cpp', 648 'graphics/paint/ClipRecorder.cpp',
648 'graphics/paint/ClipRecorder.h', 649 'graphics/paint/ClipRecorder.h',
649 'graphics/paint/DisplayItem.cpp', 650 'graphics/paint/DisplayItem.cpp',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 ['os_posix==1 and OS!="mac"', 1033 ['os_posix==1 and OS!="mac"',
1033 { 1034 {
1034 'platform_test_files': [ 1035 'platform_test_files': [
1035 'text/LocaleICUTest.cpp', 1036 'text/LocaleICUTest.cpp',
1036 ], 1037 ],
1037 } 1038 }
1038 ], 1039 ],
1039 ], 1040 ],
1040 }, 1041 },
1041 } 1042 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698