| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 sky_core_output_dir = "$root_gen_dir/sky/core" | 5 sky_core_output_dir = "$root_gen_dir/sky/core" |
| 6 | 6 |
| 7 sky_core_files = [ | 7 sky_core_files = [ |
| 8 "Init.cpp", | 8 "Init.cpp", |
| 9 "Init.h", | 9 "Init.h", |
| 10 "animation/ActiveAnimations.cpp", | 10 "animation/ActiveAnimations.cpp", |
| (...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 678 "frame/FrameClient.h", | 678 "frame/FrameClient.h", |
| 679 "frame/FrameConsole.cpp", | 679 "frame/FrameConsole.cpp", |
| 680 "frame/FrameConsole.h", | 680 "frame/FrameConsole.h", |
| 681 "frame/FrameDestructionObserver.cpp", | 681 "frame/FrameDestructionObserver.cpp", |
| 682 "frame/FrameDestructionObserver.h", | 682 "frame/FrameDestructionObserver.h", |
| 683 "frame/FrameHost.cpp", | 683 "frame/FrameHost.cpp", |
| 684 "frame/FrameHost.h", | 684 "frame/FrameHost.h", |
| 685 "frame/FrameOwner.h", | 685 "frame/FrameOwner.h", |
| 686 "frame/FrameView.cpp", | 686 "frame/FrameView.cpp", |
| 687 "frame/FrameView.h", | 687 "frame/FrameView.h", |
| 688 "frame/ImageBitmap.cpp", | |
| 689 "frame/ImageBitmap.h", | |
| 690 "frame/LocalDOMWindow.cpp", | 688 "frame/LocalDOMWindow.cpp", |
| 691 "frame/LocalDOMWindow.h", | 689 "frame/LocalDOMWindow.h", |
| 692 "frame/LocalFrame.cpp", | 690 "frame/LocalFrame.cpp", |
| 693 "frame/LocalFrame.h", | 691 "frame/LocalFrame.h", |
| 694 "frame/Location.cpp", | 692 "frame/Location.cpp", |
| 695 "frame/Location.h", | 693 "frame/Location.h", |
| 696 "frame/NewEventHandler.cpp", | 694 "frame/NewEventHandler.cpp", |
| 697 "frame/NewEventHandler.h", | 695 "frame/NewEventHandler.h", |
| 698 "frame/Screen.cpp", | 696 "frame/Screen.cpp", |
| 699 "frame/Screen.h", | 697 "frame/Screen.h", |
| 700 "frame/Settings.cpp", | 698 "frame/Settings.cpp", |
| 701 "frame/Settings.h", | 699 "frame/Settings.h", |
| 702 "frame/SettingsDelegate.cpp", | 700 "frame/SettingsDelegate.cpp", |
| 703 "frame/SettingsDelegate.h", | 701 "frame/SettingsDelegate.h", |
| 704 "frame/SuspendableTimer.cpp", | 702 "frame/SuspendableTimer.cpp", |
| 705 "frame/SuspendableTimer.h", | 703 "frame/SuspendableTimer.h", |
| 706 "frame/Tracing.cpp", | 704 "frame/Tracing.cpp", |
| 707 "frame/Tracing.h", | 705 "frame/Tracing.h", |
| 708 "html/HTMLAnchorElement.cpp", | 706 "html/parser/HTMLParserIdioms.cpp", |
| 709 "html/HTMLAnchorElement.h", | 707 "html/parser/HTMLParserIdioms.h", |
| 710 "html/HTMLContentElement.cpp", | |
| 711 "html/HTMLContentElement.h", | |
| 712 "html/HTMLElement.cpp", | 708 "html/HTMLElement.cpp", |
| 713 "html/HTMLElement.h", | 709 "html/HTMLElement.h", |
| 714 "html/HTMLIFrameElement.cpp", | |
| 715 "html/HTMLIFrameElement.h", | |
| 716 "html/HTMLImageElement.cpp", | |
| 717 "html/HTMLImageElement.h", | |
| 718 "html/HTMLImageLoader.cpp", | |
| 719 "html/HTMLImageLoader.h", | |
| 720 "html/HTMLImportElement.cpp", | |
| 721 "html/HTMLImportElement.h", | |
| 722 "html/HTMLScriptElement.cpp", | |
| 723 "html/HTMLScriptElement.h", | |
| 724 "html/HTMLStyleElement.cpp", | |
| 725 "html/HTMLStyleElement.h", | |
| 726 "html/HTMLTElement.cpp", | |
| 727 "html/HTMLTElement.h", | |
| 728 "html/HTMLTemplateElement.cpp", | |
| 729 "html/HTMLTemplateElement.h", | |
| 730 "html/HTMLTitleElement.cpp", | |
| 731 "html/HTMLTitleElement.h", | |
| 732 "html/ImageData.cpp", | 710 "html/ImageData.cpp", |
| 733 "html/ImageData.h", | 711 "html/ImageData.h", |
| 734 "html/TextMetrics.h", | 712 "html/TextMetrics.h", |
| 735 "html/VoidCallback.h", | 713 "html/VoidCallback.h", |
| 736 "html/imports/HTMLImport.cpp", | |
| 737 "html/imports/HTMLImport.h", | |
| 738 "html/imports/HTMLImportChild.cpp", | |
| 739 "html/imports/HTMLImportChild.h", | |
| 740 "html/imports/HTMLImportChildClient.h", | |
| 741 "html/imports/HTMLImportLoader.cpp", | |
| 742 "html/imports/HTMLImportLoader.h", | |
| 743 "html/imports/HTMLImportState.h", | |
| 744 "html/imports/HTMLImportStateResolver.cpp", | |
| 745 "html/imports/HTMLImportStateResolver.h", | |
| 746 "html/imports/HTMLImportTreeRoot.cpp", | |
| 747 "html/imports/HTMLImportTreeRoot.h", | |
| 748 "html/imports/HTMLImportsController.cpp", | |
| 749 "html/imports/HTMLImportsController.h", | |
| 750 "html/parser/AtomicHTMLToken.h", | |
| 751 "html/parser/BackgroundHTMLParser.cpp", | |
| 752 "html/parser/BackgroundHTMLParser.h", | |
| 753 "html/parser/CompactHTMLToken.cpp", | |
| 754 "html/parser/CompactHTMLToken.h", | |
| 755 "html/parser/HTMLConstructionSite.cpp", | |
| 756 "html/parser/HTMLConstructionSite.h", | |
| 757 "html/parser/HTMLDocumentParser.cpp", | |
| 758 "html/parser/HTMLDocumentParser.h", | |
| 759 "html/parser/HTMLElementStack.cpp", | |
| 760 "html/parser/HTMLElementStack.h", | |
| 761 "html/parser/HTMLEntityParser.cpp", | |
| 762 "html/parser/HTMLEntityParser.h", | |
| 763 "html/parser/HTMLInputStream.h", | |
| 764 "html/parser/HTMLParserIdioms.cpp", | |
| 765 "html/parser/HTMLParserIdioms.h", | |
| 766 "html/parser/HTMLParserScheduler.cpp", | |
| 767 "html/parser/HTMLParserScheduler.h", | |
| 768 "html/parser/HTMLParserThread.cpp", | |
| 769 "html/parser/HTMLParserThread.h", | |
| 770 "html/parser/HTMLScriptRunner.cpp", | |
| 771 "html/parser/HTMLScriptRunner.h", | |
| 772 "html/parser/HTMLSrcsetParser.cpp", | |
| 773 "html/parser/HTMLSrcsetParser.h", | |
| 774 "html/parser/HTMLToken.h", | |
| 775 "html/parser/HTMLTokenizer.cpp", | |
| 776 "html/parser/HTMLTokenizer.h", | |
| 777 "html/parser/HTMLTreeBuilder.cpp", | |
| 778 "html/parser/HTMLTreeBuilder.h", | |
| 779 "html/parser/InputStreamPreprocessor.h", | |
| 780 "html/parser/MarkupTokenizerInlines.h", | |
| 781 "html/parser/NestingLevelIncrementer.h", | |
| 782 "html/parser/TextResourceDecoder.cpp", | |
| 783 "html/parser/TextResourceDecoder.h", | |
| 784 "inspector/ConsoleAPITypes.h", | 714 "inspector/ConsoleAPITypes.h", |
| 785 "inspector/ConsoleMessage.cpp", | 715 "inspector/ConsoleMessage.cpp", |
| 786 "inspector/ConsoleMessage.h", | 716 "inspector/ConsoleMessage.h", |
| 787 "inspector/IdentifiersFactory.cpp", | 717 "inspector/IdentifiersFactory.cpp", |
| 788 "inspector/IdentifiersFactory.h", | 718 "inspector/IdentifiersFactory.h", |
| 789 "inspector/InspectorCounters.cpp", | 719 "inspector/InspectorCounters.cpp", |
| 790 "inspector/InspectorCounters.h", | 720 "inspector/InspectorCounters.h", |
| 791 "inspector/InspectorNodeIds.cpp", | 721 "inspector/InspectorNodeIds.cpp", |
| 792 "inspector/InspectorNodeIds.h", | 722 "inspector/InspectorNodeIds.h", |
| 793 "inspector/ScriptAsyncCallStack.cpp", | 723 "inspector/ScriptAsyncCallStack.cpp", |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 "rendering/RenderBox.h", | 857 "rendering/RenderBox.h", |
| 928 "rendering/RenderBoxModelObject.cpp", | 858 "rendering/RenderBoxModelObject.cpp", |
| 929 "rendering/RenderBoxModelObject.h", | 859 "rendering/RenderBoxModelObject.h", |
| 930 "rendering/RenderCustomLayout.cpp", | 860 "rendering/RenderCustomLayout.cpp", |
| 931 "rendering/RenderCustomLayout.h", | 861 "rendering/RenderCustomLayout.h", |
| 932 "rendering/RenderFlexibleBox.cpp", | 862 "rendering/RenderFlexibleBox.cpp", |
| 933 "rendering/RenderFlexibleBox.h", | 863 "rendering/RenderFlexibleBox.h", |
| 934 "rendering/RenderGeometryMap.cpp", | 864 "rendering/RenderGeometryMap.cpp", |
| 935 "rendering/RenderGeometryMap.h", | 865 "rendering/RenderGeometryMap.h", |
| 936 "rendering/RenderGeometryMapStep.h", | 866 "rendering/RenderGeometryMapStep.h", |
| 937 "rendering/RenderIFrame.cpp", | |
| 938 "rendering/RenderIFrame.h", | |
| 939 "rendering/RenderImage.cpp", | 867 "rendering/RenderImage.cpp", |
| 940 "rendering/RenderImage.h", | 868 "rendering/RenderImage.h", |
| 941 "rendering/RenderImageResource.cpp", | 869 "rendering/RenderImageResource.cpp", |
| 942 "rendering/RenderImageResource.h", | 870 "rendering/RenderImageResource.h", |
| 943 "rendering/RenderImageResourceStyleImage.cpp", | 871 "rendering/RenderImageResourceStyleImage.cpp", |
| 944 "rendering/RenderImageResourceStyleImage.h", | 872 "rendering/RenderImageResourceStyleImage.h", |
| 945 "rendering/RenderInline.cpp", | 873 "rendering/RenderInline.cpp", |
| 946 "rendering/RenderInline.h", | 874 "rendering/RenderInline.h", |
| 947 "rendering/RenderLayer.cpp", | 875 "rendering/RenderLayer.cpp", |
| 948 "rendering/RenderLayer.h", | 876 "rendering/RenderLayer.h", |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1115 "events/FocusEvent.idl", | 1043 "events/FocusEvent.idl", |
| 1116 "events/GestureEvent.idl", | 1044 "events/GestureEvent.idl", |
| 1117 "events/HashChangeEvent.idl", | 1045 "events/HashChangeEvent.idl", |
| 1118 "events/KeyboardEvent.idl", | 1046 "events/KeyboardEvent.idl", |
| 1119 "events/PageTransitionEvent.idl", | 1047 "events/PageTransitionEvent.idl", |
| 1120 "events/PointerEvent.idl", | 1048 "events/PointerEvent.idl", |
| 1121 "events/TextEvent.idl", | 1049 "events/TextEvent.idl", |
| 1122 "events/TransitionEvent.idl", | 1050 "events/TransitionEvent.idl", |
| 1123 "events/UIEvent.idl", | 1051 "events/UIEvent.idl", |
| 1124 "events/WheelEvent.idl", | 1052 "events/WheelEvent.idl", |
| 1125 "frame/ImageBitmap.idl", | |
| 1126 "frame/Location.idl", | 1053 "frame/Location.idl", |
| 1127 "frame/Screen.idl", | 1054 "frame/Screen.idl", |
| 1128 "frame/Tracing.idl", | 1055 "frame/Tracing.idl", |
| 1129 "frame/Window.idl", | 1056 "frame/Window.idl", |
| 1130 "html/HTMLAnchorElement.idl", | |
| 1131 "html/HTMLContentElement.idl", | |
| 1132 "html/HTMLElement.idl", | 1057 "html/HTMLElement.idl", |
| 1133 "html/HTMLIFrameElement.idl", | |
| 1134 "html/HTMLImageElement.idl", | |
| 1135 "html/HTMLImportElement.idl", | |
| 1136 "html/HTMLScriptElement.idl", | |
| 1137 "html/HTMLStyleElement.idl", | |
| 1138 "html/HTMLTElement.idl", | |
| 1139 "html/HTMLTemplateElement.idl", | |
| 1140 "html/HTMLTitleElement.idl", | |
| 1141 "html/ImageData.idl", | 1058 "html/ImageData.idl", |
| 1142 "html/TextMetrics.idl", | 1059 "html/TextMetrics.idl", |
| 1143 "html/VoidCallback.idl", | 1060 "html/VoidCallback.idl", |
| 1144 "layout/LayoutCallback.idl", | 1061 "layout/LayoutCallback.idl", |
| 1145 "loader/ImageDecoder.idl", | 1062 "loader/ImageDecoder.idl", |
| 1146 "loader/ImageDecoderCallback.idl", | 1063 "loader/ImageDecoderCallback.idl", |
| 1147 "painting/Canvas.idl", | 1064 "painting/Canvas.idl", |
| 1148 "painting/ColorFilter.idl", | 1065 "painting/ColorFilter.idl", |
| 1149 "painting/Drawable.idl", | 1066 "painting/Drawable.idl", |
| 1150 "painting/DrawLooper.idl", | 1067 "painting/DrawLooper.idl", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1212 "events/HashChangeEvent.idl", | 1129 "events/HashChangeEvent.idl", |
| 1213 "events/KeyboardEvent.idl", | 1130 "events/KeyboardEvent.idl", |
| 1214 "events/PageTransitionEvent.idl", | 1131 "events/PageTransitionEvent.idl", |
| 1215 "events/PointerEvent.idl", | 1132 "events/PointerEvent.idl", |
| 1216 "events/TextEvent.idl", | 1133 "events/TextEvent.idl", |
| 1217 "events/TransitionEvent.idl", | 1134 "events/TransitionEvent.idl", |
| 1218 "events/UIEvent.idl", | 1135 "events/UIEvent.idl", |
| 1219 "events/WheelEvent.idl", | 1136 "events/WheelEvent.idl", |
| 1220 ], | 1137 ], |
| 1221 "abspath") | 1138 "abspath") |
| OLD | NEW |