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

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

Issue 1382883002: Fixing performance issue of creating imagebitmap from ImageData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'graphics/ReplayingCanvas.cpp', 575 'graphics/ReplayingCanvas.cpp',
576 'graphics/ReplayingCanvas.h', 576 'graphics/ReplayingCanvas.h',
577 'graphics/StaticBitmapImage.cpp', 577 'graphics/StaticBitmapImage.cpp',
578 'graphics/StaticBitmapImage.h', 578 'graphics/StaticBitmapImage.h',
579 'graphics/StrokeData.cpp', 579 'graphics/StrokeData.cpp',
580 'graphics/StrokeData.h', 580 'graphics/StrokeData.h',
581 'graphics/ThreadSafeDataTransport.cpp', 581 'graphics/ThreadSafeDataTransport.cpp',
582 'graphics/ThreadSafeDataTransport.h', 582 'graphics/ThreadSafeDataTransport.h',
583 'graphics/UnacceleratedImageBufferSurface.cpp', 583 'graphics/UnacceleratedImageBufferSurface.cpp',
584 'graphics/UnacceleratedImageBufferSurface.h', 584 'graphics/UnacceleratedImageBufferSurface.h',
585 'graphics/UnacceleratedSimpleImageBufferSurface.cpp',
586 'graphics/UnacceleratedSimpleImageBufferSurface.h',
585 'graphics/cpu/arm/WebGLImageConversionNEON.h', 587 'graphics/cpu/arm/WebGLImageConversionNEON.h',
586 'graphics/cpu/x86/WebGLImageConversionSSE.h', 588 'graphics/cpu/x86/WebGLImageConversionSSE.h',
587 'graphics/filters/DistantLightSource.cpp', 589 'graphics/filters/DistantLightSource.cpp',
588 'graphics/filters/DistantLightSource.h', 590 'graphics/filters/DistantLightSource.h',
589 'graphics/filters/FEBlend.cpp', 591 'graphics/filters/FEBlend.cpp',
590 'graphics/filters/FEBlend.h', 592 'graphics/filters/FEBlend.h',
591 'graphics/filters/FEColorMatrix.cpp', 593 'graphics/filters/FEColorMatrix.cpp',
592 'graphics/filters/FEColorMatrix.h', 594 'graphics/filters/FEColorMatrix.h',
593 'graphics/filters/FEComponentTransfer.cpp', 595 'graphics/filters/FEComponentTransfer.cpp',
594 'graphics/filters/FEComponentTransfer.h', 596 'graphics/filters/FEComponentTransfer.h',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 ['os_posix==1 and OS!="mac"', 1071 ['os_posix==1 and OS!="mac"',
1070 { 1072 {
1071 'platform_test_files': [ 1073 'platform_test_files': [
1072 'text/LocaleICUTest.cpp', 1074 'text/LocaleICUTest.cpp',
1073 ], 1075 ],
1074 } 1076 }
1075 ], 1077 ],
1076 ], 1078 ],
1077 }, 1079 },
1078 } 1080 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698