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

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: 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'geometry/mac/FloatPointMac.mm', 538 'geometry/mac/FloatPointMac.mm',
539 'geometry/mac/FloatRectMac.mm', 539 'geometry/mac/FloatRectMac.mm',
540 'geometry/mac/FloatSizeMac.mm', 540 'geometry/mac/FloatSizeMac.mm',
541 'geometry/mac/IntPointMac.mm', 541 'geometry/mac/IntPointMac.mm',
542 'geometry/mac/IntRectMac.mm', 542 'geometry/mac/IntRectMac.mm',
543 'geometry/mac/IntSizeMac.mm', 543 'geometry/mac/IntSizeMac.mm',
544 'graphics/BitmapImage.cpp', 544 'graphics/BitmapImage.cpp',
545 'graphics/BitmapImage.h', 545 'graphics/BitmapImage.h',
546 'graphics/BitmapImageMetrics.cpp', 546 'graphics/BitmapImageMetrics.cpp',
547 'graphics/BitmapImageMetrics.h', 547 'graphics/BitmapImageMetrics.h',
548 'graphics/BoxReflection.cpp',
549 'graphics/BoxReflection.h',
548 'graphics/Canvas2DImageBufferSurface.h', 550 'graphics/Canvas2DImageBufferSurface.h',
549 'graphics/Canvas2DLayerBridge.cpp', 551 'graphics/Canvas2DLayerBridge.cpp',
550 'graphics/Canvas2DLayerBridge.h', 552 'graphics/Canvas2DLayerBridge.h',
551 'graphics/CanvasMetrics.cpp', 553 'graphics/CanvasMetrics.cpp',
552 'graphics/CanvasMetrics.h', 554 'graphics/CanvasMetrics.h',
553 'graphics/Color.cpp', 555 'graphics/Color.cpp',
554 'graphics/Color.h', 556 'graphics/Color.h',
555 'graphics/ColorSpace.cpp', 557 'graphics/ColorSpace.cpp',
556 'graphics/ColorSpace.h', 558 'graphics/ColorSpace.h',
557 'graphics/ColorSpaceProfileData.cpp', 559 'graphics/ColorSpaceProfileData.cpp',
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 ['OS!="mac"', 1304 ['OS!="mac"',
1303 { 1305 {
1304 'platform_test_files': [ 1306 'platform_test_files': [
1305 'scroll/ScrollAnimatorTest.cpp', 1307 'scroll/ScrollAnimatorTest.cpp',
1306 ], 1308 ],
1307 } 1309 }
1308 ], 1310 ],
1309 ], 1311 ],
1310 }, 1312 },
1311 } 1313 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698