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

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

Issue 1602663003: Framelet Prototype 2016 using Mojo IPC Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Disabled oilpan Created 4 years, 10 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 | « third_party/WebKit/Source/config.gyp ('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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'html/HTMLDirectoryElement.idl', 173 'html/HTMLDirectoryElement.idl',
174 'html/HTMLDivElement.idl', 174 'html/HTMLDivElement.idl',
175 'html/HTMLDocument.idl', 175 'html/HTMLDocument.idl',
176 'html/HTMLElement.idl', 176 'html/HTMLElement.idl',
177 'html/HTMLEmbedElement.idl', 177 'html/HTMLEmbedElement.idl',
178 'html/HTMLFieldSetElement.idl', 178 'html/HTMLFieldSetElement.idl',
179 'html/HTMLFontElement.idl', 179 'html/HTMLFontElement.idl',
180 'html/HTMLFormControlsCollection.idl', 180 'html/HTMLFormControlsCollection.idl',
181 'html/HTMLFormElement.idl', 181 'html/HTMLFormElement.idl',
182 'html/HTMLFrameElement.idl', 182 'html/HTMLFrameElement.idl',
183 'html/HTMLFrameletElement.idl',
183 'html/HTMLFrameSetElement.idl', 184 'html/HTMLFrameSetElement.idl',
184 'html/HTMLHRElement.idl', 185 'html/HTMLHRElement.idl',
185 'html/HTMLHeadElement.idl', 186 'html/HTMLHeadElement.idl',
186 'html/HTMLHeadingElement.idl', 187 'html/HTMLHeadingElement.idl',
187 'html/HTMLHtmlElement.idl', 188 'html/HTMLHtmlElement.idl',
188 'html/HTMLIFrameElement.idl', 189 'html/HTMLIFrameElement.idl',
189 'html/HTMLImageElement.idl', 190 'html/HTMLImageElement.idl',
190 'html/HTMLKeygenElement.idl', 191 'html/HTMLKeygenElement.idl',
191 'html/HTMLLIElement.idl', 192 'html/HTMLLIElement.idl',
192 'html/HTMLLabelElement.idl', 193 'html/HTMLLabelElement.idl',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'layout/LayoutFlexibleBox.cpp', 563 'layout/LayoutFlexibleBox.cpp',
563 'layout/LayoutFlexibleBox.h', 564 'layout/LayoutFlexibleBox.h',
564 'layout/LayoutFieldset.cpp', 565 'layout/LayoutFieldset.cpp',
565 'layout/LayoutFieldset.h', 566 'layout/LayoutFieldset.h',
566 'layout/LayoutFileUploadControl.cpp', 567 'layout/LayoutFileUploadControl.cpp',
567 'layout/LayoutFileUploadControl.h', 568 'layout/LayoutFileUploadControl.h',
568 'layout/LayoutFlowThread.cpp', 569 'layout/LayoutFlowThread.cpp',
569 'layout/LayoutFlowThread.h', 570 'layout/LayoutFlowThread.h',
570 'layout/LayoutFrame.cpp', 571 'layout/LayoutFrame.cpp',
571 'layout/LayoutFrame.h', 572 'layout/LayoutFrame.h',
573 'layout/LayoutFramelet.cpp',
574 'layout/LayoutFramelet.h',
572 'layout/LayoutFrameSet.cpp', 575 'layout/LayoutFrameSet.cpp',
573 'layout/LayoutFrameSet.h', 576 'layout/LayoutFrameSet.h',
574 'layout/LayoutFullScreen.cpp', 577 'layout/LayoutFullScreen.cpp',
575 'layout/LayoutFullScreen.h', 578 'layout/LayoutFullScreen.h',
576 'layout/LayoutGeometryMap.cpp', 579 'layout/LayoutGeometryMap.cpp',
577 'layout/LayoutGeometryMap.h', 580 'layout/LayoutGeometryMap.h',
578 'layout/LayoutGeometryMapStep.h', 581 'layout/LayoutGeometryMapStep.h',
579 'layout/LayoutGrid.cpp', 582 'layout/LayoutGrid.cpp',
580 'layout/LayoutGrid.h', 583 'layout/LayoutGrid.h',
581 'layout/LayoutHTMLCanvas.cpp', 584 'layout/LayoutHTMLCanvas.cpp',
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
1613 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', 1616 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
1614 'frame/DeviceSingleWindowEventController.cpp', 1617 'frame/DeviceSingleWindowEventController.cpp',
1615 'frame/DeviceSingleWindowEventController.h', 1618 'frame/DeviceSingleWindowEventController.h',
1616 'frame/EventHandlerRegistry.cpp', 1619 'frame/EventHandlerRegistry.cpp',
1617 'frame/EventHandlerRegistry.h', 1620 'frame/EventHandlerRegistry.h',
1618 'frame/Frame.cpp', 1621 'frame/Frame.cpp',
1619 'frame/Frame.h', 1622 'frame/Frame.h',
1620 'frame/FrameConsole.cpp', 1623 'frame/FrameConsole.cpp',
1621 'frame/FrameHost.cpp', 1624 'frame/FrameHost.cpp',
1622 'frame/FrameHost.h', 1625 'frame/FrameHost.h',
1626 'frame/Framelet.cpp',
1627 'frame/Framelet.h',
1628 'frame/FrameletClient.h',
1629 'frame/FrameletView.cpp',
1630 'frame/FrameletView.h',
1623 'frame/FrameOwner.h', 1631 'frame/FrameOwner.h',
1624 'frame/FrameSerializer.cpp', 1632 'frame/FrameSerializer.cpp',
1625 'frame/FrameSerializer.h', 1633 'frame/FrameSerializer.h',
1626 'frame/FrameView.cpp', 1634 'frame/FrameView.cpp',
1627 'frame/FrameView.h', 1635 'frame/FrameView.h',
1628 'frame/FrameViewAutoSizeInfo.cpp', 1636 'frame/FrameViewAutoSizeInfo.cpp',
1629 'frame/History.cpp', 1637 'frame/History.cpp',
1630 'frame/History.h', 1638 'frame/History.h',
1631 'frame/ImageBitmap.cpp', 1639 'frame/ImageBitmap.cpp',
1632 'frame/ImageBitmap.h', 1640 'frame/ImageBitmap.h',
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
2793 'html/HTMLFontElement.cpp', 2801 'html/HTMLFontElement.cpp',
2794 'html/HTMLFontElement.h', 2802 'html/HTMLFontElement.h',
2795 'html/HTMLFormControlElement.cpp', 2803 'html/HTMLFormControlElement.cpp',
2796 'html/HTMLFormControlElementWithState.cpp', 2804 'html/HTMLFormControlElementWithState.cpp',
2797 'html/HTMLFormControlsCollection.cpp', 2805 'html/HTMLFormControlsCollection.cpp',
2798 'html/HTMLFormControlsCollection.h', 2806 'html/HTMLFormControlsCollection.h',
2799 'html/HTMLFormElement.cpp', 2807 'html/HTMLFormElement.cpp',
2800 'html/HTMLFrameElement.cpp', 2808 'html/HTMLFrameElement.cpp',
2801 'html/HTMLFrameElementBase.cpp', 2809 'html/HTMLFrameElementBase.cpp',
2802 'html/HTMLFrameOwnerElement.cpp', 2810 'html/HTMLFrameOwnerElement.cpp',
2811 'html/HTMLFrameletElement.cpp',
2812 'html/HTMLFrameletElement.h',
2803 'html/HTMLFrameSetElement.cpp', 2813 'html/HTMLFrameSetElement.cpp',
2804 'html/HTMLFrameSetElement.h', 2814 'html/HTMLFrameSetElement.h',
2805 'html/HTMLHRElement.cpp', 2815 'html/HTMLHRElement.cpp',
2806 'html/HTMLHRElement.h', 2816 'html/HTMLHRElement.h',
2807 'html/HTMLHeadElement.cpp', 2817 'html/HTMLHeadElement.cpp',
2808 'html/HTMLHeadingElement.cpp', 2818 'html/HTMLHeadingElement.cpp',
2809 'html/HTMLHeadingElement.h', 2819 'html/HTMLHeadingElement.h',
2810 'html/HTMLHtmlElement.cpp', 2820 'html/HTMLHtmlElement.cpp',
2811 'html/HTMLHtmlElement.h', 2821 'html/HTMLHtmlElement.h',
2812 'html/HTMLIFrameElement.cpp', 2822 'html/HTMLIFrameElement.cpp',
(...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
4035 'style/SVGComputedStyleTest.cpp', 4045 'style/SVGComputedStyleTest.cpp',
4036 'svg/SVGPathParserTest.cpp', 4046 'svg/SVGPathParserTest.cpp',
4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4047 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4038 'testing/PrivateScriptTestTest.cpp', 4048 'testing/PrivateScriptTestTest.cpp',
4039 'timing/MemoryInfoTest.cpp', 4049 'timing/MemoryInfoTest.cpp',
4040 'workers/WorkerThreadTest.cpp', 4050 'workers/WorkerThreadTest.cpp',
4041 'xml/parser/SharedBufferReaderTest.cpp', 4051 'xml/parser/SharedBufferReaderTest.cpp',
4042 ], 4052 ],
4043 } 4053 }
4044 } 4054 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/config.gyp ('k') | third_party/WebKit/Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698