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

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

Issue 2308953002: Revert of Inline core HTML and SVG sources in the GN build. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/Source/core/core.gni ('k') | third_party/WebKit/Source/core/html/BUILD.gn » ('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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 2405 matching lines...) Expand 10 before | Expand all | Expand 10 after
2416 'xml/parser/XMLErrors.h', 2416 'xml/parser/XMLErrors.h',
2417 'xml/parser/XMLParserInput.h', 2417 'xml/parser/XMLParserInput.h',
2418 'xmlhttprequest/XMLHttpRequest.cpp', 2418 'xmlhttprequest/XMLHttpRequest.cpp',
2419 'xmlhttprequest/XMLHttpRequest.h', 2419 'xmlhttprequest/XMLHttpRequest.h',
2420 'xmlhttprequest/XMLHttpRequestEventTarget.h', 2420 'xmlhttprequest/XMLHttpRequestEventTarget.h',
2421 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp', 2421 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp',
2422 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.h', 2422 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.h',
2423 'xmlhttprequest/XMLHttpRequestUpload.cpp', 2423 'xmlhttprequest/XMLHttpRequestUpload.cpp',
2424 'xmlhttprequest/XMLHttpRequestUpload.h', 2424 'xmlhttprequest/XMLHttpRequestUpload.h',
2425 ], 2425 ],
2426 'webcore_html_files': [
2427 'html/AutoplayExperimentHelper.cpp',
2428 'html/AutoplayExperimentHelper.h',
2429 'html/AutoplayUmaHelper.cpp',
2430 'html/AutoplayUmaHelper.h',
2431 'html/ClassList.cpp',
2432 'html/ClassList.h',
2433 'html/CrossOriginAttribute.cpp',
2434 'html/CrossOriginAttribute.h',
2435 'html/DocumentNameCollection.cpp',
2436 'html/DocumentNameCollection.h',
2437 'html/FormAssociatedElement.cpp',
2438 'html/FormData.cpp',
2439 'html/FormData.h',
2440 'html/HTMLAllCollection.cpp',
2441 'html/HTMLAllCollection.h',
2442 'html/HTMLAnchorElement.cpp',
2443 'html/HTMLAnchorElement.h',
2444 'html/HTMLAreaElement.cpp',
2445 'html/HTMLAreaElement.h',
2446 'html/HTMLAudioElement.cpp',
2447 'html/HTMLAudioElement.h',
2448 'html/HTMLBDIElement.h',
2449 'html/HTMLBRElement.cpp',
2450 'html/HTMLBRElement.h',
2451 'html/HTMLBaseElement.cpp',
2452 'html/HTMLBaseElement.h',
2453 'html/HTMLBodyElement.cpp',
2454 'html/HTMLBodyElement.h',
2455 'html/HTMLButtonElement.cpp',
2456 'html/HTMLButtonElement.h',
2457 'html/HTMLCanvasElement.cpp',
2458 'html/HTMLCanvasElement.h',
2459 'html/HTMLCollection.cpp',
2460 'html/HTMLContentElement.cpp',
2461 'html/HTMLContentElement.h',
2462 'html/HTMLDListElement.cpp',
2463 'html/HTMLDListElement.h',
2464 'html/HTMLDataListElement.cpp',
2465 'html/HTMLDataListElement.h',
2466 'html/HTMLDetailsElement.cpp',
2467 'html/HTMLDetailsElement.h',
2468 'html/HTMLDialogElement.cpp',
2469 'html/HTMLDialogElement.h',
2470 'html/HTMLDimension.cpp',
2471 'html/HTMLDimension.h',
2472 'html/HTMLDirectoryElement.cpp',
2473 'html/HTMLDirectoryElement.h',
2474 'html/HTMLDivElement.cpp',
2475 'html/HTMLDivElement.h',
2476 'html/HTMLDocument.cpp',
2477 'html/HTMLElement.cpp',
2478 'html/HTMLEmbedElement.cpp',
2479 'html/HTMLEmbedElement.h',
2480 'html/HTMLFieldSetElement.cpp',
2481 'html/HTMLFieldSetElement.h',
2482 'html/HTMLFontElement.cpp',
2483 'html/HTMLFontElement.h',
2484 'html/HTMLFormControlElement.cpp',
2485 'html/HTMLFormControlElementWithState.cpp',
2486 'html/HTMLFormControlsCollection.cpp',
2487 'html/HTMLFormControlsCollection.h',
2488 'html/HTMLFormElement.cpp',
2489 'html/HTMLFrameElement.cpp',
2490 'html/HTMLFrameElementBase.cpp',
2491 'html/HTMLFrameOwnerElement.cpp',
2492 'html/HTMLFrameSetElement.cpp',
2493 'html/HTMLFrameSetElement.h',
2494 'html/HTMLHRElement.cpp',
2495 'html/HTMLHRElement.h',
2496 'html/HTMLHeadElement.cpp',
2497 'html/HTMLHeadElement.h',
2498 'html/HTMLHeadingElement.cpp',
2499 'html/HTMLHeadingElement.h',
2500 'html/HTMLHtmlElement.cpp',
2501 'html/HTMLHtmlElement.h',
2502 'html/HTMLIFrameElement.cpp',
2503 'html/HTMLIFrameElementPermissions.cpp',
2504 'html/HTMLIFrameElementPermissions.h',
2505 'html/HTMLIFrameElementSandbox.cpp',
2506 'html/HTMLIFrameElementSandbox.h',
2507 'html/HTMLImageElement.cpp',
2508 'html/HTMLImageElement.h',
2509 'html/HTMLImageFallbackHelper.h',
2510 'html/HTMLImageFallbackHelper.cpp',
2511 'html/HTMLImageLoader.cpp',
2512 'html/HTMLImageLoader.h',
2513 'html/HTMLInputElement.cpp',
2514 'html/HTMLKeygenElement.cpp',
2515 'html/HTMLKeygenElement.h',
2516 'html/HTMLLIElement.cpp',
2517 'html/HTMLLIElement.h',
2518 'html/HTMLLabelElement.cpp',
2519 'html/HTMLLabelElement.h',
2520 'html/HTMLLegendElement.cpp',
2521 'html/HTMLLegendElement.h',
2522 'html/HTMLLinkElement.cpp',
2523 'html/HTMLLinkElement.h',
2524 'html/HTMLMapElement.cpp',
2525 'html/HTMLMapElement.h',
2526 'html/HTMLMarqueeElement.cpp',
2527 'html/HTMLMarqueeElement.h',
2528 'html/HTMLMediaElement.cpp',
2529 'html/HTMLMediaSource.cpp',
2530 'html/HTMLMediaSource.h',
2531 'html/HTMLMenuElement.cpp',
2532 'html/HTMLMenuElement.h',
2533 'html/HTMLMenuItemElement.cpp',
2534 'html/HTMLMenuItemElement.h',
2535 'html/HTMLMetaElement.h',
2536 'html/HTMLMeterElement.cpp',
2537 'html/HTMLMeterElement.h',
2538 'html/HTMLModElement.cpp',
2539 'html/HTMLModElement.h',
2540 'html/HTMLNameCollection.cpp',
2541 'html/HTMLNameCollection.h',
2542 'html/HTMLNoEmbedElement.cpp',
2543 'html/HTMLNoEmbedElement.h',
2544 'html/HTMLNoScriptElement.cpp',
2545 'html/HTMLNoScriptElement.h',
2546 'html/HTMLOListElement.cpp',
2547 'html/HTMLOListElement.h',
2548 'html/HTMLObjectElement.cpp',
2549 'html/HTMLObjectElement.h',
2550 'html/HTMLOptGroupElement.cpp',
2551 'html/HTMLOptGroupElement.h',
2552 'html/HTMLOptionElement.cpp',
2553 'html/HTMLOptionElement.h',
2554 'html/HTMLOptionsCollection.cpp',
2555 'html/HTMLOptionsCollection.h',
2556 'html/HTMLOutputElement.cpp',
2557 'html/HTMLOutputElement.h',
2558 'html/HTMLParagraphElement.cpp',
2559 'html/HTMLParagraphElement.h',
2560 'html/HTMLParamElement.cpp',
2561 'html/HTMLParamElement.h',
2562 'html/HTMLPictureElement.cpp',
2563 'html/HTMLPlugInElement.cpp',
2564 'html/HTMLPlugInElement.h',
2565 'html/HTMLPreElement.cpp',
2566 'html/HTMLPreElement.h',
2567 'html/HTMLProgressElement.cpp',
2568 'html/HTMLProgressElement.h',
2569 'html/HTMLQuoteElement.cpp',
2570 'html/HTMLQuoteElement.h',
2571 'html/HTMLRTElement.cpp',
2572 'html/HTMLRTElement.h',
2573 'html/HTMLRubyElement.cpp',
2574 'html/HTMLRubyElement.h',
2575 'html/HTMLScriptElement.cpp',
2576 'html/HTMLScriptElement.h',
2577 'html/HTMLSelectElement.cpp',
2578 'html/HTMLSelectElement.h',
2579 'html/HTMLShadowElement.cpp',
2580 'html/HTMLShadowElement.h',
2581 'html/HTMLSlotElement.cpp',
2582 'html/HTMLSlotElement.h',
2583 'html/HTMLSourceElement.cpp',
2584 'html/HTMLSourceElement.h',
2585 'html/HTMLSpanElement.cpp',
2586 'html/HTMLSpanElement.h',
2587 'html/HTMLStyleElement.cpp',
2588 'html/HTMLStyleElement.h',
2589 'html/HTMLSummaryElement.cpp',
2590 'html/HTMLSummaryElement.h',
2591 'html/HTMLTableCaptionElement.cpp',
2592 'html/HTMLTableCaptionElement.h',
2593 'html/HTMLTableCellElement.cpp',
2594 'html/HTMLTableColElement.cpp',
2595 'html/HTMLTableColElement.h',
2596 'html/HTMLTableElement.cpp',
2597 'html/HTMLTableElement.h',
2598 'html/HTMLTablePartElement.cpp',
2599 'html/HTMLTableRowElement.cpp',
2600 'html/HTMLTableRowElement.h',
2601 'html/HTMLTableRowsCollection.cpp',
2602 'html/HTMLTableRowsCollection.h',
2603 'html/HTMLTableSectionElement.cpp',
2604 'html/HTMLTableSectionElement.h',
2605 'html/HTMLTagCollection.cpp',
2606 'html/HTMLTagCollection.h',
2607 'html/HTMLTemplateElement.cpp',
2608 'html/HTMLTemplateElement.h',
2609 'html/HTMLTextAreaElement.cpp',
2610 'html/HTMLTextFormControlElement.cpp',
2611 'html/HTMLTitleElement.cpp',
2612 'html/HTMLTitleElement.h',
2613 'html/HTMLTrackElement.cpp',
2614 'html/HTMLTrackElement.h',
2615 'html/HTMLUListElement.cpp',
2616 'html/HTMLUListElement.h',
2617 'html/HTMLUnknownElement.cpp',
2618 'html/HTMLUnknownElement.h',
2619 'html/HTMLVideoElement.cpp',
2620 'html/HTMLVideoElement.h',
2621 'html/HTMLViewSourceDocument.cpp',
2622 'html/HTMLViewSourceDocument.h',
2623 'html/HTMLWBRElement.cpp',
2624 'html/HTMLWBRElement.h',
2625 'html/ImageData.cpp',
2626 'html/ImageData.h',
2627 'html/ImageDocument.cpp',
2628 'html/ImageDocument.h',
2629 'html/LabelableElement.cpp',
2630 'html/LabelsNodeList.cpp',
2631 'html/LabelsNodeList.h',
2632 'html/LinkManifest.cpp',
2633 'html/LinkManifest.h',
2634 'html/LinkRelAttribute.cpp',
2635 'html/LinkRelAttribute.h',
2636 'html/LinkResource.cpp',
2637 'html/LinkResource.h',
2638 'html/MediaDocument.cpp',
2639 'html/MediaDocument.h',
2640 'html/MediaError.h',
2641 'html/MediaFragmentURIParser.cpp',
2642 'html/MediaFragmentURIParser.h',
2643 'html/PluginDocument.cpp',
2644 'html/PluginDocument.h',
2645 'html/PublicURLManager.cpp',
2646 'html/PublicURLManager.h',
2647 'html/RadioNodeList.cpp',
2648 'html/RadioNodeList.h',
2649 'html/RelList.cpp',
2650 'html/RelList.h',
2651 'html/TextDocument.cpp',
2652 'html/TextDocument.h',
2653 'html/TextMetrics.h',
2654 'html/TimeRanges.cpp',
2655 'html/TimeRanges.h',
2656 'html/URLRegistry.h',
2657 'html/ValidityState.cpp',
2658 'html/ValidityState.h',
2659 'html/WindowNameCollection.cpp',
2660 'html/WindowNameCollection.h',
2661 'html/canvas/CanvasAsyncBlobCreator.cpp',
2662 'html/canvas/CanvasAsyncBlobCreator.h',
2663 'html/canvas/CanvasDrawListener.cpp',
2664 'html/canvas/CanvasDrawListener.h',
2665 'html/canvas/CanvasFontCache.cpp',
2666 'html/canvas/CanvasFontCache.h',
2667 'html/canvas/CanvasImageSource.h',
2668 'html/canvas/CanvasRenderingContext.cpp',
2669 'html/canvas/CanvasRenderingContext.h',
2670 'html/canvas/CanvasRenderingContextFactory.h',
2671 'html/forms/BaseButtonInputType.cpp',
2672 'html/forms/BaseButtonInputType.h',
2673 'html/forms/BaseCheckableInputType.cpp',
2674 'html/forms/BaseCheckableInputType.h',
2675 'html/forms/BaseTemporalInputType.cpp',
2676 'html/forms/BaseTemporalInputType.h',
2677 'html/forms/BaseTextInputType.cpp',
2678 'html/forms/BaseTextInputType.h',
2679 'html/forms/ButtonInputType.cpp',
2680 'html/forms/ButtonInputType.h',
2681 'html/forms/CheckboxInputType.cpp',
2682 'html/forms/CheckboxInputType.h',
2683 'html/forms/ChooserOnlyTemporalInputTypeView.cpp',
2684 'html/forms/ChooserOnlyTemporalInputTypeView.h',
2685 'html/forms/ColorChooser.cpp',
2686 'html/forms/ColorChooser.h',
2687 'html/forms/ColorChooserClient.cpp',
2688 'html/forms/ColorChooserClient.h',
2689 'html/forms/ColorInputType.cpp',
2690 'html/forms/ColorInputType.h',
2691 'html/forms/DateInputType.cpp',
2692 'html/forms/DateInputType.h',
2693 'html/forms/DateTimeChooser.cpp',
2694 'html/forms/DateTimeChooser.h',
2695 'html/forms/DateTimeChooserClient.cpp',
2696 'html/forms/DateTimeChooserClient.h',
2697 'html/forms/DateTimeFieldsState.cpp',
2698 'html/forms/DateTimeFieldsState.h',
2699 'html/forms/DateTimeLocalInputType.cpp',
2700 'html/forms/DateTimeLocalInputType.h',
2701 'html/forms/EmailInputType.cpp',
2702 'html/forms/EmailInputType.h',
2703 'html/forms/FileInputType.cpp',
2704 'html/forms/FileInputType.h',
2705 'html/forms/FormController.cpp',
2706 'html/forms/FormController.h',
2707 'html/forms/HiddenInputType.cpp',
2708 'html/forms/HiddenInputType.h',
2709 'html/forms/ImageInputType.cpp',
2710 'html/forms/ImageInputType.h',
2711 'html/forms/InputType.cpp',
2712 'html/forms/InputType.h',
2713 'html/forms/InputTypeView.cpp',
2714 'html/forms/InputTypeView.h',
2715 'html/forms/KeyboardClickableInputTypeView.cpp',
2716 'html/forms/KeyboardClickableInputTypeView.h',
2717 'html/forms/MonthInputType.cpp',
2718 'html/forms/MonthInputType.h',
2719 'html/forms/MultipleFieldsTemporalInputTypeView.cpp',
2720 'html/forms/MultipleFieldsTemporalInputTypeView.h',
2721 'html/forms/NumberInputType.cpp',
2722 'html/forms/NumberInputType.h',
2723 'html/forms/OptionList.cpp',
2724 'html/forms/OptionList.h',
2725 'html/forms/PasswordInputType.cpp',
2726 'html/forms/PasswordInputType.h',
2727 'html/forms/RadioButtonGroupScope.cpp',
2728 'html/forms/RadioButtonGroupScope.h',
2729 'html/forms/RadioInputType.cpp',
2730 'html/forms/RadioInputType.h',
2731 'html/forms/RangeInputType.cpp',
2732 'html/forms/RangeInputType.h',
2733 'html/forms/ResetInputType.cpp',
2734 'html/forms/ResetInputType.h',
2735 'html/forms/SearchInputType.cpp',
2736 'html/forms/SearchInputType.h',
2737 'html/forms/StepRange.cpp',
2738 'html/forms/StepRange.h',
2739 'html/forms/SubmitInputType.cpp',
2740 'html/forms/SubmitInputType.h',
2741 'html/forms/TelephoneInputType.cpp',
2742 'html/forms/TelephoneInputType.h',
2743 'html/forms/TextFieldInputType.cpp',
2744 'html/forms/TextFieldInputType.h',
2745 'html/forms/TextInputType.cpp',
2746 'html/forms/TextInputType.h',
2747 'html/forms/TimeInputType.cpp',
2748 'html/forms/TimeInputType.h',
2749 'html/forms/TypeAhead.cpp',
2750 'html/forms/TypeAhead.h',
2751 'html/forms/URLInputType.cpp',
2752 'html/forms/URLInputType.h',
2753 'html/forms/WeekInputType.cpp',
2754 'html/forms/WeekInputType.h',
2755 'html/imports/HTMLImport.cpp',
2756 'html/imports/HTMLImport.h',
2757 'html/imports/HTMLImportChild.cpp',
2758 'html/imports/HTMLImportChild.h',
2759 'html/imports/HTMLImportChildClient.h',
2760 'html/imports/HTMLImportLoader.cpp',
2761 'html/imports/HTMLImportLoader.h',
2762 'html/imports/HTMLImportState.h',
2763 'html/imports/HTMLImportStateResolver.cpp',
2764 'html/imports/HTMLImportStateResolver.h',
2765 'html/imports/HTMLImportTreeRoot.cpp',
2766 'html/imports/HTMLImportTreeRoot.h',
2767 'html/imports/HTMLImportsController.cpp',
2768 'html/imports/HTMLImportsController.h',
2769 'html/imports/LinkImport.cpp',
2770 'html/imports/LinkImport.h',
2771 'html/parser/AtomicHTMLToken.cpp',
2772 'html/parser/AtomicHTMLToken.h',
2773 'html/parser/BackgroundHTMLInputStream.cpp',
2774 'html/parser/BackgroundHTMLInputStream.h',
2775 'html/parser/BackgroundHTMLParser.cpp',
2776 'html/parser/BackgroundHTMLParser.h',
2777 'html/parser/CSSPreloadScanner.cpp',
2778 'html/parser/CSSPreloadScanner.h',
2779 'html/parser/CompactHTMLToken.cpp',
2780 'html/parser/CompactHTMLToken.h',
2781 'html/parser/HTMLConstructionSite.cpp',
2782 'html/parser/HTMLConstructionSite.h',
2783 'html/parser/HTMLDocumentParser.cpp',
2784 'html/parser/HTMLDocumentParser.h',
2785 'html/parser/HTMLElementStack.cpp',
2786 'html/parser/HTMLElementStack.h',
2787 'html/parser/HTMLEntityParser.cpp',
2788 'html/parser/HTMLEntityParser.h',
2789 'html/parser/HTMLEntitySearch.cpp',
2790 'html/parser/HTMLEntitySearch.h',
2791 'html/parser/HTMLEntityTable.h',
2792 'html/parser/HTMLFormattingElementList.cpp',
2793 'html/parser/HTMLFormattingElementList.h',
2794 'html/parser/HTMLInputStream.h',
2795 'html/parser/HTMLMetaCharsetParser.cpp',
2796 'html/parser/HTMLMetaCharsetParser.h',
2797 'html/parser/HTMLParserIdioms.cpp',
2798 'html/parser/HTMLParserOptions.cpp',
2799 'html/parser/HTMLParserOptions.h',
2800 'html/parser/HTMLParserReentryPermit.cpp',
2801 'html/parser/HTMLParserReentryPermit.h',
2802 'html/parser/HTMLParserScheduler.cpp',
2803 'html/parser/HTMLParserScheduler.h',
2804 'html/parser/HTMLParserThread.cpp',
2805 'html/parser/HTMLParserThread.h',
2806 'html/parser/HTMLPreloadScanner.cpp',
2807 'html/parser/HTMLPreloadScanner.h',
2808 'html/parser/HTMLResourcePreloader.cpp',
2809 'html/parser/HTMLResourcePreloader.h',
2810 'html/parser/HTMLScriptRunner.cpp',
2811 'html/parser/HTMLScriptRunner.h',
2812 'html/parser/HTMLScriptRunnerHost.h',
2813 'html/parser/HTMLSourceTracker.cpp',
2814 'html/parser/HTMLSourceTracker.h',
2815 'html/parser/HTMLSrcsetParser.cpp',
2816 'html/parser/HTMLSrcsetParser.h',
2817 'html/parser/HTMLStackItem.h',
2818 'html/parser/HTMLToken.h',
2819 'html/parser/HTMLTokenizer.cpp',
2820 'html/parser/HTMLTokenizer.h',
2821 'html/parser/HTMLTreeBuilder.cpp',
2822 'html/parser/HTMLTreeBuilder.h',
2823 'html/parser/HTMLTreeBuilderSimulator.cpp',
2824 'html/parser/HTMLTreeBuilderSimulator.h',
2825 'html/parser/HTMLViewSourceParser.cpp',
2826 'html/parser/HTMLViewSourceParser.h',
2827 'html/parser/InputStreamPreprocessor.h',
2828 'html/parser/NestingLevelIncrementer.h',
2829 'html/parser/PreloadRequest.cpp',
2830 'html/parser/ResourcePreloader.cpp',
2831 'html/parser/TextDocumentParser.cpp',
2832 'html/parser/TextDocumentParser.h',
2833 'html/parser/TextResourceDecoder.cpp',
2834 'html/parser/TextResourceDecoder.h',
2835 'html/parser/TokenizedChunkQueue.cpp',
2836 'html/parser/TokenizedChunkQueue.h',
2837 'html/parser/XSSAuditor.cpp',
2838 'html/parser/XSSAuditor.h',
2839 'html/parser/XSSAuditorDelegate.cpp',
2840 'html/parser/XSSAuditorDelegate.h',
2841 'html/shadow/ClearButtonElement.cpp',
2842 'html/shadow/ClearButtonElement.h',
2843 'html/shadow/DateTimeEditElement.cpp',
2844 'html/shadow/DateTimeEditElement.h',
2845 'html/shadow/DateTimeFieldElement.cpp',
2846 'html/shadow/DateTimeFieldElement.h',
2847 'html/shadow/DateTimeFieldElements.cpp',
2848 'html/shadow/DateTimeFieldElements.h',
2849 'html/shadow/DateTimeNumericFieldElement.cpp',
2850 'html/shadow/DateTimeNumericFieldElement.h',
2851 'html/shadow/DateTimeSymbolicFieldElement.cpp',
2852 'html/shadow/DateTimeSymbolicFieldElement.h',
2853 'html/shadow/DetailsMarkerControl.cpp',
2854 'html/shadow/DetailsMarkerControl.h',
2855 'html/shadow/MediaControlElementTypes.cpp',
2856 'html/shadow/MediaControlElementTypes.h',
2857 'html/shadow/MediaControlElements.cpp',
2858 'html/shadow/MediaControlElements.h',
2859 'html/shadow/MediaControls.cpp',
2860 'html/shadow/MediaControls.h',
2861 'html/shadow/PickerIndicatorElement.cpp',
2862 'html/shadow/PickerIndicatorElement.h',
2863 'html/shadow/ProgressShadowElement.cpp',
2864 'html/shadow/ProgressShadowElement.h',
2865 'html/shadow/ShadowElementNames.cpp',
2866 'html/shadow/ShadowElementNames.h',
2867 'html/shadow/SliderThumbElement.cpp',
2868 'html/shadow/SliderThumbElement.h',
2869 'html/shadow/SpinButtonElement.cpp',
2870 'html/shadow/SpinButtonElement.h',
2871 'html/shadow/TextControlInnerElements.cpp',
2872 'html/shadow/TextControlInnerElements.h',
2873 'html/track/AudioTrack.cpp',
2874 'html/track/AudioTrack.h',
2875 'html/track/AudioTrackList.cpp',
2876 'html/track/AudioTrackList.h',
2877 'html/track/AutomaticTrackSelection.cpp',
2878 'html/track/AutomaticTrackSelection.h',
2879 'html/track/CueTimeline.cpp',
2880 'html/track/CueTimeline.h',
2881 'html/track/InbandTextTrack.cpp',
2882 'html/track/InbandTextTrack.h',
2883 'html/track/LoadableTextTrack.cpp',
2884 'html/track/LoadableTextTrack.h',
2885 'html/track/TextTrack.cpp',
2886 'html/track/TextTrack.h',
2887 'html/track/TextTrackContainer.cpp',
2888 'html/track/TextTrackContainer.h',
2889 'html/track/TextTrackCue.cpp',
2890 'html/track/TextTrackCue.h',
2891 'html/track/TextTrackCueList.cpp',
2892 'html/track/TextTrackCueList.h',
2893 'html/track/TextTrackList.cpp',
2894 'html/track/TrackBase.cpp',
2895 'html/track/TrackBase.h',
2896 'html/track/TrackEvent.cpp',
2897 'html/track/TrackListBase.h',
2898 'html/track/VideoTrack.cpp',
2899 'html/track/VideoTrack.h',
2900 'html/track/VideoTrackList.cpp',
2901 'html/track/VideoTrackList.h',
2902 'html/track/vtt/BufferedLineReader.cpp',
2903 'html/track/vtt/BufferedLineReader.h',
2904 'html/track/vtt/VTTCue.cpp',
2905 'html/track/vtt/VTTCue.h',
2906 'html/track/vtt/VTTElement.cpp',
2907 'html/track/vtt/VTTElement.h',
2908 'html/track/vtt/VTTParser.cpp',
2909 'html/track/vtt/VTTParser.h',
2910 'html/track/vtt/VTTRegion.cpp',
2911 'html/track/vtt/VTTRegion.h',
2912 'html/track/vtt/VTTRegionList.cpp',
2913 'html/track/vtt/VTTRegionList.h',
2914 'html/track/vtt/VTTScanner.cpp',
2915 'html/track/vtt/VTTScanner.h',
2916 'html/track/vtt/VTTToken.h',
2917 'html/track/vtt/VTTTokenizer.cpp',
2918 'html/track/vtt/VTTTokenizer.h',
2919 ],
2920 'webcore_svg_files': [
2921 'style/SVGComputedStyle.cpp',
2922 'style/SVGComputedStyleDefs.cpp',
2923 'layout/svg/ReferenceFilterBuilder.cpp',
2924 'layout/svg/ReferenceFilterBuilder.h',
2925 'layout/svg/LayoutSVGBlock.cpp',
2926 'layout/svg/LayoutSVGBlock.h',
2927 'layout/svg/LayoutSVGContainer.cpp',
2928 'layout/svg/LayoutSVGContainer.h',
2929 'layout/svg/LayoutSVGEllipse.cpp',
2930 'layout/svg/LayoutSVGEllipse.h',
2931 'layout/svg/LayoutSVGForeignObject.cpp',
2932 'layout/svg/LayoutSVGForeignObject.h',
2933 'layout/svg/LayoutSVGGradientStop.cpp',
2934 'layout/svg/LayoutSVGGradientStop.h',
2935 'layout/svg/LayoutSVGHiddenContainer.cpp',
2936 'layout/svg/LayoutSVGHiddenContainer.h',
2937 'layout/svg/LayoutSVGImage.cpp',
2938 'layout/svg/LayoutSVGImage.h',
2939 'layout/svg/LayoutSVGInline.cpp',
2940 'layout/svg/LayoutSVGInline.h',
2941 'layout/svg/LayoutSVGInlineText.cpp',
2942 'layout/svg/LayoutSVGInlineText.h',
2943 'layout/svg/LayoutSVGModelObject.cpp',
2944 'layout/svg/LayoutSVGModelObject.h',
2945 'layout/svg/LayoutSVGPath.cpp',
2946 'layout/svg/LayoutSVGPath.h',
2947 'layout/svg/LayoutSVGRect.cpp',
2948 'layout/svg/LayoutSVGRect.h',
2949 'layout/svg/LayoutSVGResourceClipper.cpp',
2950 'layout/svg/LayoutSVGResourceClipper.h',
2951 'layout/svg/LayoutSVGResourceContainer.cpp',
2952 'layout/svg/LayoutSVGResourceContainer.h',
2953 'layout/svg/LayoutSVGResourceFilter.cpp',
2954 'layout/svg/LayoutSVGResourceFilter.h',
2955 'layout/svg/LayoutSVGResourceFilterPrimitive.cpp',
2956 'layout/svg/LayoutSVGResourceFilterPrimitive.h',
2957 'layout/svg/LayoutSVGResourceGradient.cpp',
2958 'layout/svg/LayoutSVGResourceGradient.h',
2959 'layout/svg/LayoutSVGResourceLinearGradient.cpp',
2960 'layout/svg/LayoutSVGResourceLinearGradient.h',
2961 'layout/svg/LayoutSVGResourceMarker.cpp',
2962 'layout/svg/LayoutSVGResourceMarker.h',
2963 'layout/svg/LayoutSVGResourceMasker.cpp',
2964 'layout/svg/LayoutSVGResourceMasker.h',
2965 'layout/svg/LayoutSVGResourcePaintServer.cpp',
2966 'layout/svg/LayoutSVGResourcePaintServer.h',
2967 'layout/svg/LayoutSVGResourcePattern.cpp',
2968 'layout/svg/LayoutSVGResourcePattern.h',
2969 'layout/svg/LayoutSVGResourceRadialGradient.cpp',
2970 'layout/svg/LayoutSVGResourceRadialGradient.h',
2971 'layout/svg/LayoutSVGRoot.cpp',
2972 'layout/svg/LayoutSVGRoot.h',
2973 'layout/svg/LayoutSVGShape.cpp',
2974 'layout/svg/LayoutSVGShape.h',
2975 'layout/svg/LayoutSVGText.cpp',
2976 'layout/svg/LayoutSVGText.h',
2977 'layout/svg/LayoutSVGTextPath.cpp',
2978 'layout/svg/LayoutSVGTextPath.h',
2979 'layout/svg/LayoutSVGTransformableContainer.cpp',
2980 'layout/svg/LayoutSVGTransformableContainer.h',
2981 'layout/svg/LayoutSVGTSpan.cpp',
2982 'layout/svg/LayoutSVGTSpan.h',
2983 'layout/svg/LayoutSVGViewportContainer.cpp',
2984 'layout/svg/LayoutSVGViewportContainer.h',
2985 'layout/svg/SVGCharacterData.h',
2986 'layout/svg/SVGLayoutSupport.cpp',
2987 'layout/svg/SVGLayoutSupport.h',
2988 'layout/svg/SVGLayoutTreeAsText.cpp',
2989 'layout/svg/SVGLayoutTreeAsText.h',
2990 'layout/svg/SVGMarkerData.h',
2991 'layout/svg/SVGResources.cpp',
2992 'layout/svg/SVGResources.h',
2993 'layout/svg/SVGResourcesCache.cpp',
2994 'layout/svg/SVGResourcesCycleSolver.cpp',
2995 'layout/svg/SVGResourcesCycleSolver.h',
2996 'layout/svg/SVGTextChunkBuilder.cpp',
2997 'layout/svg/SVGTextChunkBuilder.h',
2998 'layout/svg/SVGTextFragment.h',
2999 'layout/svg/SVGTextLayoutAttributesBuilder.cpp',
3000 'layout/svg/SVGTextLayoutAttributesBuilder.h',
3001 'layout/svg/SVGTextLayoutEngine.cpp',
3002 'layout/svg/SVGTextLayoutEngine.h',
3003 'layout/svg/SVGTextLayoutEngineBaseline.cpp',
3004 'layout/svg/SVGTextLayoutEngineBaseline.h',
3005 'layout/svg/SVGTextLayoutEngineSpacing.cpp',
3006 'layout/svg/SVGTextLayoutEngineSpacing.h',
3007 'layout/svg/SVGTextMetrics.cpp',
3008 'layout/svg/SVGTextMetrics.h',
3009 'layout/svg/SVGTextQuery.cpp',
3010 'layout/svg/SVGTextQuery.h',
3011 'svg/ColorDistance.cpp',
3012 'svg/ColorDistance.h',
3013 'svg/GradientAttributes.h',
3014 'svg/LinearGradientAttributes.h',
3015 'svg/PatternAttributes.h',
3016 'svg/RadialGradientAttributes.h',
3017 'svg/SVGAElement.cpp',
3018 'svg/SVGAElement.h',
3019 'svg/SVGAngle.cpp',
3020 'svg/SVGAngleTearOff.cpp',
3021 'svg/SVGAnimateElement.cpp',
3022 'svg/SVGAnimateElement.h',
3023 'svg/SVGAnimateMotionElement.cpp',
3024 'svg/SVGAnimateMotionElement.h',
3025 'svg/SVGAnimateTransformElement.cpp',
3026 'svg/SVGAnimateTransformElement.h',
3027 'svg/SVGAnimatedAngle.cpp',
3028 'svg/SVGAnimatedColor.cpp',
3029 'svg/SVGAnimatedEnumerationBase.cpp',
3030 'svg/SVGAnimatedHref.cpp',
3031 'svg/SVGAnimatedHref.h',
3032 'svg/SVGAnimatedInteger.cpp',
3033 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
3034 'svg/SVGAnimatedLength.cpp',
3035 'svg/SVGAnimatedNumber.cpp',
3036 'svg/SVGAnimatedNumberOptionalNumber.cpp',
3037 'svg/SVGAnimatedPath.cpp',
3038 'svg/SVGAnimatedString.cpp',
3039 'svg/SVGAnimatedString.h',
3040 'svg/SVGAnimatedTypeAnimator.cpp',
3041 'svg/SVGAnimatedTypeAnimator.h',
3042 'svg/SVGAnimationElement.cpp',
3043 'svg/SVGAnimationElement.h',
3044 'svg/SVGBoolean.cpp',
3045 'svg/SVGBoolean.h',
3046 'svg/SVGCircleElement.cpp',
3047 'svg/SVGCircleElement.h',
3048 'svg/SVGClipPathElement.cpp',
3049 'svg/SVGClipPathElement.h',
3050 'svg/SVGComponentTransferFunctionElement.cpp',
3051 'svg/SVGComponentTransferFunctionElement.h',
3052 'svg/SVGCursorElement.cpp',
3053 'svg/SVGCursorElement.h',
3054 'svg/SVGDefsElement.cpp',
3055 'svg/SVGDefsElement.h',
3056 'svg/SVGDescElement.cpp',
3057 'svg/SVGDescElement.h',
3058 'svg/SVGDiscardElement.cpp',
3059 'svg/SVGDiscardElement.h',
3060 'svg/SVGDocumentExtensions.cpp',
3061 'svg/SVGElement.cpp',
3062 'svg/SVGElementRareData.cpp',
3063 'svg/SVGElementRareData.h',
3064 'svg/SVGEllipseElement.cpp',
3065 'svg/SVGEllipseElement.h',
3066 'svg/SVGEnumeration.cpp',
3067 'svg/SVGFEBlendElement.cpp',
3068 'svg/SVGFEBlendElement.h',
3069 'svg/SVGFEColorMatrixElement.cpp',
3070 'svg/SVGFEColorMatrixElement.h',
3071 'svg/SVGFEComponentTransferElement.cpp',
3072 'svg/SVGFEComponentTransferElement.h',
3073 'svg/SVGFECompositeElement.cpp',
3074 'svg/SVGFECompositeElement.h',
3075 'svg/SVGFEConvolveMatrixElement.cpp',
3076 'svg/SVGFEConvolveMatrixElement.h',
3077 'svg/SVGFEDiffuseLightingElement.cpp',
3078 'svg/SVGFEDiffuseLightingElement.h',
3079 'svg/SVGFEDisplacementMapElement.cpp',
3080 'svg/SVGFEDisplacementMapElement.h',
3081 'svg/SVGFEDistantLightElement.cpp',
3082 'svg/SVGFEDistantLightElement.h',
3083 'svg/SVGFEDropShadowElement.cpp',
3084 'svg/SVGFEDropShadowElement.h',
3085 'svg/SVGFEFloodElement.cpp',
3086 'svg/SVGFEFloodElement.h',
3087 'svg/SVGFEFuncAElement.cpp',
3088 'svg/SVGFEFuncAElement.h',
3089 'svg/SVGFEFuncBElement.cpp',
3090 'svg/SVGFEFuncBElement.h',
3091 'svg/SVGFEFuncGElement.cpp',
3092 'svg/SVGFEFuncGElement.h',
3093 'svg/SVGFEFuncRElement.cpp',
3094 'svg/SVGFEFuncRElement.h',
3095 'svg/SVGFEGaussianBlurElement.cpp',
3096 'svg/SVGFEGaussianBlurElement.h',
3097 'svg/SVGFEImageElement.cpp',
3098 'svg/SVGFEImageElement.h',
3099 'svg/SVGFELightElement.cpp',
3100 'svg/SVGFELightElement.h',
3101 'svg/SVGFEMergeElement.cpp',
3102 'svg/SVGFEMergeElement.h',
3103 'svg/SVGFEMergeNodeElement.cpp',
3104 'svg/SVGFEMergeNodeElement.h',
3105 'svg/SVGFEMorphologyElement.cpp',
3106 'svg/SVGFEMorphologyElement.h',
3107 'svg/SVGFEOffsetElement.cpp',
3108 'svg/SVGFEOffsetElement.h',
3109 'svg/SVGFEPointLightElement.cpp',
3110 'svg/SVGFEPointLightElement.h',
3111 'svg/SVGFESpecularLightingElement.cpp',
3112 'svg/SVGFESpecularLightingElement.h',
3113 'svg/SVGFESpotLightElement.cpp',
3114 'svg/SVGFESpotLightElement.h',
3115 'svg/SVGFETileElement.cpp',
3116 'svg/SVGFETileElement.h',
3117 'svg/SVGFETurbulenceElement.cpp',
3118 'svg/SVGFETurbulenceElement.h',
3119 'svg/SVGFilterElement.cpp',
3120 'svg/SVGFilterElement.h',
3121 'svg/SVGFilterPrimitiveStandardAttributes.cpp',
3122 'svg/SVGFilterPrimitiveStandardAttributes.h',
3123 'svg/SVGFitToViewBox.cpp',
3124 'svg/SVGFitToViewBox.h',
3125 'svg/SVGForeignObjectElement.cpp',
3126 'svg/SVGForeignObjectElement.h',
3127 'svg/SVGGElement.cpp',
3128 'svg/SVGGElement.h',
3129 'svg/SVGGeometryElement.cpp',
3130 'svg/SVGGeometryElement.h',
3131 'svg/SVGGradientElement.cpp',
3132 'svg/SVGGradientElement.h',
3133 'svg/SVGGraphicsElement.cpp',
3134 'svg/SVGGraphicsElement.h',
3135 'svg/SVGImageElement.cpp',
3136 'svg/SVGImageElement.h',
3137 'svg/SVGImageLoader.cpp',
3138 'svg/SVGImageLoader.h',
3139 'svg/SVGInteger.cpp',
3140 'svg/SVGInteger.h',
3141 'svg/SVGIntegerOptionalInteger.cpp',
3142 'svg/SVGIntegerOptionalInteger.h',
3143 'svg/SVGLength.cpp',
3144 'svg/SVGLengthContext.cpp',
3145 'svg/SVGLengthList.cpp',
3146 'svg/SVGLengthTearOff.cpp',
3147 'svg/SVGLineElement.cpp',
3148 'svg/SVGLineElement.h',
3149 'svg/SVGLinearGradientElement.cpp',
3150 'svg/SVGLinearGradientElement.h',
3151 'svg/SVGMPathElement.cpp',
3152 'svg/SVGMPathElement.h',
3153 'svg/SVGMarkerElement.cpp',
3154 'svg/SVGMarkerElement.h',
3155 'svg/SVGMaskElement.cpp',
3156 'svg/SVGMaskElement.h',
3157 'svg/SVGMatrixTearOff.cpp',
3158 'svg/SVGMatrixTearOff.h',
3159 'svg/SVGMetadataElement.cpp',
3160 'svg/SVGMetadataElement.h',
3161 'svg/SVGNumber.cpp',
3162 'svg/SVGNumber.h',
3163 'svg/SVGNumberList.cpp',
3164 'svg/SVGNumberList.h',
3165 'svg/SVGNumberOptionalNumber.cpp',
3166 'svg/SVGNumberOptionalNumber.h',
3167 'svg/SVGNumberTearOff.cpp',
3168 'svg/SVGNumberTearOff.h',
3169 'svg/SVGParserUtilities.cpp',
3170 'svg/SVGParserUtilities.h',
3171 'svg/SVGParsingError.cpp',
3172 'svg/SVGParsingError.h',
3173 'svg/SVGPath.cpp',
3174 'svg/SVGPath.h',
3175 'svg/SVGPathBlender.cpp',
3176 'svg/SVGPathBlender.h',
3177 'svg/SVGPathBuilder.cpp',
3178 'svg/SVGPathBuilder.h',
3179 'svg/SVGPathByteStream.h',
3180 'svg/SVGPathByteStreamBuilder.cpp',
3181 'svg/SVGPathByteStreamBuilder.h',
3182 'svg/SVGPathByteStreamSource.cpp',
3183 'svg/SVGPathByteStreamSource.h',
3184 'svg/SVGPathConsumer.h',
3185 'svg/SVGPathData.h',
3186 'svg/SVGPathElement.cpp',
3187 'svg/SVGPathElement.h',
3188 'svg/SVGPathParser.cpp',
3189 'svg/SVGPathParser.h',
3190 'svg/SVGPathQuery.cpp',
3191 'svg/SVGPathQuery.h',
3192 'svg/SVGPathStringBuilder.cpp',
3193 'svg/SVGPathStringBuilder.h',
3194 'svg/SVGPathStringSource.cpp',
3195 'svg/SVGPathStringSource.h',
3196 'svg/SVGPathUtilities.cpp',
3197 'svg/SVGPathUtilities.h',
3198 'svg/SVGPatternElement.cpp',
3199 'svg/SVGPatternElement.h',
3200 'svg/SVGPoint.cpp',
3201 'svg/SVGPoint.h',
3202 'svg/SVGPointList.cpp',
3203 'svg/SVGPointList.h',
3204 'svg/SVGPointTearOff.cpp',
3205 'svg/SVGPointTearOff.h',
3206 'svg/SVGPolyElement.cpp',
3207 'svg/SVGPolyElement.h',
3208 'svg/SVGPolygonElement.cpp',
3209 'svg/SVGPolygonElement.h',
3210 'svg/SVGPolylineElement.cpp',
3211 'svg/SVGPolylineElement.h',
3212 'svg/SVGPreserveAspectRatio.cpp',
3213 'svg/SVGPreserveAspectRatioTearOff.cpp',
3214 'svg/SVGRadialGradientElement.cpp',
3215 'svg/SVGRadialGradientElement.h',
3216 'svg/SVGRect.cpp',
3217 'svg/SVGRect.h',
3218 'svg/SVGRectElement.cpp',
3219 'svg/SVGRectElement.h',
3220 'svg/SVGRectTearOff.cpp',
3221 'svg/SVGRectTearOff.h',
3222 'svg/SVGResourceClient.cpp',
3223 'svg/SVGResourceClient.h',
3224 'svg/SVGSVGElement.cpp',
3225 'svg/SVGSVGElement.h',
3226 'svg/SVGScriptElement.cpp',
3227 'svg/SVGScriptElement.h',
3228 'svg/SVGSetElement.cpp',
3229 'svg/SVGSetElement.h',
3230 'svg/SVGStaticStringList.cpp',
3231 'svg/SVGStaticStringList.h',
3232 'svg/SVGStopElement.cpp',
3233 'svg/SVGStopElement.h',
3234 'svg/SVGString.cpp',
3235 'svg/SVGString.h',
3236 'svg/SVGStringList.cpp',
3237 'svg/SVGStringList.h',
3238 'svg/SVGStringListTearOff.cpp',
3239 'svg/SVGStringListTearOff.h',
3240 'svg/SVGStyleElement.cpp',
3241 'svg/SVGStyleElement.h',
3242 'svg/SVGSwitchElement.cpp',
3243 'svg/SVGSwitchElement.h',
3244 'svg/SVGSymbolElement.cpp',
3245 'svg/SVGSymbolElement.h',
3246 'svg/SVGTSpanElement.cpp',
3247 'svg/SVGTSpanElement.h',
3248 'svg/SVGTests.cpp',
3249 'svg/SVGTests.h',
3250 'svg/SVGTextContentElement.cpp',
3251 'svg/SVGTextContentElement.h',
3252 'svg/SVGTextElement.cpp',
3253 'svg/SVGTextElement.h',
3254 'svg/SVGTextPathElement.cpp',
3255 'svg/SVGTextPathElement.h',
3256 'svg/SVGTextPositioningElement.cpp',
3257 'svg/SVGTextPositioningElement.h',
3258 'svg/SVGTitleElement.cpp',
3259 'svg/SVGTitleElement.h',
3260 'svg/SVGTransform.cpp',
3261 'svg/SVGTransformDistance.cpp',
3262 'svg/SVGTransformDistance.h',
3263 'svg/SVGTransformList.cpp',
3264 'svg/SVGTransformListTearOff.cpp',
3265 'svg/SVGTransformTearOff.cpp',
3266 'svg/SVGURIReference.cpp',
3267 'svg/SVGURIReference.h',
3268 'svg/SVGUnitTypes.cpp',
3269 'svg/SVGUnitTypes.h',
3270 'svg/SVGUnknownElement.cpp',
3271 'svg/SVGUnknownElement.h',
3272 'svg/SVGUseElement.cpp',
3273 'svg/SVGUseElement.h',
3274 'svg/SVGViewElement.cpp',
3275 'svg/SVGViewElement.h',
3276 'svg/SVGViewSpec.cpp',
3277 'svg/SVGViewSpec.h',
3278 'svg/SVGZoomAndPan.cpp',
3279 'svg/SVGZoomAndPan.h',
3280 'svg/animation/SMILTime.cpp',
3281 'svg/animation/SMILTimeContainer.cpp',
3282 'svg/animation/SMILTimeContainer.h',
3283 'svg/animation/SVGSMILElement.cpp',
3284 'svg/graphics/SVGImage.cpp',
3285 'svg/graphics/SVGImage.h',
3286 'svg/graphics/SVGImageChromeClient.cpp',
3287 'svg/graphics/SVGImageChromeClient.h',
3288 'svg/graphics/SVGImageForContainer.cpp',
3289 'svg/graphics/SVGImageForContainer.h',
3290 'svg/graphics/filters/SVGFEImage.cpp',
3291 'svg/graphics/filters/SVGFEImage.h',
3292 'svg/graphics/filters/SVGFilterBuilder.cpp',
3293 'svg/graphics/filters/SVGFilterBuilder.h',
3294 'svg/properties/SVGAnimatedProperty.cpp',
3295 'svg/properties/SVGPropertyTearOff.cpp',
3296 ],
2426 'core_dictionary_idl_files': [ 3297 'core_dictionary_idl_files': [
2427 'animation/AnimationEffectTimingProperties.idl', 3298 'animation/AnimationEffectTimingProperties.idl',
2428 'animation/ComputedTimingProperties.idl', 3299 'animation/ComputedTimingProperties.idl',
2429 'animation/KeyframeEffectOptions.idl', 3300 'animation/KeyframeEffectOptions.idl',
2430 'css/FontFaceDescriptors.idl', 3301 'css/FontFaceDescriptors.idl',
2431 'css/FontFaceSetLoadEventInit.idl', 3302 'css/FontFaceSetLoadEventInit.idl',
2432 'css/MediaQueryListEventInit.idl', 3303 'css/MediaQueryListEventInit.idl',
2433 'css/cssom/CSSCalcDictionary.idl', 3304 'css/cssom/CSSCalcDictionary.idl',
2434 'dom/DOMPointInit.idl', 3305 'dom/DOMPointInit.idl',
2435 'dom/ElementRegistrationOptions.idl', 3306 'dom/ElementRegistrationOptions.idl',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
2662 'testing/TypeConversions.h', 3533 'testing/TypeConversions.h',
2663 'testing/UnionTypesTest.cpp', 3534 'testing/UnionTypesTest.cpp',
2664 'testing/UnionTypesTest.h', 3535 'testing/UnionTypesTest.h',
2665 'testing/v8/WebCoreTestSupport.cpp', 3536 'testing/v8/WebCoreTestSupport.cpp',
2666 'testing/v8/WebCoreTestSupport.h', 3537 'testing/v8/WebCoreTestSupport.h',
2667 'testing/WorkerInternals.cpp', 3538 'testing/WorkerInternals.cpp',
2668 'testing/WorkerInternals.h', 3539 'testing/WorkerInternals.h',
2669 ], 3540 ],
2670 } 3541 }
2671 } 3542 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/core.gni ('k') | third_party/WebKit/Source/core/html/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698