OLD | NEW |
1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2006-2008 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 Import('env') | 5 Import('env') |
6 | 6 |
7 env = env.Clone() | 7 env = env.Clone() |
8 | 8 |
9 if env.Bit('windows'): | 9 if env.Bit('windows'): |
10 env.Append( | 10 env.Append( |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 '$WEBCORE_DIR/dom/CharacterData.cpp', | 112 '$WEBCORE_DIR/dom/CharacterData.cpp', |
113 '$WEBCORE_DIR/dom/ChildNodeList.cpp', | 113 '$WEBCORE_DIR/dom/ChildNodeList.cpp', |
114 '$WEBCORE_DIR/dom/ClassNames.cpp', | 114 '$WEBCORE_DIR/dom/ClassNames.cpp', |
115 '$WEBCORE_DIR/dom/ClassNodeList.cpp', | 115 '$WEBCORE_DIR/dom/ClassNodeList.cpp', |
116 '$WEBCORE_DIR/dom/ClientRect.cpp', | 116 '$WEBCORE_DIR/dom/ClientRect.cpp', |
117 '$WEBCORE_DIR/dom/ClientRectList.cpp', | 117 '$WEBCORE_DIR/dom/ClientRectList.cpp', |
118 '$WEBCORE_DIR/dom/Clipboard.cpp', | 118 '$WEBCORE_DIR/dom/Clipboard.cpp', |
119 '$WEBCORE_DIR/dom/ClipboardEvent.cpp', | 119 '$WEBCORE_DIR/dom/ClipboardEvent.cpp', |
120 '$WEBCORE_DIR/dom/Comment.cpp', | 120 '$WEBCORE_DIR/dom/Comment.cpp', |
121 '$WEBCORE_DIR/dom/ContainerNode.cpp', | 121 '$WEBCORE_DIR/dom/ContainerNode.cpp', |
122 '$WEBCORE_DIR/dom/CrossThreadCopier.cpp', | |
123 '$WEBCORE_DIR/dom/CSSMappedAttributeDeclaration.cpp', | 122 '$WEBCORE_DIR/dom/CSSMappedAttributeDeclaration.cpp', |
124 '$WEBCORE_DIR/dom/Document.cpp', | 123 '$WEBCORE_DIR/dom/Document.cpp', |
125 '$WEBCORE_DIR/dom/DocumentFragment.cpp', | 124 '$WEBCORE_DIR/dom/DocumentFragment.cpp', |
126 '$WEBCORE_DIR/dom/DocumentType.cpp', | 125 '$WEBCORE_DIR/dom/DocumentType.cpp', |
127 '$WEBCORE_DIR/dom/DOMImplementation.cpp', | 126 '$WEBCORE_DIR/dom/DOMImplementation.cpp', |
128 '$WEBCORE_DIR/dom/DOMStringList.cpp', | 127 '$WEBCORE_DIR/dom/DOMStringList.cpp', |
129 '$WEBCORE_DIR/dom/DynamicNodeList.cpp', | 128 '$WEBCORE_DIR/dom/DynamicNodeList.cpp', |
130 '$WEBCORE_DIR/dom/EditingText.cpp', | 129 '$WEBCORE_DIR/dom/EditingText.cpp', |
131 '$WEBCORE_DIR/dom/Element.cpp', | 130 '$WEBCORE_DIR/dom/Element.cpp', |
132 '$WEBCORE_DIR/dom/Entity.cpp', | 131 '$WEBCORE_DIR/dom/Entity.cpp', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 '$WEBCORE_DIR/dom/TagNodeList.cpp', | 173 '$WEBCORE_DIR/dom/TagNodeList.cpp', |
175 '$WEBCORE_DIR/dom/Text.cpp', | 174 '$WEBCORE_DIR/dom/Text.cpp', |
176 '$WEBCORE_DIR/dom/TextEvent.cpp', | 175 '$WEBCORE_DIR/dom/TextEvent.cpp', |
177 '$WEBCORE_DIR/dom/Traversal.cpp', | 176 '$WEBCORE_DIR/dom/Traversal.cpp', |
178 '$WEBCORE_DIR/dom/TreeWalker.cpp', | 177 '$WEBCORE_DIR/dom/TreeWalker.cpp', |
179 '$WEBCORE_DIR/dom/UIEvent.cpp', | 178 '$WEBCORE_DIR/dom/UIEvent.cpp', |
180 '$WEBCORE_DIR/dom/UIEventWithKeyState.cpp', | 179 '$WEBCORE_DIR/dom/UIEventWithKeyState.cpp', |
181 '$WEBCORE_DIR/dom/WebKitAnimationEvent.cpp', | 180 '$WEBCORE_DIR/dom/WebKitAnimationEvent.cpp', |
182 '$WEBCORE_DIR/dom/WebKitTransitionEvent.cpp', | 181 '$WEBCORE_DIR/dom/WebKitTransitionEvent.cpp', |
183 '$WEBCORE_DIR/dom/WheelEvent.cpp', | 182 '$WEBCORE_DIR/dom/WheelEvent.cpp', |
184 '$WEBCORE_DIR/dom/Worker.cpp', | |
185 '$WEBCORE_DIR/dom/WorkerContext.cpp', | |
186 '$WEBCORE_DIR/dom/WorkerLocation.cpp', | |
187 '$WEBCORE_DIR/dom/WorkerMessagingProxy.cpp', | |
188 '$WEBCORE_DIR/dom/WorkerRunLoop.cpp', | |
189 '$WEBCORE_DIR/dom/WorkerThread.cpp', | |
190 '$WEBCORE_DIR/dom/XMLTokenizer.cpp', | 183 '$WEBCORE_DIR/dom/XMLTokenizer.cpp', |
191 '$WEBCORE_DIR/dom/XMLTokenizerLibxml2.cpp', | 184 '$WEBCORE_DIR/dom/XMLTokenizerLibxml2.cpp', |
192 | 185 |
193 '$WEBCORE_DIR/editing/chromium/EditorChromium.cpp', | 186 '$WEBCORE_DIR/editing/chromium/EditorChromium.cpp', |
194 | 187 |
195 '$WEBCORE_DIR/editing/AppendNodeCommand.cpp', | 188 '$WEBCORE_DIR/editing/AppendNodeCommand.cpp', |
196 '$WEBCORE_DIR/editing/ApplyStyleCommand.cpp', | 189 '$WEBCORE_DIR/editing/ApplyStyleCommand.cpp', |
197 '$WEBCORE_DIR/editing/BreakBlockquoteCommand.cpp', | 190 '$WEBCORE_DIR/editing/BreakBlockquoteCommand.cpp', |
198 '$WEBCORE_DIR/editing/CompositeEditCommand.cpp', | 191 '$WEBCORE_DIR/editing/CompositeEditCommand.cpp', |
199 '$WEBCORE_DIR/editing/CreateLinkCommand.cpp', | 192 '$WEBCORE_DIR/editing/CreateLinkCommand.cpp', |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 | 420 |
428 '$WEBCORE_DIR/page/chromium/AccessibilityObjectChromium.cpp', | 421 '$WEBCORE_DIR/page/chromium/AccessibilityObjectChromium.cpp', |
429 '$WEBCORE_DIR/page/chromium/AXObjectCacheChromium.cpp', | 422 '$WEBCORE_DIR/page/chromium/AXObjectCacheChromium.cpp', |
430 '$WEBCORE_DIR/page/chromium/DragControllerChromium.cpp', | 423 '$WEBCORE_DIR/page/chromium/DragControllerChromium.cpp', |
431 '$WEBCORE_DIR/page/chromium/EventHandlerChromium.cpp', | 424 '$WEBCORE_DIR/page/chromium/EventHandlerChromium.cpp', |
432 '$WEBCORE_DIR/page/chromium/FrameChromium.cpp', | 425 '$WEBCORE_DIR/page/chromium/FrameChromium.cpp', |
433 | 426 |
434 '$WEBCORE_DIR/platform/Arena.cpp', | 427 '$WEBCORE_DIR/platform/Arena.cpp', |
435 '$WEBCORE_DIR/platform/ContentType.cpp', | 428 '$WEBCORE_DIR/platform/ContentType.cpp', |
436 '$WEBCORE_DIR/platform/ContextMenu.cpp', | 429 '$WEBCORE_DIR/platform/ContextMenu.cpp', |
| 430 '$WEBCORE_DIR/platform/CrossThreadCopier.cpp', |
437 '$WEBCORE_DIR/platform/DeprecatedPtrListImpl.cpp', | 431 '$WEBCORE_DIR/platform/DeprecatedPtrListImpl.cpp', |
438 '$WEBCORE_DIR/platform/DragData.cpp', | 432 '$WEBCORE_DIR/platform/DragData.cpp', |
439 '$WEBCORE_DIR/platform/DragImage.cpp', | 433 '$WEBCORE_DIR/platform/DragImage.cpp', |
440 '$WEBCORE_DIR/platform/FileChooser.cpp', | 434 '$WEBCORE_DIR/platform/FileChooser.cpp', |
441 '$WEBCORE_DIR/platform/GeolocationService.cpp', | 435 '$WEBCORE_DIR/platform/GeolocationService.cpp', |
442 '$WEBCORE_DIR/platform/KURLGoogle.cpp', | 436 '$WEBCORE_DIR/platform/KURLGoogle.cpp', |
443 '$WEBCORE_DIR/platform/Length.cpp', | 437 '$WEBCORE_DIR/platform/Length.cpp', |
444 '$WEBCORE_DIR/platform/LinkHash.cpp', | 438 '$WEBCORE_DIR/platform/LinkHash.cpp', |
445 '$WEBCORE_DIR/platform/Logging.cpp', | 439 '$WEBCORE_DIR/platform/Logging.cpp', |
446 '$WEBCORE_DIR/platform/Scrollbar.cpp', | 440 '$WEBCORE_DIR/platform/Scrollbar.cpp', |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
689 '$WEBCORE_DIR/rendering/RenderWidget.cpp', | 683 '$WEBCORE_DIR/rendering/RenderWidget.cpp', |
690 '$WEBCORE_DIR/rendering/RenderWordBreak.cpp', | 684 '$WEBCORE_DIR/rendering/RenderWordBreak.cpp', |
691 '$WEBCORE_DIR/rendering/RootInlineBox.cpp', | 685 '$WEBCORE_DIR/rendering/RootInlineBox.cpp', |
692 '$WEBCORE_DIR/rendering/SVGCharacterLayoutInfo.cpp', | 686 '$WEBCORE_DIR/rendering/SVGCharacterLayoutInfo.cpp', |
693 '$WEBCORE_DIR/rendering/SVGInlineFlowBox.cpp', | 687 '$WEBCORE_DIR/rendering/SVGInlineFlowBox.cpp', |
694 '$WEBCORE_DIR/rendering/SVGInlineTextBox.cpp', | 688 '$WEBCORE_DIR/rendering/SVGInlineTextBox.cpp', |
695 '$WEBCORE_DIR/rendering/SVGRenderSupport.cpp', | 689 '$WEBCORE_DIR/rendering/SVGRenderSupport.cpp', |
696 '$WEBCORE_DIR/rendering/SVGRenderTreeAsText.cpp', | 690 '$WEBCORE_DIR/rendering/SVGRenderTreeAsText.cpp', |
697 '$WEBCORE_DIR/rendering/SVGRootInlineBox.cpp', | 691 '$WEBCORE_DIR/rendering/SVGRootInlineBox.cpp', |
698 '$WEBCORE_DIR/rendering/TextControlInnerElements.cpp', | 692 '$WEBCORE_DIR/rendering/TextControlInnerElements.cpp', |
| 693 '$WEBCORE_DIR/rendering/TransformState.cpp', |
699 | 694 |
700 '$WEBCORE_DIR/rendering/style/BindingURI.cpp', | 695 '$WEBCORE_DIR/rendering/style/BindingURI.cpp', |
701 '$WEBCORE_DIR/rendering/style/ContentData.cpp', | 696 '$WEBCORE_DIR/rendering/style/ContentData.cpp', |
702 '$WEBCORE_DIR/rendering/style/CounterDirectives.cpp', | 697 '$WEBCORE_DIR/rendering/style/CounterDirectives.cpp', |
703 '$WEBCORE_DIR/rendering/style/FillLayer.cpp', | 698 '$WEBCORE_DIR/rendering/style/FillLayer.cpp', |
704 '$WEBCORE_DIR/rendering/style/KeyframeList.cpp', | 699 '$WEBCORE_DIR/rendering/style/KeyframeList.cpp', |
705 '$WEBCORE_DIR/rendering/style/NinePieceImage.cpp', | 700 '$WEBCORE_DIR/rendering/style/NinePieceImage.cpp', |
706 '$WEBCORE_DIR/rendering/style/RenderStyle.cpp', | 701 '$WEBCORE_DIR/rendering/style/RenderStyle.cpp', |
707 '$WEBCORE_DIR/rendering/style/ShadowData.cpp', | 702 '$WEBCORE_DIR/rendering/style/ShadowData.cpp', |
708 '$WEBCORE_DIR/rendering/style/StyleBackgroundData.cpp', | 703 '$WEBCORE_DIR/rendering/style/StyleBackgroundData.cpp', |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
881 '$WEBCORE_DIR/svg/graphics/SVGPaintServerSolid.cpp', | 876 '$WEBCORE_DIR/svg/graphics/SVGPaintServerSolid.cpp', |
882 '$WEBCORE_DIR/svg/graphics/SVGResource.cpp', | 877 '$WEBCORE_DIR/svg/graphics/SVGResource.cpp', |
883 '$WEBCORE_DIR/svg/graphics/SVGResourceClipper.cpp', | 878 '$WEBCORE_DIR/svg/graphics/SVGResourceClipper.cpp', |
884 '$WEBCORE_DIR/svg/graphics/SVGResourceFilter.cpp', | 879 '$WEBCORE_DIR/svg/graphics/SVGResourceFilter.cpp', |
885 '$WEBCORE_DIR/svg/graphics/SVGResourceMarker.cpp', | 880 '$WEBCORE_DIR/svg/graphics/SVGResourceMarker.cpp', |
886 '$WEBCORE_DIR/svg/graphics/SVGResourceMasker.cpp', | 881 '$WEBCORE_DIR/svg/graphics/SVGResourceMasker.cpp', |
887 | 882 |
888 '$WEBCORE_DIR/svg/graphics/skia/SVGResourceFilterSkia.cpp', | 883 '$WEBCORE_DIR/svg/graphics/skia/SVGResourceFilterSkia.cpp', |
889 '$WEBCORE_DIR/svg/graphics/skia/SVGResourceMaskerSkia.cpp', | 884 '$WEBCORE_DIR/svg/graphics/skia/SVGResourceMaskerSkia.cpp', |
890 | 885 |
| 886 '$WEBCORE_DIR/workers/Worker.cpp', |
| 887 '$WEBCORE_DIR/workers/WorkerContext.cpp', |
| 888 '$WEBCORE_DIR/workers/WorkerLocation.cpp', |
| 889 '$WEBCORE_DIR/workers/WorkerMessagingProxy.cpp', |
| 890 '$WEBCORE_DIR/workers/WorkerRunLoop.cpp', |
| 891 '$WEBCORE_DIR/workers/WorkerThread.cpp', |
| 892 |
891 '$WEBCORE_DIR/xml/DOMParser.cpp', | 893 '$WEBCORE_DIR/xml/DOMParser.cpp', |
892 '$WEBCORE_DIR/xml/NativeXPathNSResolver.cpp', | 894 '$WEBCORE_DIR/xml/NativeXPathNSResolver.cpp', |
893 '$WEBCORE_DIR/xml/XMLHttpRequest.cpp', | 895 '$WEBCORE_DIR/xml/XMLHttpRequest.cpp', |
894 '$WEBCORE_DIR/xml/XMLHttpRequestUpload.cpp', | 896 '$WEBCORE_DIR/xml/XMLHttpRequestUpload.cpp', |
895 '$WEBCORE_DIR/xml/XMLSerializer.cpp', | 897 '$WEBCORE_DIR/xml/XMLSerializer.cpp', |
896 '$WEBCORE_DIR/xml/XPathEvaluator.cpp', | 898 '$WEBCORE_DIR/xml/XPathEvaluator.cpp', |
897 '$WEBCORE_DIR/xml/XPathExpression.cpp', | 899 '$WEBCORE_DIR/xml/XPathExpression.cpp', |
898 '$WEBCORE_DIR/xml/XPathExpressionNode.cpp', | 900 '$WEBCORE_DIR/xml/XPathExpressionNode.cpp', |
899 '$WEBCORE_DIR/xml/XPathFunctions.cpp', | 901 '$WEBCORE_DIR/xml/XPathFunctions.cpp', |
900 '$WEBCORE_DIR/xml/XPathNamespace.cpp', | 902 '$WEBCORE_DIR/xml/XPathNamespace.cpp', |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 | 1001 |
1000 env.ChromeMSVSProject('$WEBKIT_DIR/build/WebCore/WebCore.vcproj', | 1002 env.ChromeMSVSProject('$WEBKIT_DIR/build/WebCore/WebCore.vcproj', |
1001 dependencies = [ | 1003 dependencies = [ |
1002 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj', | 1004 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj', |
1003 '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj', | 1005 '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj', |
1004 '$LIBXML_DIR/build/libxml_config.vcproj', | 1006 '$LIBXML_DIR/build/libxml_config.vcproj', |
1005 '$LIBXSLT_DIR/build/libxslt_config.vcproj', | 1007 '$LIBXSLT_DIR/build/libxslt_config.vcproj', |
1006 '$SQLITE_DIR/sqlite.vcproj', | 1008 '$SQLITE_DIR/sqlite.vcproj', |
1007 ], | 1009 ], |
1008 guid='{1C16337B-ACF3-4D03-AA90-851C5B5EADA6}') | 1010 guid='{1C16337B-ACF3-4D03-AA90-851C5B5EADA6}') |
OLD | NEW |