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

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

Issue 14028014: Remove MicroData implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Also delete all the tests Created 7 years, 8 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/WTF/wtf/FeatureDefines.h ('k') | Source/WebCore/dom/Document.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 'variables': { 2 'variables': {
3 'webcore_idl_files': [ 3 'webcore_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'dom/Node.idl', 88 'dom/Node.idl',
89 'dom/NodeFilter.idl', 89 'dom/NodeFilter.idl',
90 'dom/NodeIterator.idl', 90 'dom/NodeIterator.idl',
91 'dom/NodeList.idl', 91 'dom/NodeList.idl',
92 'dom/Notation.idl', 92 'dom/Notation.idl',
93 'dom/OverflowEvent.idl', 93 'dom/OverflowEvent.idl',
94 'dom/PageTransitionEvent.idl', 94 'dom/PageTransitionEvent.idl',
95 'dom/PopStateEvent.idl', 95 'dom/PopStateEvent.idl',
96 'dom/ProcessingInstruction.idl', 96 'dom/ProcessingInstruction.idl',
97 'dom/ProgressEvent.idl', 97 'dom/ProgressEvent.idl',
98 'dom/PropertyNodeList.idl',
99 'dom/Range.idl', 98 'dom/Range.idl',
100 'dom/RangeException.idl', 99 'dom/RangeException.idl',
101 'dom/RequestAnimationFrameCallback.idl', 100 'dom/RequestAnimationFrameCallback.idl',
102 'dom/SecurityPolicyViolationEvent.idl', 101 'dom/SecurityPolicyViolationEvent.idl',
103 'dom/ShadowRoot.idl', 102 'dom/ShadowRoot.idl',
104 'dom/StringCallback.idl', 103 'dom/StringCallback.idl',
105 'dom/Text.idl', 104 'dom/Text.idl',
106 'dom/TextEvent.idl', 105 'dom/TextEvent.idl',
107 'dom/Touch.idl', 106 'dom/Touch.idl',
108 'dom/TouchEvent.idl', 107 'dom/TouchEvent.idl',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'html/HTMLOListElement.idl', 170 'html/HTMLOListElement.idl',
172 'html/HTMLObjectElement.idl', 171 'html/HTMLObjectElement.idl',
173 'html/HTMLOptGroupElement.idl', 172 'html/HTMLOptGroupElement.idl',
174 'html/HTMLOptionElement.idl', 173 'html/HTMLOptionElement.idl',
175 'html/HTMLOptionsCollection.idl', 174 'html/HTMLOptionsCollection.idl',
176 'html/HTMLOutputElement.idl', 175 'html/HTMLOutputElement.idl',
177 'html/HTMLParagraphElement.idl', 176 'html/HTMLParagraphElement.idl',
178 'html/HTMLParamElement.idl', 177 'html/HTMLParamElement.idl',
179 'html/HTMLPreElement.idl', 178 'html/HTMLPreElement.idl',
180 'html/HTMLProgressElement.idl', 179 'html/HTMLProgressElement.idl',
181 'html/HTMLPropertiesCollection.idl',
182 'html/HTMLQuoteElement.idl', 180 'html/HTMLQuoteElement.idl',
183 'html/HTMLScriptElement.idl', 181 'html/HTMLScriptElement.idl',
184 'html/HTMLSelectElement.idl', 182 'html/HTMLSelectElement.idl',
185 'html/HTMLSourceElement.idl', 183 'html/HTMLSourceElement.idl',
186 'html/HTMLSpanElement.idl', 184 'html/HTMLSpanElement.idl',
187 'html/HTMLStyleElement.idl', 185 'html/HTMLStyleElement.idl',
188 'html/HTMLTableCaptionElement.idl', 186 'html/HTMLTableCaptionElement.idl',
189 'html/HTMLTableCellElement.idl', 187 'html/HTMLTableCellElement.idl',
190 'html/HTMLTableColElement.idl', 188 'html/HTMLTableColElement.idl',
191 'html/HTMLTableElement.idl', 189 'html/HTMLTableElement.idl',
192 'html/HTMLTableRowElement.idl', 190 'html/HTMLTableRowElement.idl',
193 'html/HTMLTableSectionElement.idl', 191 'html/HTMLTableSectionElement.idl',
194 'html/HTMLTextAreaElement.idl', 192 'html/HTMLTextAreaElement.idl',
195 'html/HTMLTemplateElement.idl', 193 'html/HTMLTemplateElement.idl',
196 'html/HTMLTitleElement.idl', 194 'html/HTMLTitleElement.idl',
197 'html/HTMLTrackElement.idl', 195 'html/HTMLTrackElement.idl',
198 'html/HTMLUListElement.idl', 196 'html/HTMLUListElement.idl',
199 'html/HTMLUnknownElement.idl', 197 'html/HTMLUnknownElement.idl',
200 'html/HTMLVideoElement.idl', 198 'html/HTMLVideoElement.idl',
201 'html/ImageData.idl', 199 'html/ImageData.idl',
202 'html/MediaController.idl', 200 'html/MediaController.idl',
203 'html/MediaError.idl', 201 'html/MediaError.idl',
204 'html/MicroDataItemValue.idl',
205 'html/MediaKeyError.idl', 202 'html/MediaKeyError.idl',
206 'html/MediaKeyEvent.idl', 203 'html/MediaKeyEvent.idl',
207 'html/RadioNodeList.idl', 204 'html/RadioNodeList.idl',
208 'html/TextMetrics.idl', 205 'html/TextMetrics.idl',
209 'html/TimeRanges.idl', 206 'html/TimeRanges.idl',
210 'html/ValidityState.idl', 207 'html/ValidityState.idl',
211 'html/VoidCallback.idl', 208 'html/VoidCallback.idl',
212 'html/canvas/ArrayBuffer.idl', 209 'html/canvas/ArrayBuffer.idl',
213 'html/canvas/ArrayBufferView.idl', 210 'html/canvas/ArrayBufferView.idl',
214 'html/canvas/CanvasGradient.idl', 211 'html/canvas/CanvasGradient.idl',
(...skipping 1645 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 'dom/IdTargetObserverRegistry.h', 1857 'dom/IdTargetObserverRegistry.h',
1861 'dom/KeyboardEvent.cpp', 1858 'dom/KeyboardEvent.cpp',
1862 'dom/LiveNodeList.cpp', 1859 'dom/LiveNodeList.cpp',
1863 'dom/LiveNodeList.h', 1860 'dom/LiveNodeList.h',
1864 'dom/MessageChannel.cpp', 1861 'dom/MessageChannel.cpp',
1865 'dom/MessageChannel.h', 1862 'dom/MessageChannel.h',
1866 'dom/MessageEvent.cpp', 1863 'dom/MessageEvent.cpp',
1867 'dom/MessageEvent.h', 1864 'dom/MessageEvent.h',
1868 'dom/MessagePort.cpp', 1865 'dom/MessagePort.cpp',
1869 'dom/MessagePortChannel.cpp', 1866 'dom/MessagePortChannel.cpp',
1870 'dom/MicroDataItemList.cpp',
1871 'dom/MicroDataItemList.h',
1872 'dom/MouseEvent.cpp', 1867 'dom/MouseEvent.cpp',
1873 'dom/MouseRelatedEvent.cpp', 1868 'dom/MouseRelatedEvent.cpp',
1874 'dom/MutationCallback.h', 1869 'dom/MutationCallback.h',
1875 'dom/MutationEvent.cpp', 1870 'dom/MutationEvent.cpp',
1876 'dom/MutationEvent.h', 1871 'dom/MutationEvent.h',
1877 'dom/MutationObserver.cpp', 1872 'dom/MutationObserver.cpp',
1878 'dom/MutationObserver.h', 1873 'dom/MutationObserver.h',
1879 'dom/MutationObserverInterestGroup.cpp', 1874 'dom/MutationObserverInterestGroup.cpp',
1880 'dom/MutationObserverInterestGroup.h', 1875 'dom/MutationObserverInterestGroup.h',
1881 'dom/MutationObserverRegistration.cpp', 1876 'dom/MutationObserverRegistration.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1915 'dom/PendingScript.cpp', 1910 'dom/PendingScript.cpp',
1916 'dom/PopStateEvent.cpp', 1911 'dom/PopStateEvent.cpp',
1917 'dom/PopStateEvent.h', 1912 'dom/PopStateEvent.h',
1918 'dom/Position.cpp', 1913 'dom/Position.cpp',
1919 'dom/PositionIterator.cpp', 1914 'dom/PositionIterator.cpp',
1920 'dom/PositionIterator.h', 1915 'dom/PositionIterator.h',
1921 'dom/ProcessingInstruction.cpp', 1916 'dom/ProcessingInstruction.cpp',
1922 'dom/ProcessingInstruction.h', 1917 'dom/ProcessingInstruction.h',
1923 'dom/ProgressEvent.cpp', 1918 'dom/ProgressEvent.cpp',
1924 'dom/ProgressEvent.h', 1919 'dom/ProgressEvent.h',
1925 'dom/PropertyNodeList.cpp',
1926 'dom/PropertyNodeList.h',
1927 'dom/PseudoElement.cpp', 1920 'dom/PseudoElement.cpp',
1928 'dom/QualifiedName.cpp', 1921 'dom/QualifiedName.cpp',
1929 'dom/Range.cpp', 1922 'dom/Range.cpp',
1930 'dom/RangeException.cpp', 1923 'dom/RangeException.cpp',
1931 'dom/RangeException.h', 1924 'dom/RangeException.h',
1932 'dom/RawDataDocumentParser.h', 1925 'dom/RawDataDocumentParser.h',
1933 'dom/RegisteredEventListener.cpp', 1926 'dom/RegisteredEventListener.cpp',
1934 'dom/RequestAnimationFrameCallback.h', 1927 'dom/RequestAnimationFrameCallback.h',
1935 'dom/ScopedEventQueue.cpp', 1928 'dom/ScopedEventQueue.cpp',
1936 'dom/ScopedEventQueue.h', 1929 'dom/ScopedEventQueue.h',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
2160 'html/HTMLParamElement.cpp', 2153 'html/HTMLParamElement.cpp',
2161 'html/HTMLParamElement.h', 2154 'html/HTMLParamElement.h',
2162 'html/HTMLParserErrorCodes.cpp', 2155 'html/HTMLParserErrorCodes.cpp',
2163 'html/HTMLParserErrorCodes.h', 2156 'html/HTMLParserErrorCodes.h',
2164 'html/HTMLPlugInElement.cpp', 2157 'html/HTMLPlugInElement.cpp',
2165 'html/HTMLPlugInImageElement.cpp', 2158 'html/HTMLPlugInImageElement.cpp',
2166 'html/HTMLPreElement.cpp', 2159 'html/HTMLPreElement.cpp',
2167 'html/HTMLPreElement.h', 2160 'html/HTMLPreElement.h',
2168 'html/HTMLProgressElement.cpp', 2161 'html/HTMLProgressElement.cpp',
2169 'html/HTMLProgressElement.h', 2162 'html/HTMLProgressElement.h',
2170 'html/HTMLPropertiesCollection.cpp',
2171 'html/HTMLPropertiesCollection.h',
2172 'html/HTMLQuoteElement.cpp', 2163 'html/HTMLQuoteElement.cpp',
2173 'html/HTMLQuoteElement.h', 2164 'html/HTMLQuoteElement.h',
2174 'html/HTMLScriptElement.cpp', 2165 'html/HTMLScriptElement.cpp',
2175 'html/HTMLScriptElement.h', 2166 'html/HTMLScriptElement.h',
2176 'html/HTMLSelectElement.cpp', 2167 'html/HTMLSelectElement.cpp',
2177 'html/HTMLSelectElement.h', 2168 'html/HTMLSelectElement.h',
2178 'html/HTMLSelectElementWin.cpp', 2169 'html/HTMLSelectElementWin.cpp',
2179 'html/HTMLSourceElement.cpp', 2170 'html/HTMLSourceElement.cpp',
2180 'html/HTMLSourceElement.h', 2171 'html/HTMLSourceElement.h',
2181 'html/HTMLSpanElement.cpp', 2172 'html/HTMLSpanElement.cpp',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2232 'html/MediaController.cpp', 2223 'html/MediaController.cpp',
2233 'html/MediaController.h', 2224 'html/MediaController.h',
2234 'html/MediaDocument.cpp', 2225 'html/MediaDocument.cpp',
2235 'html/MediaDocument.h', 2226 'html/MediaDocument.h',
2236 'html/MediaError.h', 2227 'html/MediaError.h',
2237 'html/MediaFragmentURIParser.cpp', 2228 'html/MediaFragmentURIParser.cpp',
2238 'html/MediaFragmentURIParser.h', 2229 'html/MediaFragmentURIParser.h',
2239 'html/MediaKeyError.h', 2230 'html/MediaKeyError.h',
2240 'html/MediaKeyEvent.cpp', 2231 'html/MediaKeyEvent.cpp',
2241 'html/MediaKeyEvent.h', 2232 'html/MediaKeyEvent.h',
2242 'html/MicroDataAttributeTokenList.cpp',
2243 'html/MicroDataAttributeTokenList.h',
2244 'html/MicroDataItemValue.cpp',
2245 'html/MicroDataItemValue.h',
2246 'html/MonthInputType.cpp', 2233 'html/MonthInputType.cpp',
2247 'html/MonthInputType.h', 2234 'html/MonthInputType.h',
2248 'html/NumberInputType.cpp', 2235 'html/NumberInputType.cpp',
2249 'html/NumberInputType.h', 2236 'html/NumberInputType.h',
2250 'html/PasswordInputType.cpp', 2237 'html/PasswordInputType.cpp',
2251 'html/PasswordInputType.h', 2238 'html/PasswordInputType.h',
2252 'html/PluginDocument.cpp', 2239 'html/PluginDocument.cpp',
2253 'html/PluginDocument.h', 2240 'html/PluginDocument.h',
2254 'html/PublicURLManager.h', 2241 'html/PublicURLManager.h',
2255 'html/RadioInputType.cpp', 2242 'html/RadioInputType.cpp',
(...skipping 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 'gperf_exe': 'gperf', 3792 'gperf_exe': 'gperf',
3806 'bison_exe': 'bison', 3793 'bison_exe': 'bison',
3807 3794
3808 # We specify a preprocess so it happens locally and won't get dist ributed to goma. 3795 # We specify a preprocess so it happens locally and won't get dist ributed to goma.
3809 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to use / usr/bin/clang once we require Xcode 4.x. 3796 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to use / usr/bin/clang once we require Xcode 4.x.
3810 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3797 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3811 }], 3798 }],
3812 ], 3799 ],
3813 } 3800 }
3814 } 3801 }
OLDNEW
« no previous file with comments | « Source/WTF/wtf/FeatureDefines.h ('k') | Source/WebCore/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698