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

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

Issue 1870793004: Move common logic between BoxReflectFilterOperation and FEBoxReflect into BoxReflection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no-filter-outsets-2
Patch Set: merge with master Created 4 years, 8 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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'geometry/mac/FloatPointMac.mm', 543 'geometry/mac/FloatPointMac.mm',
544 'geometry/mac/FloatRectMac.mm', 544 'geometry/mac/FloatRectMac.mm',
545 'geometry/mac/FloatSizeMac.mm', 545 'geometry/mac/FloatSizeMac.mm',
546 'geometry/mac/IntPointMac.mm', 546 'geometry/mac/IntPointMac.mm',
547 'geometry/mac/IntRectMac.mm', 547 'geometry/mac/IntRectMac.mm',
548 'geometry/mac/IntSizeMac.mm', 548 'geometry/mac/IntSizeMac.mm',
549 'graphics/BitmapImage.cpp', 549 'graphics/BitmapImage.cpp',
550 'graphics/BitmapImage.h', 550 'graphics/BitmapImage.h',
551 'graphics/BitmapImageMetrics.cpp', 551 'graphics/BitmapImageMetrics.cpp',
552 'graphics/BitmapImageMetrics.h', 552 'graphics/BitmapImageMetrics.h',
553 'graphics/BoxReflection.cpp',
554 'graphics/BoxReflection.h',
553 'graphics/Canvas2DImageBufferSurface.h', 555 'graphics/Canvas2DImageBufferSurface.h',
554 'graphics/Canvas2DLayerBridge.cpp', 556 'graphics/Canvas2DLayerBridge.cpp',
555 'graphics/Canvas2DLayerBridge.h', 557 'graphics/Canvas2DLayerBridge.h',
556 'graphics/CanvasMetrics.cpp', 558 'graphics/CanvasMetrics.cpp',
557 'graphics/CanvasMetrics.h', 559 'graphics/CanvasMetrics.h',
558 'graphics/Color.cpp', 560 'graphics/Color.cpp',
559 'graphics/Color.h', 561 'graphics/Color.h',
560 'graphics/ColorSpace.cpp', 562 'graphics/ColorSpace.cpp',
561 'graphics/ColorSpace.h', 563 'graphics/ColorSpace.h',
562 'graphics/ColorSpaceProfileData.cpp', 564 'graphics/ColorSpaceProfileData.cpp',
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
1305 ['OS!="mac"', 1307 ['OS!="mac"',
1306 { 1308 {
1307 'platform_test_files': [ 1309 'platform_test_files': [
1308 'scroll/ScrollAnimatorTest.cpp', 1310 'scroll/ScrollAnimatorTest.cpp',
1309 ], 1311 ],
1310 } 1312 }
1311 ], 1313 ],
1312 ], 1314 ],
1313 }, 1315 },
1314 } 1316 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayer.cpp ('k') | third_party/WebKit/Source/platform/graphics/BoxReflection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698