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

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: Rebase Created 5 years, 3 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
« no previous file with comments | « Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp ('k') | Source/core/css/html.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'fileapi/FileReaderSync.idl', 137 'fileapi/FileReaderSync.idl',
138 'frame/BarProp.idl', 138 'frame/BarProp.idl',
139 'frame/Console.idl', 139 'frame/Console.idl',
140 'frame/ConsoleBase.idl', 140 'frame/ConsoleBase.idl',
141 'frame/History.idl', 141 'frame/History.idl',
142 'frame/ImageBitmap.idl', 142 'frame/ImageBitmap.idl',
143 'frame/Location.idl', 143 'frame/Location.idl',
144 'html/FormData.idl', 144 'html/FormData.idl',
145 'html/HTMLAllCollection.idl', 145 'html/HTMLAllCollection.idl',
146 'html/HTMLAnchorElement.idl', 146 'html/HTMLAnchorElement.idl',
147 'html/HTMLAppletElement.idl',
148 'html/HTMLAreaElement.idl', 147 'html/HTMLAreaElement.idl',
149 'html/HTMLAudioElement.idl', 148 'html/HTMLAudioElement.idl',
150 'html/HTMLBRElement.idl', 149 'html/HTMLBRElement.idl',
151 'html/HTMLBaseElement.idl', 150 'html/HTMLBaseElement.idl',
152 'html/HTMLBodyElement.idl', 151 'html/HTMLBodyElement.idl',
153 'html/HTMLButtonElement.idl', 152 'html/HTMLButtonElement.idl',
154 'html/HTMLCanvasElement.idl', 153 'html/HTMLCanvasElement.idl',
155 'html/HTMLCollection.idl', 154 'html/HTMLCollection.idl',
156 'html/HTMLContentElement.idl', 155 'html/HTMLContentElement.idl',
157 'html/HTMLDListElement.idl', 156 'html/HTMLDListElement.idl',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 'layout/OrderIterator.cpp', 539 'layout/OrderIterator.cpp',
541 'layout/OrderIterator.h', 540 'layout/OrderIterator.h',
542 'layout/PaintInvalidationState.cpp', 541 'layout/PaintInvalidationState.cpp',
543 'layout/PaintInvalidationState.h', 542 'layout/PaintInvalidationState.h',
544 'layout/PointerEventsHitRules.cpp', 543 'layout/PointerEventsHitRules.cpp',
545 'layout/PointerEventsHitRules.h', 544 'layout/PointerEventsHitRules.h',
546 'layout/LayoutDeprecatedFlexibleBox.cpp', 545 'layout/LayoutDeprecatedFlexibleBox.cpp',
547 'layout/LayoutDeprecatedFlexibleBox.h', 546 'layout/LayoutDeprecatedFlexibleBox.h',
548 'layout/LayoutAnalyzer.cpp', 547 'layout/LayoutAnalyzer.cpp',
549 'layout/LayoutAnalyzer.h', 548 'layout/LayoutAnalyzer.h',
550 'layout/LayoutApplet.cpp',
551 'layout/LayoutApplet.h',
552 'layout/LayoutBlock.cpp', 549 'layout/LayoutBlock.cpp',
553 'layout/LayoutBlockFlow.cpp', 550 'layout/LayoutBlockFlow.cpp',
554 'layout/LayoutBlockFlowLine.cpp', 551 'layout/LayoutBlockFlowLine.cpp',
555 'layout/LayoutBox.cpp', 552 'layout/LayoutBox.cpp',
556 'layout/LayoutBoxModelObject.cpp', 553 'layout/LayoutBoxModelObject.cpp',
557 'layout/LayoutBR.cpp', 554 'layout/LayoutBR.cpp',
558 'layout/LayoutButton.cpp', 555 'layout/LayoutButton.cpp',
559 'layout/LayoutButton.h', 556 'layout/LayoutButton.h',
560 'layout/LayoutCounter.cpp', 557 'layout/LayoutCounter.cpp',
561 'layout/LayoutCounter.h', 558 'layout/LayoutCounter.h',
(...skipping 2036 matching lines...) Expand 10 before | Expand all | Expand 10 after
2598 'html/DOMFormData.h', 2595 'html/DOMFormData.h',
2599 'html/DocumentNameCollection.cpp', 2596 'html/DocumentNameCollection.cpp',
2600 'html/DocumentNameCollection.h', 2597 'html/DocumentNameCollection.h',
2601 'html/FormAssociatedElement.cpp', 2598 'html/FormAssociatedElement.cpp',
2602 'html/FormDataList.cpp', 2599 'html/FormDataList.cpp',
2603 'html/FormDataList.h', 2600 'html/FormDataList.h',
2604 'html/HTMLAllCollection.cpp', 2601 'html/HTMLAllCollection.cpp',
2605 'html/HTMLAllCollection.h', 2602 'html/HTMLAllCollection.h',
2606 'html/HTMLAnchorElement.cpp', 2603 'html/HTMLAnchorElement.cpp',
2607 'html/HTMLAnchorElement.h', 2604 'html/HTMLAnchorElement.h',
2608 'html/HTMLAppletElement.cpp',
2609 'html/HTMLAreaElement.cpp', 2605 'html/HTMLAreaElement.cpp',
2610 'html/HTMLAreaElement.h', 2606 'html/HTMLAreaElement.h',
2611 'html/HTMLAudioElement.cpp', 2607 'html/HTMLAudioElement.cpp',
2612 'html/HTMLAudioElement.h', 2608 'html/HTMLAudioElement.h',
2613 'html/HTMLBDIElement.h', 2609 'html/HTMLBDIElement.h',
2614 'html/HTMLBRElement.cpp', 2610 'html/HTMLBRElement.cpp',
2615 'html/HTMLBRElement.h', 2611 'html/HTMLBRElement.h',
2616 'html/HTMLBaseElement.cpp', 2612 'html/HTMLBaseElement.cpp',
2617 'html/HTMLBaseElement.h', 2613 'html/HTMLBaseElement.h',
2618 'html/HTMLBodyElement.cpp', 2614 'html/HTMLBodyElement.cpp',
(...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
3852 'style/OutlineValueTest.cpp', 3848 'style/OutlineValueTest.cpp',
3853 'style/SVGComputedStyleTest.cpp', 3849 'style/SVGComputedStyleTest.cpp',
3854 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3850 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3855 'testing/PrivateScriptTestTest.cpp', 3851 'testing/PrivateScriptTestTest.cpp',
3856 'timing/MemoryInfoTest.cpp', 3852 'timing/MemoryInfoTest.cpp',
3857 'workers/WorkerThreadTest.cpp', 3853 'workers/WorkerThreadTest.cpp',
3858 'xml/parser/SharedBufferReaderTest.cpp', 3854 'xml/parser/SharedBufferReaderTest.cpp',
3859 ], 3855 ],
3860 } 3856 }
3861 } 3857 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp ('k') | Source/core/css/html.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698