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

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

Issue 1560553002: Framelet Prototype 2016 Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased + Applied Brett's Windows + Fixed security issue 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
« no previous file with comments | « ipc/ipc_message_start.h ('k') | third_party/WebKit/Source/core/dom/Node.h » ('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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'html/HTMLDirectoryElement.idl', 172 'html/HTMLDirectoryElement.idl',
173 'html/HTMLDivElement.idl', 173 'html/HTMLDivElement.idl',
174 'html/HTMLDocument.idl', 174 'html/HTMLDocument.idl',
175 'html/HTMLElement.idl', 175 'html/HTMLElement.idl',
176 'html/HTMLEmbedElement.idl', 176 'html/HTMLEmbedElement.idl',
177 'html/HTMLFieldSetElement.idl', 177 'html/HTMLFieldSetElement.idl',
178 'html/HTMLFontElement.idl', 178 'html/HTMLFontElement.idl',
179 'html/HTMLFormControlsCollection.idl', 179 'html/HTMLFormControlsCollection.idl',
180 'html/HTMLFormElement.idl', 180 'html/HTMLFormElement.idl',
181 'html/HTMLFrameElement.idl', 181 'html/HTMLFrameElement.idl',
182 'html/HTMLFrameletElement.idl',
182 'html/HTMLFrameSetElement.idl', 183 'html/HTMLFrameSetElement.idl',
183 'html/HTMLHRElement.idl', 184 'html/HTMLHRElement.idl',
184 'html/HTMLHeadElement.idl', 185 'html/HTMLHeadElement.idl',
185 'html/HTMLHeadingElement.idl', 186 'html/HTMLHeadingElement.idl',
186 'html/HTMLHtmlElement.idl', 187 'html/HTMLHtmlElement.idl',
187 'html/HTMLIFrameElement.idl', 188 'html/HTMLIFrameElement.idl',
188 'html/HTMLImageElement.idl', 189 'html/HTMLImageElement.idl',
189 'html/HTMLKeygenElement.idl', 190 'html/HTMLKeygenElement.idl',
190 'html/HTMLLIElement.idl', 191 'html/HTMLLIElement.idl',
191 'html/HTMLLabelElement.idl', 192 'html/HTMLLabelElement.idl',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'layout/LayoutFlexibleBox.cpp', 561 'layout/LayoutFlexibleBox.cpp',
561 'layout/LayoutFlexibleBox.h', 562 'layout/LayoutFlexibleBox.h',
562 'layout/LayoutFieldset.cpp', 563 'layout/LayoutFieldset.cpp',
563 'layout/LayoutFieldset.h', 564 'layout/LayoutFieldset.h',
564 'layout/LayoutFileUploadControl.cpp', 565 'layout/LayoutFileUploadControl.cpp',
565 'layout/LayoutFileUploadControl.h', 566 'layout/LayoutFileUploadControl.h',
566 'layout/LayoutFlowThread.cpp', 567 'layout/LayoutFlowThread.cpp',
567 'layout/LayoutFlowThread.h', 568 'layout/LayoutFlowThread.h',
568 'layout/LayoutFrame.cpp', 569 'layout/LayoutFrame.cpp',
569 'layout/LayoutFrame.h', 570 'layout/LayoutFrame.h',
571 'layout/LayoutFramelet.cpp',
572 'layout/LayoutFramelet.h',
570 'layout/LayoutFrameSet.cpp', 573 'layout/LayoutFrameSet.cpp',
571 'layout/LayoutFrameSet.h', 574 'layout/LayoutFrameSet.h',
572 'layout/LayoutFullScreen.cpp', 575 'layout/LayoutFullScreen.cpp',
573 'layout/LayoutFullScreen.h', 576 'layout/LayoutFullScreen.h',
574 'layout/LayoutGeometryMap.cpp', 577 'layout/LayoutGeometryMap.cpp',
575 'layout/LayoutGeometryMap.h', 578 'layout/LayoutGeometryMap.h',
576 'layout/LayoutGeometryMapStep.h', 579 'layout/LayoutGeometryMapStep.h',
577 'layout/LayoutGrid.cpp', 580 'layout/LayoutGrid.cpp',
578 'layout/LayoutGrid.h', 581 'layout/LayoutGrid.h',
579 'layout/LayoutHTMLCanvas.cpp', 582 'layout/LayoutHTMLCanvas.cpp',
(...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
1610 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', 1613 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
1611 'frame/DeviceSingleWindowEventController.cpp', 1614 'frame/DeviceSingleWindowEventController.cpp',
1612 'frame/DeviceSingleWindowEventController.h', 1615 'frame/DeviceSingleWindowEventController.h',
1613 'frame/EventHandlerRegistry.cpp', 1616 'frame/EventHandlerRegistry.cpp',
1614 'frame/EventHandlerRegistry.h', 1617 'frame/EventHandlerRegistry.h',
1615 'frame/Frame.cpp', 1618 'frame/Frame.cpp',
1616 'frame/Frame.h', 1619 'frame/Frame.h',
1617 'frame/FrameConsole.cpp', 1620 'frame/FrameConsole.cpp',
1618 'frame/FrameHost.cpp', 1621 'frame/FrameHost.cpp',
1619 'frame/FrameHost.h', 1622 'frame/FrameHost.h',
1623 'frame/Framelet.cpp',
1624 'frame/Framelet.h',
1625 'frame/FrameletClient.h',
1626 'frame/FrameletView.cpp',
1627 'frame/FrameletView.h',
1620 'frame/FrameOwner.h', 1628 'frame/FrameOwner.h',
1621 'frame/FrameSerializer.cpp', 1629 'frame/FrameSerializer.cpp',
1622 'frame/FrameSerializer.h', 1630 'frame/FrameSerializer.h',
1623 'frame/FrameView.cpp', 1631 'frame/FrameView.cpp',
1624 'frame/FrameView.h', 1632 'frame/FrameView.h',
1625 'frame/FrameViewAutoSizeInfo.cpp', 1633 'frame/FrameViewAutoSizeInfo.cpp',
1626 'frame/History.cpp', 1634 'frame/History.cpp',
1627 'frame/History.h', 1635 'frame/History.h',
1628 'frame/ImageBitmap.cpp', 1636 'frame/ImageBitmap.cpp',
1629 'frame/ImageBitmap.h', 1637 'frame/ImageBitmap.h',
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 'html/HTMLFontElement.cpp', 2797 'html/HTMLFontElement.cpp',
2790 'html/HTMLFontElement.h', 2798 'html/HTMLFontElement.h',
2791 'html/HTMLFormControlElement.cpp', 2799 'html/HTMLFormControlElement.cpp',
2792 'html/HTMLFormControlElementWithState.cpp', 2800 'html/HTMLFormControlElementWithState.cpp',
2793 'html/HTMLFormControlsCollection.cpp', 2801 'html/HTMLFormControlsCollection.cpp',
2794 'html/HTMLFormControlsCollection.h', 2802 'html/HTMLFormControlsCollection.h',
2795 'html/HTMLFormElement.cpp', 2803 'html/HTMLFormElement.cpp',
2796 'html/HTMLFrameElement.cpp', 2804 'html/HTMLFrameElement.cpp',
2797 'html/HTMLFrameElementBase.cpp', 2805 'html/HTMLFrameElementBase.cpp',
2798 'html/HTMLFrameOwnerElement.cpp', 2806 'html/HTMLFrameOwnerElement.cpp',
2807 'html/HTMLFrameletElement.cpp',
2808 'html/HTMLFrameletElement.h',
2799 'html/HTMLFrameSetElement.cpp', 2809 'html/HTMLFrameSetElement.cpp',
2800 'html/HTMLFrameSetElement.h', 2810 'html/HTMLFrameSetElement.h',
2801 'html/HTMLHRElement.cpp', 2811 'html/HTMLHRElement.cpp',
2802 'html/HTMLHRElement.h', 2812 'html/HTMLHRElement.h',
2803 'html/HTMLHeadElement.cpp', 2813 'html/HTMLHeadElement.cpp',
2804 'html/HTMLHeadingElement.cpp', 2814 'html/HTMLHeadingElement.cpp',
2805 'html/HTMLHeadingElement.h', 2815 'html/HTMLHeadingElement.h',
2806 'html/HTMLHtmlElement.cpp', 2816 'html/HTMLHtmlElement.cpp',
2807 'html/HTMLHtmlElement.h', 2817 'html/HTMLHtmlElement.h',
2808 'html/HTMLIFrameElement.cpp', 2818 'html/HTMLIFrameElement.cpp',
(...skipping 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after
4024 'style/SVGComputedStyleTest.cpp', 4034 'style/SVGComputedStyleTest.cpp',
4025 'svg/SVGPathParserTest.cpp', 4035 'svg/SVGPathParserTest.cpp',
4026 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4036 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4027 'testing/PrivateScriptTestTest.cpp', 4037 'testing/PrivateScriptTestTest.cpp',
4028 'timing/MemoryInfoTest.cpp', 4038 'timing/MemoryInfoTest.cpp',
4029 'workers/WorkerThreadTest.cpp', 4039 'workers/WorkerThreadTest.cpp',
4030 'xml/parser/SharedBufferReaderTest.cpp', 4040 'xml/parser/SharedBufferReaderTest.cpp',
4031 ], 4041 ],
4032 } 4042 }
4033 } 4043 }
OLDNEW
« no previous file with comments | « ipc/ipc_message_start.h ('k') | third_party/WebKit/Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698