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

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

Issue 1775013003: Implement -webkit-box-reflect as a filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make msvc dbg happy 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 'graphics/UnacceleratedImageBufferSurface.cpp', 660 'graphics/UnacceleratedImageBufferSurface.cpp',
661 'graphics/UnacceleratedImageBufferSurface.h', 661 'graphics/UnacceleratedImageBufferSurface.h',
662 'graphics/compositing/PaintArtifactCompositor.cpp', 662 'graphics/compositing/PaintArtifactCompositor.cpp',
663 'graphics/compositing/PaintArtifactCompositor.h', 663 'graphics/compositing/PaintArtifactCompositor.h',
664 'graphics/cpu/arm/WebGLImageConversionNEON.h', 664 'graphics/cpu/arm/WebGLImageConversionNEON.h',
665 'graphics/cpu/x86/WebGLImageConversionSSE.h', 665 'graphics/cpu/x86/WebGLImageConversionSSE.h',
666 'graphics/filters/DistantLightSource.cpp', 666 'graphics/filters/DistantLightSource.cpp',
667 'graphics/filters/DistantLightSource.h', 667 'graphics/filters/DistantLightSource.h',
668 'graphics/filters/FEBlend.cpp', 668 'graphics/filters/FEBlend.cpp',
669 'graphics/filters/FEBlend.h', 669 'graphics/filters/FEBlend.h',
670 'graphics/filters/FEBoxReflect.cpp',
671 'graphics/filters/FEBoxReflect.h',
670 'graphics/filters/FEColorMatrix.cpp', 672 'graphics/filters/FEColorMatrix.cpp',
671 'graphics/filters/FEColorMatrix.h', 673 'graphics/filters/FEColorMatrix.h',
672 'graphics/filters/FEComponentTransfer.cpp', 674 'graphics/filters/FEComponentTransfer.cpp',
673 'graphics/filters/FEComponentTransfer.h', 675 'graphics/filters/FEComponentTransfer.h',
674 'graphics/filters/FEComposite.cpp', 676 'graphics/filters/FEComposite.cpp',
675 'graphics/filters/FEComposite.h', 677 'graphics/filters/FEComposite.h',
676 'graphics/filters/FEConvolveMatrix.cpp', 678 'graphics/filters/FEConvolveMatrix.cpp',
677 'graphics/filters/FEConvolveMatrix.h', 679 'graphics/filters/FEConvolveMatrix.h',
678 'graphics/filters/FEDiffuseLighting.cpp', 680 'graphics/filters/FEDiffuseLighting.cpp',
679 'graphics/filters/FEDiffuseLighting.h', 681 'graphics/filters/FEDiffuseLighting.h',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 ['OS!="mac"', 1285 ['OS!="mac"',
1284 { 1286 {
1285 'platform_test_files': [ 1287 'platform_test_files': [
1286 'scroll/ScrollAnimatorTest.cpp', 1288 'scroll/ScrollAnimatorTest.cpp',
1287 ], 1289 ],
1288 } 1290 }
1289 ], 1291 ],
1290 ], 1292 ],
1291 }, 1293 },
1292 } 1294 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698