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

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

Issue 739433003: Remove CDATASection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/traversal/hixie-node-iterator/010.xml ('k') | Source/core/dom/CDATASection.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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 25 matching lines...) Expand all
36 'css/MediaQueryList.idl', 36 'css/MediaQueryList.idl',
37 'css/MediaQueryListEvent.idl', 37 'css/MediaQueryListEvent.idl',
38 'css/StyleMedia.idl', 38 'css/StyleMedia.idl',
39 'css/StyleSheet.idl', 39 'css/StyleSheet.idl',
40 'css/StyleSheetList.idl', 40 'css/StyleSheetList.idl',
41 'css/WebKitCSSFilterRule.idl', 41 'css/WebKitCSSFilterRule.idl',
42 'css/WebKitCSSMatrix.idl', 42 'css/WebKitCSSMatrix.idl',
43 'dom/ArrayBuffer.idl', 43 'dom/ArrayBuffer.idl',
44 'dom/ArrayBufferView.idl', 44 'dom/ArrayBufferView.idl',
45 'dom/Attr.idl', 45 'dom/Attr.idl',
46 'dom/CDATASection.idl',
47 'dom/CharacterData.idl', 46 'dom/CharacterData.idl',
48 'dom/ClientRect.idl', 47 'dom/ClientRect.idl',
49 'dom/ClientRectList.idl', 48 'dom/ClientRectList.idl',
50 'dom/Comment.idl', 49 'dom/Comment.idl',
51 'dom/DOMError.idl', 50 'dom/DOMError.idl',
52 'dom/DOMException.idl', 51 'dom/DOMException.idl',
53 'dom/DOMImplementation.idl', 52 'dom/DOMImplementation.idl',
54 'dom/DOMMatrix.idl', 53 'dom/DOMMatrix.idl',
55 'dom/DOMMatrixReadOnly.idl', 54 'dom/DOMMatrixReadOnly.idl',
56 'dom/DOMPoint.idl', 55 'dom/DOMPoint.idl',
(...skipping 2001 matching lines...) Expand 10 before | Expand all | Expand 10 after
2058 'xmlhttprequest/XMLHttpRequestUpload.h', 2057 'xmlhttprequest/XMLHttpRequestUpload.h',
2059 ], 2058 ],
2060 'webcore_dom_files': [ 2059 'webcore_dom_files': [
2061 'dom/AXObjectCache.cpp', 2060 'dom/AXObjectCache.cpp',
2062 'dom/AXObjectCache.h', 2061 'dom/AXObjectCache.h',
2063 'dom/ActiveDOMObject.cpp', 2062 'dom/ActiveDOMObject.cpp',
2064 'dom/AddConsoleMessageTask.cpp', 2063 'dom/AddConsoleMessageTask.cpp',
2065 'dom/AddConsoleMessageTask.h', 2064 'dom/AddConsoleMessageTask.h',
2066 'dom/Attr.cpp', 2065 'dom/Attr.cpp',
2067 'dom/AttributeCollection.h', 2066 'dom/AttributeCollection.h',
2068 'dom/CDATASection.cpp',
2069 'dom/CDATASection.h',
2070 'dom/CSSSelectorWatch.cpp', 2067 'dom/CSSSelectorWatch.cpp',
2071 'dom/CharacterData.cpp', 2068 'dom/CharacterData.cpp',
2072 'dom/ChildFrameDisconnector.cpp', 2069 'dom/ChildFrameDisconnector.cpp',
2073 'dom/ChildFrameDisconnector.h', 2070 'dom/ChildFrameDisconnector.h',
2074 'dom/ChildListMutationScope.cpp', 2071 'dom/ChildListMutationScope.cpp',
2075 'dom/ChildListMutationScope.h', 2072 'dom/ChildListMutationScope.h',
2076 'dom/ChildNodeList.cpp', 2073 'dom/ChildNodeList.cpp',
2077 'dom/ChildNodeList.h', 2074 'dom/ChildNodeList.h',
2078 'dom/ClassCollection.cpp', 2075 'dom/ClassCollection.cpp',
2079 'dom/ClassCollection.h', 2076 'dom/ClassCollection.h',
(...skipping 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
3759 'rendering/style/RenderStyleTest.cpp', 3756 'rendering/style/RenderStyleTest.cpp',
3760 'rendering/style/SVGRenderStyleTest.cpp', 3757 'rendering/style/SVGRenderStyleTest.cpp',
3761 'streams/ReadableStreamTest.cpp', 3758 'streams/ReadableStreamTest.cpp',
3762 'testing/PrivateScriptTestTest.cpp', 3759 'testing/PrivateScriptTestTest.cpp',
3763 'testing/UnitTestHelpers.cpp', 3760 'testing/UnitTestHelpers.cpp',
3764 'testing/UnitTestHelpers.h', 3761 'testing/UnitTestHelpers.h',
3765 'xml/parser/SharedBufferReaderTest.cpp', 3762 'xml/parser/SharedBufferReaderTest.cpp',
3766 ], 3763 ],
3767 } 3764 }
3768 } 3765 }
OLDNEW
« no previous file with comments | « LayoutTests/traversal/hixie-node-iterator/010.xml ('k') | Source/core/dom/CDATASection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698