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 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
921 '../third_party/WebKit/WebCore/svg/SVGTransform.idl', | 921 '../third_party/WebKit/WebCore/svg/SVGTransform.idl', |
922 '../third_party/WebKit/WebCore/svg/SVGTransformList.idl', | 922 '../third_party/WebKit/WebCore/svg/SVGTransformList.idl', |
923 '../third_party/WebKit/WebCore/svg/SVGTransformable.idl', | 923 '../third_party/WebKit/WebCore/svg/SVGTransformable.idl', |
924 '../third_party/WebKit/WebCore/svg/SVGURIReference.idl', | 924 '../third_party/WebKit/WebCore/svg/SVGURIReference.idl', |
925 '../third_party/WebKit/WebCore/svg/SVGUnitTypes.idl', | 925 '../third_party/WebKit/WebCore/svg/SVGUnitTypes.idl', |
926 '../third_party/WebKit/WebCore/svg/SVGUseElement.idl', | 926 '../third_party/WebKit/WebCore/svg/SVGUseElement.idl', |
927 '../third_party/WebKit/WebCore/svg/SVGViewElement.idl', | 927 '../third_party/WebKit/WebCore/svg/SVGViewElement.idl', |
928 '../third_party/WebKit/WebCore/svg/SVGViewSpec.idl', | 928 '../third_party/WebKit/WebCore/svg/SVGViewSpec.idl', |
929 '../third_party/WebKit/WebCore/svg/SVGZoomAndPan.idl', | 929 '../third_party/WebKit/WebCore/svg/SVGZoomAndPan.idl', |
930 '../third_party/WebKit/WebCore/svg/SVGZoomEvent.idl', | 930 '../third_party/WebKit/WebCore/svg/SVGZoomEvent.idl', |
| 931 '../third_party/WebKit/WebCore/workers/Worker.idl', |
| 932 '../third_party/WebKit/WebCore/workers/WorkerContext.idl', |
| 933 '../third_party/WebKit/WebCore/workers/WorkerLocation.idl', |
931 '../third_party/WebKit/WebCore/xml/DOMParser.idl', | 934 '../third_party/WebKit/WebCore/xml/DOMParser.idl', |
932 '../third_party/WebKit/WebCore/xml/XMLHttpRequest.idl', | 935 '../third_party/WebKit/WebCore/xml/XMLHttpRequest.idl', |
933 '../third_party/WebKit/WebCore/xml/XMLHttpRequestException.idl', | 936 '../third_party/WebKit/WebCore/xml/XMLHttpRequestException.idl', |
934 '../third_party/WebKit/WebCore/xml/XMLHttpRequestProgressEvent.idl', | 937 '../third_party/WebKit/WebCore/xml/XMLHttpRequestProgressEvent.idl', |
935 '../third_party/WebKit/WebCore/xml/XMLHttpRequestUpload.idl', | 938 '../third_party/WebKit/WebCore/xml/XMLHttpRequestUpload.idl', |
936 '../third_party/WebKit/WebCore/xml/XMLSerializer.idl', | 939 '../third_party/WebKit/WebCore/xml/XMLSerializer.idl', |
937 '../third_party/WebKit/WebCore/xml/XPathEvaluator.idl', | 940 '../third_party/WebKit/WebCore/xml/XPathEvaluator.idl', |
938 '../third_party/WebKit/WebCore/xml/XPathException.idl', | 941 '../third_party/WebKit/WebCore/xml/XPathException.idl', |
939 '../third_party/WebKit/WebCore/xml/XPathExpression.idl', | 942 '../third_party/WebKit/WebCore/xml/XPathExpression.idl', |
940 '../third_party/WebKit/WebCore/xml/XPathNSResolver.idl', | 943 '../third_party/WebKit/WebCore/xml/XPathNSResolver.idl', |
(...skipping 2692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3633 '../third_party/WebKit/WebCore/svg/SVGViewSpec.cpp', | 3636 '../third_party/WebKit/WebCore/svg/SVGViewSpec.cpp', |
3634 '../third_party/WebKit/WebCore/svg/SVGViewSpec.h', | 3637 '../third_party/WebKit/WebCore/svg/SVGViewSpec.h', |
3635 '../third_party/WebKit/WebCore/svg/SVGZoomAndPan.cpp', | 3638 '../third_party/WebKit/WebCore/svg/SVGZoomAndPan.cpp', |
3636 '../third_party/WebKit/WebCore/svg/SVGZoomAndPan.h', | 3639 '../third_party/WebKit/WebCore/svg/SVGZoomAndPan.h', |
3637 '../third_party/WebKit/WebCore/svg/SVGZoomEvent.cpp', | 3640 '../third_party/WebKit/WebCore/svg/SVGZoomEvent.cpp', |
3638 '../third_party/WebKit/WebCore/svg/SVGZoomEvent.h', | 3641 '../third_party/WebKit/WebCore/svg/SVGZoomEvent.h', |
3639 '../third_party/WebKit/WebCore/svg/SynchronizableTypeWrapper.h', | 3642 '../third_party/WebKit/WebCore/svg/SynchronizableTypeWrapper.h', |
3640 '../third_party/WebKit/WebCore/workers/GenericWorkerTask.h', | 3643 '../third_party/WebKit/WebCore/workers/GenericWorkerTask.h', |
3641 '../third_party/WebKit/WebCore/workers/Worker.cpp', | 3644 '../third_party/WebKit/WebCore/workers/Worker.cpp', |
3642 '../third_party/WebKit/WebCore/workers/Worker.h', | 3645 '../third_party/WebKit/WebCore/workers/Worker.h', |
3643 '../third_party/WebKit/WebCore/workers/Worker.idl', | |
3644 '../third_party/WebKit/WebCore/workers/WorkerContext.cpp', | 3646 '../third_party/WebKit/WebCore/workers/WorkerContext.cpp', |
3645 '../third_party/WebKit/WebCore/workers/WorkerContext.h', | 3647 '../third_party/WebKit/WebCore/workers/WorkerContext.h', |
3646 '../third_party/WebKit/WebCore/workers/WorkerContext.idl', | |
3647 '../third_party/WebKit/WebCore/workers/WorkerContextProxy.h', | 3648 '../third_party/WebKit/WebCore/workers/WorkerContextProxy.h', |
3648 '../third_party/WebKit/WebCore/workers/WorkerLocation.cpp', | 3649 '../third_party/WebKit/WebCore/workers/WorkerLocation.cpp', |
3649 '../third_party/WebKit/WebCore/workers/WorkerLocation.h', | 3650 '../third_party/WebKit/WebCore/workers/WorkerLocation.h', |
3650 '../third_party/WebKit/WebCore/workers/WorkerLocation.idl', | |
3651 '../third_party/WebKit/WebCore/workers/WorkerMessagingProxy.cpp', | 3651 '../third_party/WebKit/WebCore/workers/WorkerMessagingProxy.cpp', |
3652 '../third_party/WebKit/WebCore/workers/WorkerMessagingProxy.h', | 3652 '../third_party/WebKit/WebCore/workers/WorkerMessagingProxy.h', |
3653 '../third_party/WebKit/WebCore/workers/WorkerObjectProxy.h', | 3653 '../third_party/WebKit/WebCore/workers/WorkerObjectProxy.h', |
3654 '../third_party/WebKit/WebCore/workers/WorkerRunLoop.cpp', | 3654 '../third_party/WebKit/WebCore/workers/WorkerRunLoop.cpp', |
3655 '../third_party/WebKit/WebCore/workers/WorkerRunLoop.h', | 3655 '../third_party/WebKit/WebCore/workers/WorkerRunLoop.h', |
3656 '../third_party/WebKit/WebCore/workers/WorkerThread.cpp', | 3656 '../third_party/WebKit/WebCore/workers/WorkerThread.cpp', |
3657 '../third_party/WebKit/WebCore/workers/WorkerThread.h', | 3657 '../third_party/WebKit/WebCore/workers/WorkerThread.h', |
3658 '../third_party/WebKit/WebCore/xml/DOMParser.cpp', | 3658 '../third_party/WebKit/WebCore/xml/DOMParser.cpp', |
3659 '../third_party/WebKit/WebCore/xml/DOMParser.h', | 3659 '../third_party/WebKit/WebCore/xml/DOMParser.h', |
3660 '../third_party/WebKit/WebCore/xml/NativeXPathNSResolver.cpp', | 3660 '../third_party/WebKit/WebCore/xml/NativeXPathNSResolver.cpp', |
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4338 'pending/AccessibleBase.cpp', | 4338 'pending/AccessibleBase.cpp', |
4339 'pending/AccessibleDocument.cpp', | 4339 'pending/AccessibleDocument.cpp', |
4340 ], | 4340 ], |
4341 }, { # else: OS=="win" | 4341 }, { # else: OS=="win" |
4342 'sources/': [['exclude', '_posix\\.cc$']], | 4342 'sources/': [['exclude', '_posix\\.cc$']], |
4343 }], | 4343 }], |
4344 ], | 4344 ], |
4345 }, | 4345 }, |
4346 ], | 4346 ], |
4347 } | 4347 } |
OLD | NEW |