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

Side by Side Diff: third_party/WebKit/WebCore/WebCore.scons

Issue 21165: Revert the merge. Mac build is mysteriously broken. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | « third_party/WebKit/WebCore/WebCore.pro ('k') | third_party/WebKit/WebCore/WebCore.base.exp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # The keys in sources are the paths to the directories 1 # The keys in sources are the paths to the directories
2 # the values are an array of source files in those directories to compile 2 # the values are an array of source files in those directories to compile
3 sources = {} 3 sources = {}
4 sources['css'] = [ 4 sources['css'] = [
5 'css/CSSBorderImageValue.cpp', 5 'css/CSSBorderImageValue.cpp',
6 'css/CSSCanvasValue.cpp', 6 'css/CSSCanvasValue.cpp',
7 'css/CSSCharsetRule.cpp', 7 'css/CSSCharsetRule.cpp',
8 'css/CSSComputedStyleDeclaration.cpp', 8 'css/CSSComputedStyleDeclaration.cpp',
9 'css/CSSCursorImageValue.cpp', 9 'css/CSSCursorImageValue.cpp',
10 'css/CSSFontFace.cpp', 10 'css/CSSFontFace.cpp',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'dom/DOMImplementation.cpp', 86 'dom/DOMImplementation.cpp',
87 'dom/DOMStringList.cpp', 87 'dom/DOMStringList.cpp',
88 'dom/DynamicNodeList.cpp', 88 'dom/DynamicNodeList.cpp',
89 'dom/EditingText.cpp', 89 'dom/EditingText.cpp',
90 'dom/Element.cpp', 90 'dom/Element.cpp',
91 'dom/Entity.cpp', 91 'dom/Entity.cpp',
92 'dom/EntityReference.cpp', 92 'dom/EntityReference.cpp',
93 'dom/Event.cpp', 93 'dom/Event.cpp',
94 'dom/EventNames.cpp', 94 'dom/EventNames.cpp',
95 'dom/EventTarget.cpp', 95 'dom/EventTarget.cpp',
96 'dom/EventTargetNode.cpp',
96 'dom/ExceptionBase.cpp', 97 'dom/ExceptionBase.cpp',
97 'dom/ExceptionCode.cpp', 98 'dom/ExceptionCode.cpp',
98 'dom/FormControlElementWithState.cpp', 99 'dom/FormControlElementWithState.cpp',
99 'dom/FormControlElement.cpp', 100 'dom/FormControlElement.cpp',
100 'dom/InputElement.cpp', 101 'dom/InputElement.cpp',
101 'dom/KeyboardEvent.cpp', 102 'dom/KeyboardEvent.cpp',
102 'dom/MappedAttribute.cpp', 103 'dom/MappedAttribute.cpp',
103 'dom/MessageChannel.cpp', 104 'dom/MessageChannel.cpp',
104 'dom/MessageEvent.cpp', 105 'dom/MessageEvent.cpp',
105 'dom/MessagePort.cpp', 106 'dom/MessagePort.cpp',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 "bindings/js/JSDOMWindowBase.cpp", 630 "bindings/js/JSDOMWindowBase.cpp",
630 "bindings/js/JSDOMWindowCustom.cpp", 631 "bindings/js/JSDOMWindowCustom.cpp",
631 "bindings/js/JSDOMWindowShell.cpp", 632 "bindings/js/JSDOMWindowShell.cpp",
632 "bindings/js/JSDatabaseCustom.cpp", 633 "bindings/js/JSDatabaseCustom.cpp",
633 "bindings/js/JSDocumentCustom.cpp", 634 "bindings/js/JSDocumentCustom.cpp",
634 "bindings/js/JSDocumentFragmentCustom.cpp", 635 "bindings/js/JSDocumentFragmentCustom.cpp",
635 "bindings/js/JSElementCustom.cpp", 636 "bindings/js/JSElementCustom.cpp",
636 "bindings/js/JSEventCustom.cpp", 637 "bindings/js/JSEventCustom.cpp",
637 "bindings/js/JSEventListener.cpp", 638 "bindings/js/JSEventListener.cpp",
638 "bindings/js/JSEventTarget.cpp", 639 "bindings/js/JSEventTarget.cpp",
640 "bindings/js/JSEventTargetNodeCustom.cpp",
639 "bindings/js/JSGeolocationCustom.cpp", 641 "bindings/js/JSGeolocationCustom.cpp",
640 "bindings/js/JSHTMLAllCollection.cpp", 642 "bindings/js/JSHTMLAllCollection.cpp",
641 "bindings/js/JSHTMLAppletElementCustom.cpp", 643 "bindings/js/JSHTMLAppletElementCustom.cpp",
642 "bindings/js/JSHTMLCollectionCustom.cpp", 644 "bindings/js/JSHTMLCollectionCustom.cpp",
643 "bindings/js/JSHTMLDocumentCustom.cpp", 645 "bindings/js/JSHTMLDocumentCustom.cpp",
644 "bindings/js/JSHTMLElementCustom.cpp", 646 "bindings/js/JSHTMLElementCustom.cpp",
645 "bindings/js/JSHTMLEmbedElementCustom.cpp", 647 "bindings/js/JSHTMLEmbedElementCustom.cpp",
646 "bindings/js/JSHTMLFormElementCustom.cpp", 648 "bindings/js/JSHTMLFormElementCustom.cpp",
647 "bindings/js/JSHTMLFrameElementCustom.cpp", 649 "bindings/js/JSHTMLFrameElementCustom.cpp",
648 "bindings/js/JSHTMLFrameSetElementCustom.cpp", 650 "bindings/js/JSHTMLFrameSetElementCustom.cpp",
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 976
975 if building_on_win32: 977 if building_on_win32:
976 env.Append(CPPPATH = ['os-win32', WebKitLibraries('include')]) 978 env.Append(CPPPATH = ['os-win32', WebKitLibraries('include')])
977 env.Prepend(LIBPATH = [WebKitLibraries('lib')]) 979 env.Prepend(LIBPATH = [WebKitLibraries('lib')])
978 env.Append(LIBS = ['icuin', 'icuuc', 'user32', 'winmm']) 980 env.Append(LIBS = ['icuin', 'icuuc', 'user32', 'winmm'])
979 981
980 # Include headers for all of the directories from which we are compiling source files 982 # Include headers for all of the directories from which we are compiling source files
981 env.Append(CPPPATH = sources.keys()) 983 env.Append(CPPPATH = sources.keys())
982 984
983 env.SharedLibrary("WebCore", sources.values()) 985 env.SharedLibrary("WebCore", sources.values())
OLDNEW
« no previous file with comments | « third_party/WebKit/WebCore/WebCore.pro ('k') | third_party/WebKit/WebCore/WebCore.base.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698