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

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

Issue 24246011: Move form-related 78 files to core/html/forms/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « no previous file | Source/core/dom/CheckedRadioButtons.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 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 1741 matching lines...) Expand 10 before | Expand all | Expand 10 after
1752 'dom/Attr.cpp', 1752 'dom/Attr.cpp',
1753 'dom/AutocompleteErrorEvent.h', 1753 'dom/AutocompleteErrorEvent.h',
1754 'dom/BeforeLoadEvent.h', 1754 'dom/BeforeLoadEvent.h',
1755 'dom/BeforeTextInsertedEvent.cpp', 1755 'dom/BeforeTextInsertedEvent.cpp',
1756 'dom/BeforeTextInsertedEvent.h', 1756 'dom/BeforeTextInsertedEvent.h',
1757 'dom/BeforeUnloadEvent.cpp', 1757 'dom/BeforeUnloadEvent.cpp',
1758 'dom/BeforeUnloadEvent.h', 1758 'dom/BeforeUnloadEvent.h',
1759 'dom/CDATASection.cpp', 1759 'dom/CDATASection.cpp',
1760 'dom/CDATASection.h', 1760 'dom/CDATASection.h',
1761 'dom/CharacterData.cpp', 1761 'dom/CharacterData.cpp',
1762 'dom/CheckedRadioButtons.cpp',
1763 'dom/ChildListMutationScope.cpp', 1762 'dom/ChildListMutationScope.cpp',
1764 'dom/ChildListMutationScope.h', 1763 'dom/ChildListMutationScope.h',
1765 'dom/ChildNodeList.cpp', 1764 'dom/ChildNodeList.cpp',
1766 'dom/ChildNodeList.h', 1765 'dom/ChildNodeList.h',
1767 'dom/ClassNodeList.cpp', 1766 'dom/ClassNodeList.cpp',
1768 'dom/ClassNodeList.h', 1767 'dom/ClassNodeList.h',
1769 'dom/ClientRect.cpp', 1768 'dom/ClientRect.cpp',
1770 'dom/ClientRect.h', 1769 'dom/ClientRect.h',
1771 'dom/ClientRectList.cpp', 1770 'dom/ClientRectList.cpp',
1772 'dom/ClientRectList.h', 1771 'dom/ClientRectList.h',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
2063 'dom/shadow/ElementShadow.cpp', 2062 'dom/shadow/ElementShadow.cpp',
2064 'dom/shadow/ElementShadow.h', 2063 'dom/shadow/ElementShadow.h',
2065 'dom/shadow/InsertionPoint.cpp', 2064 'dom/shadow/InsertionPoint.cpp',
2066 'dom/shadow/InsertionPoint.h', 2065 'dom/shadow/InsertionPoint.h',
2067 'dom/shadow/SelectRuleFeatureSet.cpp', 2066 'dom/shadow/SelectRuleFeatureSet.cpp',
2068 'dom/shadow/SelectRuleFeatureSet.h', 2067 'dom/shadow/SelectRuleFeatureSet.h',
2069 'dom/shadow/ShadowRoot.cpp', 2068 'dom/shadow/ShadowRoot.cpp',
2070 'dom/shadow/ShadowRoot.h', 2069 'dom/shadow/ShadowRoot.h',
2071 ], 2070 ],
2072 'webcore_html_files': [ 2071 'webcore_html_files': [
2073 'html/BaseButtonInputType.cpp',
2074 'html/BaseButtonInputType.h',
2075 'html/BaseCheckableInputType.cpp',
2076 'html/BaseCheckableInputType.h',
2077 'html/BaseChooserOnlyDateAndTimeInputType.cpp',
2078 'html/BaseChooserOnlyDateAndTimeInputType.h',
2079 'html/BaseClickableWithKeyInputType.cpp',
2080 'html/BaseClickableWithKeyInputType.h',
2081 'html/BaseDateAndTimeInputType.cpp',
2082 'html/BaseDateAndTimeInputType.h',
2083 'html/BaseMultipleFieldsDateAndTimeInputType.cpp',
2084 'html/BaseMultipleFieldsDateAndTimeInputType.h',
2085 'html/BaseTextInputType.cpp',
2086 'html/BaseTextInputType.h',
2087 'html/ButtonInputType.cpp',
2088 'html/ButtonInputType.h',
2089 'html/CheckboxInputType.cpp',
2090 'html/CheckboxInputType.h',
2091 'html/ClassList.cpp', 2072 'html/ClassList.cpp',
2092 'html/ClassList.h', 2073 'html/ClassList.h',
2093 'html/ColorInputType.cpp',
2094 'html/ColorInputType.h',
2095 'html/DOMFormData.cpp', 2074 'html/DOMFormData.cpp',
2096 'html/DOMFormData.h', 2075 'html/DOMFormData.h',
2097 'html/DOMURL.cpp', 2076 'html/DOMURL.cpp',
2098 'html/DOMURL.h', 2077 'html/DOMURL.h',
2099 'html/DateInputType.cpp',
2100 'html/DateInputType.h',
2101 'html/DateTimeFieldsState.cpp',
2102 'html/DateTimeFieldsState.h',
2103 'html/DateTimeLocalInputType.cpp',
2104 'html/DateTimeLocalInputType.h',
2105 'html/EmailInputType.cpp',
2106 'html/EmailInputType.h',
2107 'html/FileInputType.cpp',
2108 'html/FileInputType.h',
2109 'html/FormAssociatedElement.cpp', 2078 'html/FormAssociatedElement.cpp',
2110 'html/FormController.cpp',
2111 'html/FormController.h',
2112 'html/FormDataList.cpp', 2079 'html/FormDataList.cpp',
2113 'html/FormDataList.h', 2080 'html/FormDataList.h',
2114 'html/HTMLAllCollection.cpp', 2081 'html/HTMLAllCollection.cpp',
2115 'html/HTMLAllCollection.h', 2082 'html/HTMLAllCollection.h',
2116 'html/HTMLAnchorElement.cpp', 2083 'html/HTMLAnchorElement.cpp',
2117 'html/HTMLAnchorElement.h', 2084 'html/HTMLAnchorElement.h',
2118 'html/HTMLAppletElement.cpp', 2085 'html/HTMLAppletElement.cpp',
2119 'html/HTMLAreaElement.cpp', 2086 'html/HTMLAreaElement.cpp',
2120 'html/HTMLAreaElement.h', 2087 'html/HTMLAreaElement.h',
2121 'html/HTMLAudioElement.cpp', 2088 'html/HTMLAudioElement.cpp',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
2268 'html/HTMLTitleElement.h', 2235 'html/HTMLTitleElement.h',
2269 'html/HTMLTrackElement.cpp', 2236 'html/HTMLTrackElement.cpp',
2270 'html/HTMLTrackElement.h', 2237 'html/HTMLTrackElement.h',
2271 'html/HTMLUListElement.cpp', 2238 'html/HTMLUListElement.cpp',
2272 'html/HTMLUListElement.h', 2239 'html/HTMLUListElement.h',
2273 'html/HTMLUnknownElement.h', 2240 'html/HTMLUnknownElement.h',
2274 'html/HTMLVideoElement.cpp', 2241 'html/HTMLVideoElement.cpp',
2275 'html/HTMLVideoElement.h', 2242 'html/HTMLVideoElement.h',
2276 'html/HTMLViewSourceDocument.cpp', 2243 'html/HTMLViewSourceDocument.cpp',
2277 'html/HTMLViewSourceDocument.h', 2244 'html/HTMLViewSourceDocument.h',
2278 'html/HiddenInputType.cpp',
2279 'html/HiddenInputType.h',
2280 'html/ImageData.cpp', 2245 'html/ImageData.cpp',
2281 'html/ImageData.h', 2246 'html/ImageData.h',
2282 'html/ImageDocument.cpp', 2247 'html/ImageDocument.cpp',
2283 'html/ImageDocument.h', 2248 'html/ImageDocument.h',
2284 'html/ImageInputType.cpp',
2285 'html/ImageInputType.h',
2286 'html/InputType.cpp',
2287 'html/InputType.h',
2288 'html/InputTypeNames.cpp',
2289 'html/InputTypeNames.h',
2290 'html/LabelableElement.cpp', 2249 'html/LabelableElement.cpp',
2291 'html/LabelsNodeList.cpp', 2250 'html/LabelsNodeList.cpp',
2292 'html/LabelsNodeList.h', 2251 'html/LabelsNodeList.h',
2293 'html/LinkImport.cpp', 2252 'html/LinkImport.cpp',
2294 'html/LinkImport.h', 2253 'html/LinkImport.h',
2295 'html/LinkRelAttribute.cpp', 2254 'html/LinkRelAttribute.cpp',
2296 'html/LinkRelAttribute.h', 2255 'html/LinkRelAttribute.h',
2297 'html/LinkResource.cpp', 2256 'html/LinkResource.cpp',
2298 'html/LinkResource.h', 2257 'html/LinkResource.h',
2299 'html/MediaController.cpp', 2258 'html/MediaController.cpp',
2300 'html/MediaController.h', 2259 'html/MediaController.h',
2301 'html/MediaDocument.cpp', 2260 'html/MediaDocument.cpp',
2302 'html/MediaDocument.h', 2261 'html/MediaDocument.h',
2303 'html/MediaError.h', 2262 'html/MediaError.h',
2304 'html/MediaFragmentURIParser.cpp', 2263 'html/MediaFragmentURIParser.cpp',
2305 'html/MediaFragmentURIParser.h', 2264 'html/MediaFragmentURIParser.h',
2306 'html/MediaKeyError.h', 2265 'html/MediaKeyError.h',
2307 'html/MediaKeyEvent.cpp', 2266 'html/MediaKeyEvent.cpp',
2308 'html/MediaKeyEvent.h', 2267 'html/MediaKeyEvent.h',
2309 'html/HTMLMediaSource.cpp', 2268 'html/HTMLMediaSource.cpp',
2310 'html/HTMLMediaSource.h', 2269 'html/HTMLMediaSource.h',
2311 'html/MonthInputType.cpp',
2312 'html/MonthInputType.h',
2313 'html/NumberInputType.cpp',
2314 'html/NumberInputType.h',
2315 'html/PasswordInputType.cpp',
2316 'html/PasswordInputType.h',
2317 'html/PluginDocument.cpp', 2270 'html/PluginDocument.cpp',
2318 'html/PluginDocument.h', 2271 'html/PluginDocument.h',
2319 'html/PublicURLManager.h', 2272 'html/PublicURLManager.h',
2320 'html/PublicURLManager.cpp', 2273 'html/PublicURLManager.cpp',
2321 'html/RadioInputType.cpp',
2322 'html/RadioInputType.h',
2323 'html/RadioNodeList.cpp', 2274 'html/RadioNodeList.cpp',
2324 'html/RadioNodeList.h', 2275 'html/RadioNodeList.h',
2325 'html/RangeInputType.cpp',
2326 'html/RangeInputType.h',
2327 'html/ResetInputType.cpp',
2328 'html/ResetInputType.h',
2329 'html/SearchInputType.cpp',
2330 'html/SearchInputType.h',
2331 'html/StepRange.cpp',
2332 'html/StepRange.h',
2333 'html/SubmitInputType.cpp',
2334 'html/SubmitInputType.h',
2335 'html/TelephoneInputType.cpp',
2336 'html/TelephoneInputType.h',
2337 'html/TextDocument.cpp', 2276 'html/TextDocument.cpp',
2338 'html/TextDocument.h', 2277 'html/TextDocument.h',
2339 'html/TextFieldInputType.cpp',
2340 'html/TextFieldInputType.h',
2341 'html/TextInputType.cpp',
2342 'html/TextInputType.h',
2343 'html/TextMetrics.h', 2278 'html/TextMetrics.h',
2344 'html/TimeInputType.cpp',
2345 'html/TimeInputType.h',
2346 'html/TimeRanges.cpp', 2279 'html/TimeRanges.cpp',
2347 'html/TimeRanges.h', 2280 'html/TimeRanges.h',
2348 'html/URLInputType.cpp',
2349 'html/URLInputType.h',
2350 'html/URLRegistry.h', 2281 'html/URLRegistry.h',
2351 'html/ValidationMessage.cpp',
2352 'html/ValidationMessage.h',
2353 'html/ValidityState.cpp', 2282 'html/ValidityState.cpp',
2354 'html/ValidityState.h', 2283 'html/ValidityState.h',
2355 'html/WeekInputType.cpp',
2356 'html/WeekInputType.h',
2357 'html/TypeAhead.cpp',
2358 'html/TypeAhead.h',
2359 'html/canvas/ANGLEInstancedArrays.cpp', 2284 'html/canvas/ANGLEInstancedArrays.cpp',
2360 'html/canvas/ANGLEInstancedArrays.h', 2285 'html/canvas/ANGLEInstancedArrays.h',
2361 'html/canvas/Canvas2DContextAttributes.cpp', 2286 'html/canvas/Canvas2DContextAttributes.cpp',
2362 'html/canvas/Canvas2DContextAttributes.h', 2287 'html/canvas/Canvas2DContextAttributes.h',
2363 'html/canvas/CanvasContextAttributes.cpp', 2288 'html/canvas/CanvasContextAttributes.cpp',
2364 'html/canvas/CanvasContextAttributes.h', 2289 'html/canvas/CanvasContextAttributes.h',
2365 'html/canvas/CanvasGradient.cpp', 2290 'html/canvas/CanvasGradient.cpp',
2366 'html/canvas/CanvasGradient.h', 2291 'html/canvas/CanvasGradient.h',
2367 'html/canvas/CanvasPathMethods.cpp', 2292 'html/canvas/CanvasPathMethods.cpp',
2368 'html/canvas/CanvasPathMethods.h', 2293 'html/canvas/CanvasPathMethods.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
2442 'html/canvas/WebGLShaderPrecisionFormat.cpp', 2367 'html/canvas/WebGLShaderPrecisionFormat.cpp',
2443 'html/canvas/WebGLShaderPrecisionFormat.h', 2368 'html/canvas/WebGLShaderPrecisionFormat.h',
2444 'html/canvas/WebGLSharedObject.cpp', 2369 'html/canvas/WebGLSharedObject.cpp',
2445 'html/canvas/WebGLSharedObject.h', 2370 'html/canvas/WebGLSharedObject.h',
2446 'html/canvas/WebGLTexture.cpp', 2371 'html/canvas/WebGLTexture.cpp',
2447 'html/canvas/WebGLTexture.h', 2372 'html/canvas/WebGLTexture.h',
2448 'html/canvas/WebGLUniformLocation.cpp', 2373 'html/canvas/WebGLUniformLocation.cpp',
2449 'html/canvas/WebGLUniformLocation.h', 2374 'html/canvas/WebGLUniformLocation.h',
2450 'html/canvas/WebGLVertexArrayObjectOES.cpp', 2375 'html/canvas/WebGLVertexArrayObjectOES.cpp',
2451 'html/canvas/WebGLVertexArrayObjectOES.h', 2376 'html/canvas/WebGLVertexArrayObjectOES.h',
2377 'html/forms/BaseButtonInputType.cpp',
2378 'html/forms/BaseButtonInputType.h',
2379 'html/forms/BaseCheckableInputType.cpp',
2380 'html/forms/BaseCheckableInputType.h',
2381 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp',
2382 'html/forms/BaseChooserOnlyDateAndTimeInputType.h',
2383 'html/forms/BaseClickableWithKeyInputType.cpp',
2384 'html/forms/BaseClickableWithKeyInputType.h',
2385 'html/forms/BaseDateAndTimeInputType.cpp',
2386 'html/forms/BaseDateAndTimeInputType.h',
2387 'html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp',
2388 'html/forms/BaseMultipleFieldsDateAndTimeInputType.h',
2389 'html/forms/BaseTextInputType.cpp',
2390 'html/forms/BaseTextInputType.h',
2391 'html/forms/ButtonInputType.cpp',
2392 'html/forms/ButtonInputType.h',
2393 'html/forms/CheckboxInputType.cpp',
2394 'html/forms/CheckboxInputType.h',
2395 'html/forms/CheckedRadioButtons.cpp',
2396 'html/forms/CheckedRadioButtons.h',
2397 'html/forms/ColorInputType.cpp',
2398 'html/forms/ColorInputType.h',
2399 'html/forms/DateInputType.cpp',
2400 'html/forms/DateInputType.h',
2401 'html/forms/DateTimeFieldsState.cpp',
2402 'html/forms/DateTimeFieldsState.h',
2403 'html/forms/DateTimeLocalInputType.cpp',
2404 'html/forms/DateTimeLocalInputType.h',
2405 'html/forms/EmailInputType.cpp',
2406 'html/forms/EmailInputType.h',
2407 'html/forms/FileInputType.cpp',
2408 'html/forms/FileInputType.h',
2409 'html/forms/FormController.cpp',
2410 'html/forms/FormController.h',
2411 'html/forms/HiddenInputType.cpp',
2412 'html/forms/HiddenInputType.h',
2413 'html/forms/ImageInputType.cpp',
2414 'html/forms/ImageInputType.h',
2415 'html/forms/InputType.cpp',
2416 'html/forms/InputType.h',
2417 'html/forms/InputTypeNames.cpp',
2418 'html/forms/InputTypeNames.h',
2452 'html/forms/InputTypeView.cpp', 2419 'html/forms/InputTypeView.cpp',
2453 'html/forms/InputTypeView.h', 2420 'html/forms/InputTypeView.h',
2421 'html/forms/MonthInputType.cpp',
2422 'html/forms/MonthInputType.h',
2423 'html/forms/NumberInputType.cpp',
2424 'html/forms/NumberInputType.h',
2425 'html/forms/PasswordInputType.cpp',
2426 'html/forms/PasswordInputType.h',
2427 'html/forms/RadioInputType.cpp',
2428 'html/forms/RadioInputType.h',
2429 'html/forms/RangeInputType.cpp',
2430 'html/forms/RangeInputType.h',
2431 'html/forms/ResetInputType.cpp',
2432 'html/forms/ResetInputType.h',
2433 'html/forms/SearchInputType.cpp',
2434 'html/forms/SearchInputType.h',
2435 'html/forms/StepRange.cpp',
2436 'html/forms/StepRange.h',
2437 'html/forms/SubmitInputType.cpp',
2438 'html/forms/SubmitInputType.h',
2439 'html/forms/TelephoneInputType.cpp',
2440 'html/forms/TelephoneInputType.h',
2441 'html/forms/TextFieldInputType.cpp',
2442 'html/forms/TextFieldInputType.h',
2443 'html/forms/TextInputType.cpp',
2444 'html/forms/TextInputType.h',
2445 'html/forms/TimeInputType.cpp',
2446 'html/forms/TimeInputType.h',
2447 'html/forms/TypeAhead.cpp',
2448 'html/forms/TypeAhead.h',
2449 'html/forms/URLInputType.cpp',
2450 'html/forms/URLInputType.h',
2451 'html/forms/ValidationMessage.cpp',
2452 'html/forms/ValidationMessage.h',
2453 'html/forms/WeekInputType.cpp',
2454 'html/forms/WeekInputType.h',
2454 'html/parser/AtomicHTMLToken.h', 2455 'html/parser/AtomicHTMLToken.h',
2455 'html/parser/BackgroundHTMLParser.cpp', 2456 'html/parser/BackgroundHTMLParser.cpp',
2456 'html/parser/BackgroundHTMLParser.h', 2457 'html/parser/BackgroundHTMLParser.h',
2457 'html/parser/BackgroundHTMLInputStream.cpp', 2458 'html/parser/BackgroundHTMLInputStream.cpp',
2458 'html/parser/BackgroundHTMLInputStream.h', 2459 'html/parser/BackgroundHTMLInputStream.h',
2459 'html/parser/CSSPreloadScanner.cpp', 2460 'html/parser/CSSPreloadScanner.cpp',
2460 'html/parser/CSSPreloadScanner.h', 2461 'html/parser/CSSPreloadScanner.h',
2461 'html/parser/CompactHTMLToken.cpp', 2462 'html/parser/CompactHTMLToken.cpp',
2462 'html/parser/CompactHTMLToken.h', 2463 'html/parser/CompactHTMLToken.h',
2463 'html/parser/HTMLConstructionSite.cpp', 2464 'html/parser/HTMLConstructionSite.cpp',
(...skipping 1424 matching lines...) Expand 10 before | Expand all | Expand 10 after
3888 'bison_exe': 'bison', 3889 'bison_exe': 'bison',
3889 # We specify a preprocess so it happens locally and won't get 3890 # We specify a preprocess so it happens locally and won't get
3890 # distributed to goma. 3891 # distributed to goma.
3891 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3892 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3892 # use /usr/bin/clang once we require Xcode 4.x. 3893 # use /usr/bin/clang once we require Xcode 4.x.
3893 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3894 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3894 }], 3895 }],
3895 ], 3896 ],
3896 } 3897 }
3897 } 3898 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/CheckedRadioButtons.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698