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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1585383003: Add deprecation message for -webkit-background-composite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1600 'frame/DOMWindowEventHandlers.h', 1600 'frame/DOMWindowEventHandlers.h',
1601 'frame/DOMWindowLifecycleNotifier.cpp', 1601 'frame/DOMWindowLifecycleNotifier.cpp',
1602 'frame/DOMWindowLifecycleNotifier.h', 1602 'frame/DOMWindowLifecycleNotifier.h',
1603 'frame/DOMWindowLifecycleObserver.h', 1603 'frame/DOMWindowLifecycleObserver.h',
1604 'frame/DOMWindowProperty.cpp', 1604 'frame/DOMWindowProperty.cpp',
1605 'frame/DOMWindowProperty.h', 1605 'frame/DOMWindowProperty.h',
1606 'frame/DOMWindowTimers.cpp', 1606 'frame/DOMWindowTimers.cpp',
1607 'frame/DOMWindowTimers.h', 1607 'frame/DOMWindowTimers.h',
1608 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', 1608 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
1609 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', 1609 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
1610 'frame/Deprecation.cpp',
1611 'frame/Deprecation.h',
1610 'frame/DeviceSingleWindowEventController.cpp', 1612 'frame/DeviceSingleWindowEventController.cpp',
1611 'frame/DeviceSingleWindowEventController.h', 1613 'frame/DeviceSingleWindowEventController.h',
1612 'frame/EventHandlerRegistry.cpp', 1614 'frame/EventHandlerRegistry.cpp',
1613 'frame/EventHandlerRegistry.h', 1615 'frame/EventHandlerRegistry.h',
1614 'frame/Frame.cpp', 1616 'frame/Frame.cpp',
1615 'frame/Frame.h', 1617 'frame/Frame.h',
1616 'frame/FrameConsole.cpp', 1618 'frame/FrameConsole.cpp',
1617 'frame/FrameHost.cpp', 1619 'frame/FrameHost.cpp',
1618 'frame/FrameHost.h', 1620 'frame/FrameHost.h',
1619 'frame/FrameOwner.h', 1621 'frame/FrameOwner.h',
(...skipping 2407 matching lines...) Expand 10 before | Expand all | Expand 10 after
4027 'style/SVGComputedStyleTest.cpp', 4029 'style/SVGComputedStyleTest.cpp',
4028 'svg/SVGPathParserTest.cpp', 4030 'svg/SVGPathParserTest.cpp',
4029 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4031 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4030 'testing/PrivateScriptTestTest.cpp', 4032 'testing/PrivateScriptTestTest.cpp',
4031 'timing/MemoryInfoTest.cpp', 4033 'timing/MemoryInfoTest.cpp',
4032 'workers/WorkerThreadTest.cpp', 4034 'workers/WorkerThreadTest.cpp',
4033 'xml/parser/SharedBufferReaderTest.cpp', 4035 'xml/parser/SharedBufferReaderTest.cpp',
4034 ], 4036 ],
4035 } 4037 }
4036 } 4038 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698