Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'feature_defines': [ | 7 'feature_defines': [ |
| 8 'ENABLE_DATABASE=1', | 8 'ENABLE_DATABASE=1', |
| 9 'ENABLE_DASHBOARD_SUPPORT=0', | 9 'ENABLE_DASHBOARD_SUPPORT=0', |
| 10 'ENABLE_JAVASCRIPT_DEBUGGER=0', | 10 'ENABLE_JAVASCRIPT_DEBUGGER=0', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 55 '../third_party/WebKit/WebCore/platform/network/chromium', | 55 '../third_party/WebKit/WebCore/platform/network/chromium', |
| 56 '../third_party/WebKit/WebCore/platform/sql', | 56 '../third_party/WebKit/WebCore/platform/sql', |
| 57 '../third_party/WebKit/WebCore/platform/text', | 57 '../third_party/WebKit/WebCore/platform/text', |
| 58 '../third_party/WebKit/WebCore/plugins', | 58 '../third_party/WebKit/WebCore/plugins', |
| 59 '../third_party/WebKit/WebCore/rendering', | 59 '../third_party/WebKit/WebCore/rendering', |
| 60 '../third_party/WebKit/WebCore/rendering/style', | 60 '../third_party/WebKit/WebCore/rendering/style', |
| 61 '../third_party/WebKit/WebCore/storage', | 61 '../third_party/WebKit/WebCore/storage', |
| 62 '../third_party/WebKit/WebCore/svg', | 62 '../third_party/WebKit/WebCore/svg', |
| 63 '../third_party/WebKit/WebCore/svg/animation', | 63 '../third_party/WebKit/WebCore/svg/animation', |
| 64 '../third_party/WebKit/WebCore/svg/graphics', | 64 '../third_party/WebKit/WebCore/svg/graphics', |
| 65 '../third_party/WebKit/WebCore/workers', | |
| 65 '../third_party/WebKit/WebCore/xml', | 66 '../third_party/WebKit/WebCore/xml', |
| 66 ], | 67 ], |
| 67 'conditions': [ | 68 'conditions': [ |
| 68 ['OS=="linux"', { | 69 ['OS=="linux"', { |
| 69 'non_feature_defines': [ | 70 'non_feature_defines': [ |
| 70 # Mozilla on Linux effectively uses uname -sm, but when running | 71 # Mozilla on Linux effectively uses uname -sm, but when running |
| 71 # 32-bit x86 code on an x86_64 processor, it uses | 72 # 32-bit x86 code on an x86_64 processor, it uses |
| 72 # "Linux i686 (x86_64)". Matching that would require making a | 73 # "Linux i686 (x86_64)". Matching that would require making a |
| 73 # run-time determination. | 74 # run-time determination. |
| 74 'WEBCORE_NAVIGATOR_PLATFORM="Linux i686"', | 75 'WEBCORE_NAVIGATOR_PLATFORM="Linux i686"', |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 669 '../third_party/WebKit/WebCore/dom/ProgressEvent.idl', | 670 '../third_party/WebKit/WebCore/dom/ProgressEvent.idl', |
| 670 '../third_party/WebKit/WebCore/dom/Range.idl', | 671 '../third_party/WebKit/WebCore/dom/Range.idl', |
| 671 '../third_party/WebKit/WebCore/dom/RangeException.idl', | 672 '../third_party/WebKit/WebCore/dom/RangeException.idl', |
| 672 '../third_party/WebKit/WebCore/dom/Text.idl', | 673 '../third_party/WebKit/WebCore/dom/Text.idl', |
| 673 '../third_party/WebKit/WebCore/dom/TextEvent.idl', | 674 '../third_party/WebKit/WebCore/dom/TextEvent.idl', |
| 674 '../third_party/WebKit/WebCore/dom/TreeWalker.idl', | 675 '../third_party/WebKit/WebCore/dom/TreeWalker.idl', |
| 675 '../third_party/WebKit/WebCore/dom/UIEvent.idl', | 676 '../third_party/WebKit/WebCore/dom/UIEvent.idl', |
| 676 '../third_party/WebKit/WebCore/dom/WebKitAnimationEvent.idl', | 677 '../third_party/WebKit/WebCore/dom/WebKitAnimationEvent.idl', |
| 677 '../third_party/WebKit/WebCore/dom/WebKitTransitionEvent.idl', | 678 '../third_party/WebKit/WebCore/dom/WebKitTransitionEvent.idl', |
| 678 '../third_party/WebKit/WebCore/dom/WheelEvent.idl', | 679 '../third_party/WebKit/WebCore/dom/WheelEvent.idl', |
| 679 '../third_party/WebKit/WebCore/dom/Worker.idl', | |
|
tony
2009/02/26 07:11:55
These idl files should have moved into the WebCore
| |
| 680 '../third_party/WebKit/WebCore/dom/WorkerContext.idl', | |
| 681 '../third_party/WebKit/WebCore/dom/WorkerLocation.idl', | |
| 682 '../third_party/WebKit/WebCore/html/CanvasGradient.idl', | 680 '../third_party/WebKit/WebCore/html/CanvasGradient.idl', |
| 683 '../third_party/WebKit/WebCore/html/CanvasPattern.idl', | 681 '../third_party/WebKit/WebCore/html/CanvasPattern.idl', |
| 684 '../third_party/WebKit/WebCore/html/CanvasPixelArray.idl', | 682 '../third_party/WebKit/WebCore/html/CanvasPixelArray.idl', |
| 685 '../third_party/WebKit/WebCore/html/CanvasRenderingContext2D.idl', | 683 '../third_party/WebKit/WebCore/html/CanvasRenderingContext2D.idl', |
| 686 '../third_party/WebKit/WebCore/html/File.idl', | 684 '../third_party/WebKit/WebCore/html/File.idl', |
| 687 '../third_party/WebKit/WebCore/html/FileList.idl', | 685 '../third_party/WebKit/WebCore/html/FileList.idl', |
| 688 '../third_party/WebKit/WebCore/html/HTMLAnchorElement.idl', | 686 '../third_party/WebKit/WebCore/html/HTMLAnchorElement.idl', |
| 689 '../third_party/WebKit/WebCore/html/HTMLAppletElement.idl', | 687 '../third_party/WebKit/WebCore/html/HTMLAppletElement.idl', |
| 690 '../third_party/WebKit/WebCore/html/HTMLAreaElement.idl', | 688 '../third_party/WebKit/WebCore/html/HTMLAreaElement.idl', |
| 691 '../third_party/WebKit/WebCore/html/HTMLAudioElement.idl', | 689 '../third_party/WebKit/WebCore/html/HTMLAudioElement.idl', |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 951 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLStatementCa llback.cpp', | 949 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLStatementCa llback.cpp', |
| 952 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLStatementCa llback.h', | 950 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLStatementCa llback.h', |
| 953 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLStatementEr rorCallback.cpp', | 951 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLStatementEr rorCallback.cpp', |
| 954 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLStatementEr rorCallback.h', | 952 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLStatementEr rorCallback.h', |
| 955 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLTransaction Callback.cpp', | 953 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLTransaction Callback.cpp', |
| 956 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLTransaction Callback.h', | 954 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLTransaction Callback.h', |
| 957 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLTransaction ErrorCallback.cpp', | 955 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLTransaction ErrorCallback.cpp', |
| 958 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLTransaction ErrorCallback.h', | 956 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLTransaction ErrorCallback.h', |
| 959 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomVoidCallback.c pp', | 957 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomVoidCallback.c pp', |
| 960 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomVoidCallback.h ', | 958 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomVoidCallback.h ', |
| 959 '../third_party/WebKit/WebCore/bindings/v8/custom/V8DOMParserConstructor .cpp', | |
| 961 '../third_party/WebKit/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp' , | 960 '../third_party/WebKit/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp' , |
| 962 '../third_party/WebKit/WebCore/bindings/v8/custom/V8DatabaseCustom.cpp', | 961 '../third_party/WebKit/WebCore/bindings/v8/custom/V8DatabaseCustom.cpp', |
| 963 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLCollectionCustom .cpp', | 962 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLCollectionCustom .cpp', |
| 964 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLFormElementCusto m.cpp', | 963 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLFormElementCusto m.cpp', |
| 965 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLInputElementCust om.cpp', | 964 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLInputElementCust om.cpp', |
| 966 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLOptionsCollectio nCustom.cpp', | 965 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLOptionsCollectio nCustom.cpp', |
| 967 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLPlugInElementCus tom.cpp', | 966 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLPlugInElementCus tom.cpp', |
| 968 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLSelectElementCus tom.cpp', | 967 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLSelectElementCus tom.cpp', |
| 969 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLSelectElementCus tom.h', | 968 '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLSelectElementCus tom.h', |
| 969 '../third_party/WebKit/WebCore/bindings/v8/custom/V8MessageChannelConstr uctor.cpp', | |
| 970 '../third_party/WebKit/WebCore/bindings/v8/custom/V8NamedNodesCollection .cpp', | 970 '../third_party/WebKit/WebCore/bindings/v8/custom/V8NamedNodesCollection .cpp', |
| 971 '../third_party/WebKit/WebCore/bindings/v8/custom/V8NamedNodesCollection .h', | 971 '../third_party/WebKit/WebCore/bindings/v8/custom/V8NamedNodesCollection .h', |
| 972 '../third_party/WebKit/WebCore/bindings/v8/custom/V8SQLResultSetRowListC ustom.cpp', | 972 '../third_party/WebKit/WebCore/bindings/v8/custom/V8SQLResultSetRowListC ustom.cpp', |
| 973 '../third_party/WebKit/WebCore/bindings/v8/custom/V8SQLTransactionCustom .cpp', | 973 '../third_party/WebKit/WebCore/bindings/v8/custom/V8SQLTransactionCustom .cpp', |
| 974 '../third_party/WebKit/WebCore/bindings/v8/custom/V8SVGElementInstanceCu stom.cpp', | 974 '../third_party/WebKit/WebCore/bindings/v8/custom/V8SVGElementInstanceCu stom.cpp', |
| 975 '../third_party/WebKit/WebCore/bindings/v8/custom/V8SVGLengthCustom.cpp' , | 975 '../third_party/WebKit/WebCore/bindings/v8/custom/V8SVGLengthCustom.cpp' , |
| 976 '../third_party/WebKit/WebCore/bindings/v8/custom/V8SVGMatrixCustom.cpp' , | 976 '../third_party/WebKit/WebCore/bindings/v8/custom/V8SVGMatrixCustom.cpp' , |
| 977 '../third_party/WebKit/WebCore/bindings/v8/custom/V8WebKitCSSMatrixConst ructor.cpp', | |
| 978 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XMLSerializerConstru ctor.cpp', | |
| 979 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XPathEvaluatorConstr uctor.cpp', | |
| 980 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XSLTProcessorCustom. cpp', | |
| 977 '../third_party/WebKit/WebCore/bindings/v8/ScriptCachedFrameData.h', | 981 '../third_party/WebKit/WebCore/bindings/v8/ScriptCachedFrameData.h', |
| 978 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallFrame.cpp', | 982 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallFrame.cpp', |
| 979 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallFrame.h', | 983 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallFrame.h', |
| 980 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallStack.cpp', | 984 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallStack.cpp', |
| 981 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallStack.h', | 985 '../third_party/WebKit/WebCore/bindings/v8/ScriptCallStack.h', |
| 982 '../third_party/WebKit/WebCore/bindings/v8/ScriptInstance.cpp', | 986 '../third_party/WebKit/WebCore/bindings/v8/ScriptInstance.cpp', |
| 983 '../third_party/WebKit/WebCore/bindings/v8/ScriptInstance.h', | 987 '../third_party/WebKit/WebCore/bindings/v8/ScriptInstance.h', |
| 984 '../third_party/WebKit/WebCore/bindings/v8/ScriptSourceCode.h', | 988 '../third_party/WebKit/WebCore/bindings/v8/ScriptSourceCode.h', |
| 985 '../third_party/WebKit/WebCore/bindings/v8/ScriptState.h', | 989 '../third_party/WebKit/WebCore/bindings/v8/ScriptState.h', |
| 986 '../third_party/WebKit/WebCore/bindings/v8/ScriptString.h', | 990 '../third_party/WebKit/WebCore/bindings/v8/ScriptString.h', |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1215 '../third_party/WebKit/WebCore/dom/Clipboard.cpp', | 1219 '../third_party/WebKit/WebCore/dom/Clipboard.cpp', |
| 1216 '../third_party/WebKit/WebCore/dom/Clipboard.h', | 1220 '../third_party/WebKit/WebCore/dom/Clipboard.h', |
| 1217 '../third_party/WebKit/WebCore/dom/ClipboardAccessPolicy.h', | 1221 '../third_party/WebKit/WebCore/dom/ClipboardAccessPolicy.h', |
| 1218 '../third_party/WebKit/WebCore/dom/ClipboardEvent.cpp', | 1222 '../third_party/WebKit/WebCore/dom/ClipboardEvent.cpp', |
| 1219 '../third_party/WebKit/WebCore/dom/ClipboardEvent.h', | 1223 '../third_party/WebKit/WebCore/dom/ClipboardEvent.h', |
| 1220 '../third_party/WebKit/WebCore/dom/Comment.cpp', | 1224 '../third_party/WebKit/WebCore/dom/Comment.cpp', |
| 1221 '../third_party/WebKit/WebCore/dom/Comment.h', | 1225 '../third_party/WebKit/WebCore/dom/Comment.h', |
| 1222 '../third_party/WebKit/WebCore/dom/ContainerNode.cpp', | 1226 '../third_party/WebKit/WebCore/dom/ContainerNode.cpp', |
| 1223 '../third_party/WebKit/WebCore/dom/ContainerNode.h', | 1227 '../third_party/WebKit/WebCore/dom/ContainerNode.h', |
| 1224 '../third_party/WebKit/WebCore/dom/ContainerNodeAlgorithms.h', | 1228 '../third_party/WebKit/WebCore/dom/ContainerNodeAlgorithms.h', |
| 1225 '../third_party/WebKit/WebCore/dom/CrossThreadCopier.cpp', | |
| 1226 '../third_party/WebKit/WebCore/dom/CrossThreadCopier.h', | |
| 1227 '../third_party/WebKit/WebCore/dom/DOMCoreException.h', | 1229 '../third_party/WebKit/WebCore/dom/DOMCoreException.h', |
| 1228 '../third_party/WebKit/WebCore/dom/DOMImplementation.cpp', | 1230 '../third_party/WebKit/WebCore/dom/DOMImplementation.cpp', |
| 1229 '../third_party/WebKit/WebCore/dom/DOMImplementation.h', | 1231 '../third_party/WebKit/WebCore/dom/DOMImplementation.h', |
| 1230 '../third_party/WebKit/WebCore/dom/DOMStringList.cpp', | 1232 '../third_party/WebKit/WebCore/dom/DOMStringList.cpp', |
| 1231 '../third_party/WebKit/WebCore/dom/DOMStringList.h', | 1233 '../third_party/WebKit/WebCore/dom/DOMStringList.h', |
| 1232 '../third_party/WebKit/WebCore/dom/DocPtr.h', | 1234 '../third_party/WebKit/WebCore/dom/DocPtr.h', |
| 1233 '../third_party/WebKit/WebCore/dom/Document.cpp', | 1235 '../third_party/WebKit/WebCore/dom/Document.cpp', |
| 1234 '../third_party/WebKit/WebCore/dom/Document.h', | 1236 '../third_party/WebKit/WebCore/dom/Document.h', |
| 1235 '../third_party/WebKit/WebCore/dom/DocumentFragment.cpp', | 1237 '../third_party/WebKit/WebCore/dom/DocumentFragment.cpp', |
| 1236 '../third_party/WebKit/WebCore/dom/DocumentFragment.h', | 1238 '../third_party/WebKit/WebCore/dom/DocumentFragment.h', |
| (...skipping 20 matching lines...) Expand all Loading... | |
| 1257 '../third_party/WebKit/WebCore/dom/EventTarget.cpp', | 1259 '../third_party/WebKit/WebCore/dom/EventTarget.cpp', |
| 1258 '../third_party/WebKit/WebCore/dom/EventTarget.h', | 1260 '../third_party/WebKit/WebCore/dom/EventTarget.h', |
| 1259 '../third_party/WebKit/WebCore/dom/ExceptionBase.cpp', | 1261 '../third_party/WebKit/WebCore/dom/ExceptionBase.cpp', |
| 1260 '../third_party/WebKit/WebCore/dom/ExceptionBase.h', | 1262 '../third_party/WebKit/WebCore/dom/ExceptionBase.h', |
| 1261 '../third_party/WebKit/WebCore/dom/ExceptionCode.cpp', | 1263 '../third_party/WebKit/WebCore/dom/ExceptionCode.cpp', |
| 1262 '../third_party/WebKit/WebCore/dom/ExceptionCode.h', | 1264 '../third_party/WebKit/WebCore/dom/ExceptionCode.h', |
| 1263 '../third_party/WebKit/WebCore/dom/FormControlElement.cpp', | 1265 '../third_party/WebKit/WebCore/dom/FormControlElement.cpp', |
| 1264 '../third_party/WebKit/WebCore/dom/FormControlElement.h', | 1266 '../third_party/WebKit/WebCore/dom/FormControlElement.h', |
| 1265 '../third_party/WebKit/WebCore/dom/FormControlElementWithState.cpp', | 1267 '../third_party/WebKit/WebCore/dom/FormControlElementWithState.cpp', |
| 1266 '../third_party/WebKit/WebCore/dom/FormControlElementWithState.h', | 1268 '../third_party/WebKit/WebCore/dom/FormControlElementWithState.h', |
| 1267 '../third_party/WebKit/WebCore/dom/GenericWorkerTask.h', | |
| 1268 '../third_party/WebKit/WebCore/dom/InputElement.cpp', | 1269 '../third_party/WebKit/WebCore/dom/InputElement.cpp', |
| 1269 '../third_party/WebKit/WebCore/dom/InputElement.h', | 1270 '../third_party/WebKit/WebCore/dom/InputElement.h', |
| 1270 '../third_party/WebKit/WebCore/dom/KeyboardEvent.cpp', | 1271 '../third_party/WebKit/WebCore/dom/KeyboardEvent.cpp', |
| 1271 '../third_party/WebKit/WebCore/dom/KeyboardEvent.h', | 1272 '../third_party/WebKit/WebCore/dom/KeyboardEvent.h', |
| 1272 '../third_party/WebKit/WebCore/dom/MappedAttribute.cpp', | 1273 '../third_party/WebKit/WebCore/dom/MappedAttribute.cpp', |
| 1273 '../third_party/WebKit/WebCore/dom/MappedAttribute.h', | 1274 '../third_party/WebKit/WebCore/dom/MappedAttribute.h', |
| 1274 '../third_party/WebKit/WebCore/dom/MappedAttributeEntry.h', | 1275 '../third_party/WebKit/WebCore/dom/MappedAttributeEntry.h', |
| 1275 '../third_party/WebKit/WebCore/dom/MessageChannel.cpp', | 1276 '../third_party/WebKit/WebCore/dom/MessageChannel.cpp', |
| 1276 '../third_party/WebKit/WebCore/dom/MessageChannel.h', | 1277 '../third_party/WebKit/WebCore/dom/MessageChannel.h', |
| 1277 '../third_party/WebKit/WebCore/dom/MessageEvent.cpp', | 1278 '../third_party/WebKit/WebCore/dom/MessageEvent.cpp', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1355 '../third_party/WebKit/WebCore/dom/UIEvent.cpp', | 1356 '../third_party/WebKit/WebCore/dom/UIEvent.cpp', |
| 1356 '../third_party/WebKit/WebCore/dom/UIEvent.h', | 1357 '../third_party/WebKit/WebCore/dom/UIEvent.h', |
| 1357 '../third_party/WebKit/WebCore/dom/UIEventWithKeyState.cpp', | 1358 '../third_party/WebKit/WebCore/dom/UIEventWithKeyState.cpp', |
| 1358 '../third_party/WebKit/WebCore/dom/UIEventWithKeyState.h', | 1359 '../third_party/WebKit/WebCore/dom/UIEventWithKeyState.h', |
| 1359 '../third_party/WebKit/WebCore/dom/WebKitAnimationEvent.cpp', | 1360 '../third_party/WebKit/WebCore/dom/WebKitAnimationEvent.cpp', |
| 1360 '../third_party/WebKit/WebCore/dom/WebKitAnimationEvent.h', | 1361 '../third_party/WebKit/WebCore/dom/WebKitAnimationEvent.h', |
| 1361 '../third_party/WebKit/WebCore/dom/WebKitTransitionEvent.cpp', | 1362 '../third_party/WebKit/WebCore/dom/WebKitTransitionEvent.cpp', |
| 1362 '../third_party/WebKit/WebCore/dom/WebKitTransitionEvent.h', | 1363 '../third_party/WebKit/WebCore/dom/WebKitTransitionEvent.h', |
| 1363 '../third_party/WebKit/WebCore/dom/WheelEvent.cpp', | 1364 '../third_party/WebKit/WebCore/dom/WheelEvent.cpp', |
| 1364 '../third_party/WebKit/WebCore/dom/WheelEvent.h', | 1365 '../third_party/WebKit/WebCore/dom/WheelEvent.h', |
| 1365 '../third_party/WebKit/WebCore/dom/Worker.cpp', | |
| 1366 '../third_party/WebKit/WebCore/dom/Worker.h', | |
| 1367 '../third_party/WebKit/WebCore/dom/WorkerContext.cpp', | |
| 1368 '../third_party/WebKit/WebCore/dom/WorkerContext.h', | |
| 1369 '../third_party/WebKit/WebCore/dom/WorkerContextProxy.h', | |
| 1370 '../third_party/WebKit/WebCore/dom/WorkerLocation.cpp', | |
| 1371 '../third_party/WebKit/WebCore/dom/WorkerLocation.h', | |
| 1372 '../third_party/WebKit/WebCore/dom/WorkerMessagingProxy.cpp', | |
| 1373 '../third_party/WebKit/WebCore/dom/WorkerMessagingProxy.h', | |
| 1374 '../third_party/WebKit/WebCore/dom/WorkerObjectProxy.h', | |
| 1375 '../third_party/WebKit/WebCore/dom/WorkerRunLoop.cpp', | |
| 1376 '../third_party/WebKit/WebCore/dom/WorkerRunLoop.h', | |
| 1377 '../third_party/WebKit/WebCore/dom/WorkerThread.cpp', | |
| 1378 '../third_party/WebKit/WebCore/dom/WorkerThread.h', | |
| 1379 '../third_party/WebKit/WebCore/dom/XMLTokenizer.cpp', | 1366 '../third_party/WebKit/WebCore/dom/XMLTokenizer.cpp', |
| 1380 '../third_party/WebKit/WebCore/dom/XMLTokenizer.h', | 1367 '../third_party/WebKit/WebCore/dom/XMLTokenizer.h', |
| 1381 '../third_party/WebKit/WebCore/dom/XMLTokenizerLibxml2.cpp', | 1368 '../third_party/WebKit/WebCore/dom/XMLTokenizerLibxml2.cpp', |
| 1382 '../third_party/WebKit/WebCore/dom/XMLTokenizerQt.cpp', | 1369 '../third_party/WebKit/WebCore/dom/XMLTokenizerQt.cpp', |
| 1383 '../third_party/WebKit/WebCore/editing/android/EditorAndroid.cpp', | 1370 '../third_party/WebKit/WebCore/editing/android/EditorAndroid.cpp', |
| 1384 '../third_party/WebKit/WebCore/editing/chromium/EditorChromium.cpp', | 1371 '../third_party/WebKit/WebCore/editing/chromium/EditorChromium.cpp', |
| 1385 '../third_party/WebKit/WebCore/editing/mac/EditorMac.mm', | 1372 '../third_party/WebKit/WebCore/editing/mac/EditorMac.mm', |
| 1386 '../third_party/WebKit/WebCore/editing/mac/SelectionControllerMac.mm', | 1373 '../third_party/WebKit/WebCore/editing/mac/SelectionControllerMac.mm', |
| 1387 '../third_party/WebKit/WebCore/editing/qt/EditorQt.cpp', | 1374 '../third_party/WebKit/WebCore/editing/qt/EditorQt.cpp', |
| 1388 '../third_party/WebKit/WebCore/editing/wx/EditorWx.cpp', | 1375 '../third_party/WebKit/WebCore/editing/wx/EditorWx.cpp', |
| (...skipping 1436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2825 '../third_party/WebKit/WebCore/platform/wx/WidgetWx.cpp', | 2812 '../third_party/WebKit/WebCore/platform/wx/WidgetWx.cpp', |
| 2826 '../third_party/WebKit/WebCore/platform/Arena.cpp', | 2813 '../third_party/WebKit/WebCore/platform/Arena.cpp', |
| 2827 '../third_party/WebKit/WebCore/platform/Arena.h', | 2814 '../third_party/WebKit/WebCore/platform/Arena.h', |
| 2828 '../third_party/WebKit/WebCore/platform/AutodrainedPool.h', | 2815 '../third_party/WebKit/WebCore/platform/AutodrainedPool.h', |
| 2829 '../third_party/WebKit/WebCore/platform/ContentType.cpp', | 2816 '../third_party/WebKit/WebCore/platform/ContentType.cpp', |
| 2830 '../third_party/WebKit/WebCore/platform/ContentType.h', | 2817 '../third_party/WebKit/WebCore/platform/ContentType.h', |
| 2831 '../third_party/WebKit/WebCore/platform/ContextMenu.cpp', | 2818 '../third_party/WebKit/WebCore/platform/ContextMenu.cpp', |
| 2832 '../third_party/WebKit/WebCore/platform/ContextMenu.h', | 2819 '../third_party/WebKit/WebCore/platform/ContextMenu.h', |
| 2833 '../third_party/WebKit/WebCore/platform/ContextMenuItem.h', | 2820 '../third_party/WebKit/WebCore/platform/ContextMenuItem.h', |
| 2834 '../third_party/WebKit/WebCore/platform/CookieJar.h', | 2821 '../third_party/WebKit/WebCore/platform/CookieJar.h', |
| 2822 '../third_party/WebKit/WebCore/platform/CrossThreadCopier.h', | |
| 2823 '../third_party/WebKit/WebCore/platform/CrossThreadCopier.cpp', | |
| 2835 '../third_party/WebKit/WebCore/platform/Cursor.h', | 2824 '../third_party/WebKit/WebCore/platform/Cursor.h', |
| 2836 '../third_party/WebKit/WebCore/platform/DeprecatedPtrList.h', | 2825 '../third_party/WebKit/WebCore/platform/DeprecatedPtrList.h', |
| 2837 '../third_party/WebKit/WebCore/platform/DeprecatedPtrListImpl.cpp', | 2826 '../third_party/WebKit/WebCore/platform/DeprecatedPtrListImpl.cpp', |
| 2838 '../third_party/WebKit/WebCore/platform/DeprecatedPtrListImpl.h', | 2827 '../third_party/WebKit/WebCore/platform/DeprecatedPtrListImpl.h', |
| 2839 '../third_party/WebKit/WebCore/platform/DragData.cpp', | 2828 '../third_party/WebKit/WebCore/platform/DragData.cpp', |
| 2840 '../third_party/WebKit/WebCore/platform/DragData.h', | 2829 '../third_party/WebKit/WebCore/platform/DragData.h', |
| 2841 '../third_party/WebKit/WebCore/platform/DragImage.cpp', | 2830 '../third_party/WebKit/WebCore/platform/DragImage.cpp', |
| 2842 '../third_party/WebKit/WebCore/platform/DragImage.h', | 2831 '../third_party/WebKit/WebCore/platform/DragImage.h', |
| 2843 '../third_party/WebKit/WebCore/platform/EventLoop.h', | 2832 '../third_party/WebKit/WebCore/platform/EventLoop.h', |
| 2844 '../third_party/WebKit/WebCore/platform/FileChooser.cpp', | 2833 '../third_party/WebKit/WebCore/platform/FileChooser.cpp', |
| (...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3639 '../third_party/WebKit/WebCore/svg/SVGUseElement.h', | 3628 '../third_party/WebKit/WebCore/svg/SVGUseElement.h', |
| 3640 '../third_party/WebKit/WebCore/svg/SVGViewElement.cpp', | 3629 '../third_party/WebKit/WebCore/svg/SVGViewElement.cpp', |
| 3641 '../third_party/WebKit/WebCore/svg/SVGViewElement.h', | 3630 '../third_party/WebKit/WebCore/svg/SVGViewElement.h', |
| 3642 '../third_party/WebKit/WebCore/svg/SVGViewSpec.cpp', | 3631 '../third_party/WebKit/WebCore/svg/SVGViewSpec.cpp', |
| 3643 '../third_party/WebKit/WebCore/svg/SVGViewSpec.h', | 3632 '../third_party/WebKit/WebCore/svg/SVGViewSpec.h', |
| 3644 '../third_party/WebKit/WebCore/svg/SVGZoomAndPan.cpp', | 3633 '../third_party/WebKit/WebCore/svg/SVGZoomAndPan.cpp', |
| 3645 '../third_party/WebKit/WebCore/svg/SVGZoomAndPan.h', | 3634 '../third_party/WebKit/WebCore/svg/SVGZoomAndPan.h', |
| 3646 '../third_party/WebKit/WebCore/svg/SVGZoomEvent.cpp', | 3635 '../third_party/WebKit/WebCore/svg/SVGZoomEvent.cpp', |
| 3647 '../third_party/WebKit/WebCore/svg/SVGZoomEvent.h', | 3636 '../third_party/WebKit/WebCore/svg/SVGZoomEvent.h', |
| 3648 '../third_party/WebKit/WebCore/svg/SynchronizableTypeWrapper.h', | 3637 '../third_party/WebKit/WebCore/svg/SynchronizableTypeWrapper.h', |
| 3638 '../third_party/WebKit/WebCore/workers/GenericWorkerTask.h', | |
| 3639 '../third_party/WebKit/WebCore/workers/Worker.cpp', | |
| 3640 '../third_party/WebKit/WebCore/workers/Worker.h', | |
| 3641 '../third_party/WebKit/WebCore/workers/Worker.idl', | |
| 3642 '../third_party/WebKit/WebCore/workers/WorkerContext.cpp', | |
| 3643 '../third_party/WebKit/WebCore/workers/WorkerContext.h', | |
| 3644 '../third_party/WebKit/WebCore/workers/WorkerContext.idl', | |
| 3645 '../third_party/WebKit/WebCore/workers/WorkerContextProxy.h', | |
| 3646 '../third_party/WebKit/WebCore/workers/WorkerLocation.cpp', | |
| 3647 '../third_party/WebKit/WebCore/workers/WorkerLocation.h', | |
| 3648 '../third_party/WebKit/WebCore/workers/WorkerLocation.idl', | |
| 3649 '../third_party/WebKit/WebCore/workers/WorkerMessagingProxy.cpp', | |
| 3650 '../third_party/WebKit/WebCore/workers/WorkerMessagingProxy.h', | |
| 3651 '../third_party/WebKit/WebCore/workers/WorkerObjectProxy.h', | |
| 3652 '../third_party/WebKit/WebCore/workers/WorkerRunLoop.cpp', | |
| 3653 '../third_party/WebKit/WebCore/workers/WorkerRunLoop.h', | |
| 3654 '../third_party/WebKit/WebCore/workers/WorkerThread.cpp', | |
| 3655 '../third_party/WebKit/WebCore/workers/WorkerThread.h', | |
| 3649 '../third_party/WebKit/WebCore/xml/DOMParser.cpp', | 3656 '../third_party/WebKit/WebCore/xml/DOMParser.cpp', |
| 3650 '../third_party/WebKit/WebCore/xml/DOMParser.h', | 3657 '../third_party/WebKit/WebCore/xml/DOMParser.h', |
| 3651 '../third_party/WebKit/WebCore/xml/NativeXPathNSResolver.cpp', | 3658 '../third_party/WebKit/WebCore/xml/NativeXPathNSResolver.cpp', |
| 3652 '../third_party/WebKit/WebCore/xml/NativeXPathNSResolver.h', | 3659 '../third_party/WebKit/WebCore/xml/NativeXPathNSResolver.h', |
| 3653 '../third_party/WebKit/WebCore/xml/XMLHttpRequest.cpp', | 3660 '../third_party/WebKit/WebCore/xml/XMLHttpRequest.cpp', |
| 3654 '../third_party/WebKit/WebCore/xml/XMLHttpRequest.h', | 3661 '../third_party/WebKit/WebCore/xml/XMLHttpRequest.h', |
| 3655 '../third_party/WebKit/WebCore/xml/XMLHttpRequestException.h', | 3662 '../third_party/WebKit/WebCore/xml/XMLHttpRequestException.h', |
| 3656 '../third_party/WebKit/WebCore/xml/XMLHttpRequestProgressEvent.h', | 3663 '../third_party/WebKit/WebCore/xml/XMLHttpRequestProgressEvent.h', |
| 3657 '../third_party/WebKit/WebCore/xml/XMLHttpRequestUpload.cpp', | 3664 '../third_party/WebKit/WebCore/xml/XMLHttpRequestUpload.cpp', |
| 3658 '../third_party/WebKit/WebCore/xml/XMLHttpRequestUpload.h', | 3665 '../third_party/WebKit/WebCore/xml/XMLHttpRequestUpload.h', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3777 '../third_party/WebKit/WebCore/svg/SVGStylable.idl', | 3784 '../third_party/WebKit/WebCore/svg/SVGStylable.idl', |
| 3778 '../third_party/WebKit/WebCore/svg/SVGTests.idl', | 3785 '../third_party/WebKit/WebCore/svg/SVGTests.idl', |
| 3779 '../third_party/WebKit/WebCore/svg/SVGTransformable.idl', | 3786 '../third_party/WebKit/WebCore/svg/SVGTransformable.idl', |
| 3780 '../third_party/WebKit/WebCore/svg/SVGViewSpec.idl', | 3787 '../third_party/WebKit/WebCore/svg/SVGViewSpec.idl', |
| 3781 '../third_party/WebKit/WebCore/svg/SVGZoomAndPan.idl', | 3788 '../third_party/WebKit/WebCore/svg/SVGZoomAndPan.idl', |
| 3782 | 3789 |
| 3783 # TODO(mark): I don't know why these are excluded, either. | 3790 # TODO(mark): I don't know why these are excluded, either. |
| 3784 # Someone (me?) should figure it out and add appropriate comments. | 3791 # Someone (me?) should figure it out and add appropriate comments. |
| 3785 '../third_party/WebKit/WebCore/css/CSSUnknownRule.idl', | 3792 '../third_party/WebKit/WebCore/css/CSSUnknownRule.idl', |
| 3786 | 3793 |
| 3794 # Not ready to build yet. | |
| 3795 # TODO(mark): Remove when ready. | |
| 3796 '../third_party/WebKit/WebCore/bindings/v8/custom/V8XSLTProcessorCustom. cpp', | |
| 3797 | |
| 3787 # Don't build custom bindings for VoidCallback. | 3798 # Don't build custom bindings for VoidCallback. |
| 3788 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomVoidCallback.c pp', | 3799 '../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomVoidCallback.c pp', |
| 3789 | 3800 |
| 3790 # A few things can't be excluded by patterns. List them individually. | 3801 # A few things can't be excluded by patterns. List them individually. |
| 3791 | 3802 |
| 3792 # Use history/BackForwardListChromium.cpp instead. | 3803 # Use history/BackForwardListChromium.cpp instead. |
| 3793 '../third_party/WebKit/WebCore/history/BackForwardList.cpp', | 3804 '../third_party/WebKit/WebCore/history/BackForwardList.cpp', |
| 3794 | 3805 |
| 3795 # Use loader/icon/IconDatabaseNone.cpp instead. | 3806 # Use loader/icon/IconDatabaseNone.cpp instead. |
| 3796 '../third_party/WebKit/WebCore/loader/icon/IconDatabase.cpp', | 3807 '../third_party/WebKit/WebCore/loader/icon/IconDatabase.cpp', |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4266 'pending/AccessibleBase.cpp', | 4277 'pending/AccessibleBase.cpp', |
| 4267 'pending/AccessibleDocument.cpp', | 4278 'pending/AccessibleDocument.cpp', |
| 4268 ], | 4279 ], |
| 4269 }, { # else: OS=="win" | 4280 }, { # else: OS=="win" |
| 4270 'sources/': [['exclude', '_posix\\.cc$']], | 4281 'sources/': [['exclude', '_posix\\.cc$']], |
| 4271 }], | 4282 }], |
| 4272 ], | 4283 ], |
| 4273 }, | 4284 }, |
| 4274 ], | 4285 ], |
| 4275 } | 4286 } |
| OLD | NEW |