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

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

Issue 2196963002: Add a new class AcceleratedStaticBitmap : StaticBitmapImage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + minor clean up Created 4 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
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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 'geometry/cg/FloatSizeCG.cpp', 540 'geometry/cg/FloatSizeCG.cpp',
541 'geometry/cg/IntPointCG.cpp', 541 'geometry/cg/IntPointCG.cpp',
542 'geometry/cg/IntRectCG.cpp', 542 'geometry/cg/IntRectCG.cpp',
543 'geometry/cg/IntSizeCG.cpp', 543 'geometry/cg/IntSizeCG.cpp',
544 'geometry/mac/FloatPointMac.mm', 544 'geometry/mac/FloatPointMac.mm',
545 'geometry/mac/FloatRectMac.mm', 545 'geometry/mac/FloatRectMac.mm',
546 'geometry/mac/FloatSizeMac.mm', 546 'geometry/mac/FloatSizeMac.mm',
547 'geometry/mac/IntPointMac.mm', 547 'geometry/mac/IntPointMac.mm',
548 'geometry/mac/IntRectMac.mm', 548 'geometry/mac/IntRectMac.mm',
549 'geometry/mac/IntSizeMac.mm', 549 'geometry/mac/IntSizeMac.mm',
550 'graphics/AcceleratedStaticBitmapImage.cpp',
551 'graphics/AcceleratedStaticBitmapImage.h',
550 'graphics/BitmapImage.cpp', 552 'graphics/BitmapImage.cpp',
551 'graphics/BitmapImage.h', 553 'graphics/BitmapImage.h',
552 'graphics/BitmapImageMetrics.cpp', 554 'graphics/BitmapImageMetrics.cpp',
553 'graphics/BitmapImageMetrics.h', 555 'graphics/BitmapImageMetrics.h',
554 'graphics/BoxReflection.cpp', 556 'graphics/BoxReflection.cpp',
555 'graphics/BoxReflection.h', 557 'graphics/BoxReflection.h',
556 'graphics/Canvas2DImageBufferSurface.h', 558 'graphics/Canvas2DImageBufferSurface.h',
557 'graphics/Canvas2DLayerBridge.cpp', 559 'graphics/Canvas2DLayerBridge.cpp',
558 'graphics/Canvas2DLayerBridge.h', 560 'graphics/Canvas2DLayerBridge.h',
559 'graphics/CanvasMetrics.cpp', 561 'graphics/CanvasMetrics.cpp',
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 ['use_default_render_theme==1', 1353 ['use_default_render_theme==1',
1352 { 1354 {
1353 'platform_test_files': [ 1355 'platform_test_files': [
1354 'scroll/ScrollbarThemeAuraTest.cpp', 1356 'scroll/ScrollbarThemeAuraTest.cpp',
1355 ], 1357 ],
1356 } 1358 }
1357 ], 1359 ],
1358 ], 1360 ],
1359 }, 1361 },
1360 } 1362 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698