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

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

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Hopefully all the tests Created 5 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 | Annotate | Revision Log
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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'fileapi/FileReaderSync.idl', 134 'fileapi/FileReaderSync.idl',
135 'frame/BarProp.idl', 135 'frame/BarProp.idl',
136 'frame/Console.idl', 136 'frame/Console.idl',
137 'frame/ConsoleBase.idl', 137 'frame/ConsoleBase.idl',
138 'frame/History.idl', 138 'frame/History.idl',
139 'frame/ImageBitmap.idl', 139 'frame/ImageBitmap.idl',
140 'frame/Location.idl', 140 'frame/Location.idl',
141 'html/FormData.idl', 141 'html/FormData.idl',
142 'html/HTMLAllCollection.idl', 142 'html/HTMLAllCollection.idl',
143 'html/HTMLAnchorElement.idl', 143 'html/HTMLAnchorElement.idl',
144 'html/HTMLAppletElement.idl',
145 'html/HTMLAreaElement.idl', 144 'html/HTMLAreaElement.idl',
146 'html/HTMLAudioElement.idl', 145 'html/HTMLAudioElement.idl',
147 'html/HTMLBRElement.idl', 146 'html/HTMLBRElement.idl',
148 'html/HTMLBaseElement.idl', 147 'html/HTMLBaseElement.idl',
149 'html/HTMLBodyElement.idl', 148 'html/HTMLBodyElement.idl',
150 'html/HTMLButtonElement.idl', 149 'html/HTMLButtonElement.idl',
151 'html/HTMLCanvasElement.idl', 150 'html/HTMLCanvasElement.idl',
152 'html/HTMLCollection.idl', 151 'html/HTMLCollection.idl',
153 'html/HTMLContentElement.idl', 152 'html/HTMLContentElement.idl',
154 'html/HTMLDListElement.idl', 153 'html/HTMLDListElement.idl',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'layout/OrderIterator.cpp', 537 'layout/OrderIterator.cpp',
539 'layout/OrderIterator.h', 538 'layout/OrderIterator.h',
540 'layout/PaintInvalidationState.cpp', 539 'layout/PaintInvalidationState.cpp',
541 'layout/PaintInvalidationState.h', 540 'layout/PaintInvalidationState.h',
542 'layout/PointerEventsHitRules.cpp', 541 'layout/PointerEventsHitRules.cpp',
543 'layout/PointerEventsHitRules.h', 542 'layout/PointerEventsHitRules.h',
544 'layout/LayoutDeprecatedFlexibleBox.cpp', 543 'layout/LayoutDeprecatedFlexibleBox.cpp',
545 'layout/LayoutDeprecatedFlexibleBox.h', 544 'layout/LayoutDeprecatedFlexibleBox.h',
546 'layout/LayoutAnalyzer.cpp', 545 'layout/LayoutAnalyzer.cpp',
547 'layout/LayoutAnalyzer.h', 546 'layout/LayoutAnalyzer.h',
548 'layout/LayoutApplet.cpp',
549 'layout/LayoutApplet.h',
550 'layout/LayoutBlock.cpp', 547 'layout/LayoutBlock.cpp',
551 'layout/LayoutBlockFlow.cpp', 548 'layout/LayoutBlockFlow.cpp',
552 'layout/LayoutBlockFlowLine.cpp', 549 'layout/LayoutBlockFlowLine.cpp',
553 'layout/LayoutBox.cpp', 550 'layout/LayoutBox.cpp',
554 'layout/LayoutBoxModelObject.cpp', 551 'layout/LayoutBoxModelObject.cpp',
555 'layout/LayoutBR.cpp', 552 'layout/LayoutBR.cpp',
556 'layout/LayoutButton.cpp', 553 'layout/LayoutButton.cpp',
557 'layout/LayoutButton.h', 554 'layout/LayoutButton.h',
558 'layout/LayoutCounter.cpp', 555 'layout/LayoutCounter.cpp',
559 'layout/LayoutCounter.h', 556 'layout/LayoutCounter.h',
(...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after
2595 'html/DOMFormData.h', 2592 'html/DOMFormData.h',
2596 'html/DocumentNameCollection.cpp', 2593 'html/DocumentNameCollection.cpp',
2597 'html/DocumentNameCollection.h', 2594 'html/DocumentNameCollection.h',
2598 'html/FormAssociatedElement.cpp', 2595 'html/FormAssociatedElement.cpp',
2599 'html/FormDataList.cpp', 2596 'html/FormDataList.cpp',
2600 'html/FormDataList.h', 2597 'html/FormDataList.h',
2601 'html/HTMLAllCollection.cpp', 2598 'html/HTMLAllCollection.cpp',
2602 'html/HTMLAllCollection.h', 2599 'html/HTMLAllCollection.h',
2603 'html/HTMLAnchorElement.cpp', 2600 'html/HTMLAnchorElement.cpp',
2604 'html/HTMLAnchorElement.h', 2601 'html/HTMLAnchorElement.h',
2605 'html/HTMLAppletElement.cpp',
2606 'html/HTMLAreaElement.cpp', 2602 'html/HTMLAreaElement.cpp',
2607 'html/HTMLAreaElement.h', 2603 'html/HTMLAreaElement.h',
2608 'html/HTMLAudioElement.cpp', 2604 'html/HTMLAudioElement.cpp',
2609 'html/HTMLAudioElement.h', 2605 'html/HTMLAudioElement.h',
2610 'html/HTMLBDIElement.h', 2606 'html/HTMLBDIElement.h',
2611 'html/HTMLBRElement.cpp', 2607 'html/HTMLBRElement.cpp',
2612 'html/HTMLBRElement.h', 2608 'html/HTMLBRElement.h',
2613 'html/HTMLBaseElement.cpp', 2609 'html/HTMLBaseElement.cpp',
2614 'html/HTMLBaseElement.h', 2610 'html/HTMLBaseElement.h',
2615 'html/HTMLBodyElement.cpp', 2611 'html/HTMLBodyElement.cpp',
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after
3848 'style/OutlineValueTest.cpp', 3844 'style/OutlineValueTest.cpp',
3849 'style/SVGComputedStyleTest.cpp', 3845 'style/SVGComputedStyleTest.cpp',
3850 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3846 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3851 'testing/PrivateScriptTestTest.cpp', 3847 'testing/PrivateScriptTestTest.cpp',
3852 'timing/MemoryInfoTest.cpp', 3848 'timing/MemoryInfoTest.cpp',
3853 'workers/WorkerThreadTest.cpp', 3849 'workers/WorkerThreadTest.cpp',
3854 'xml/parser/SharedBufferReaderTest.cpp', 3850 'xml/parser/SharedBufferReaderTest.cpp',
3855 ], 3851 ],
3856 } 3852 }
3857 } 3853 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698