| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'variables': { | |
| 7 'bindings_core_dart_custom_files': [ | |
| 8 'DartBlobCustom.cpp', | |
| 9 'DartCanvasRenderingContext2DCustom.cpp', | |
| 10 'DartConsoleBaseCustom.cpp', | |
| 11 'DartCSSRuleCustom.cpp', | |
| 12 'DartCSSStyleDeclarationCustom.cpp', | |
| 13 'DartCSSValueCustom.cpp', | |
| 14 'DartCustomEventCustom.cpp', | |
| 15 'DartDedicatedWorkerGlobalScopeCustom.cpp', | |
| 16 'DartDocumentCustom.cpp', | |
| 17 'DartDOMStringMapCustom.cpp', | |
| 18 'DartDOMStringMap.h', | |
| 19 'DartElementCustom.cpp', | |
| 20 'DartErrorEventCustom.cpp', | |
| 21 'DartEventCustom.cpp', | |
| 22 'DartEventTargetCustom.cpp', | |
| 23 'DartFileCustom.cpp', | |
| 24 'DartFileReaderCustom.cpp', | |
| 25 'DartFormDataCustom.cpp', | |
| 26 'DartHistoryCustom.cpp', | |
| 27 'DartHTMLAllCollectionCustom.cpp', | |
| 28 'DartHTMLCanvasElementCustom.cpp', | |
| 29 'DartHTMLCollectionCustom.cpp', | |
| 30 'DartHTMLDocumentCustom.cpp', | |
| 31 'DartHTMLElementCustom.cpp', | |
| 32 'DartHTMLEmbedElementCustom.cpp', | |
| 33 'DartHTMLMediaElementCustom.cpp', | |
| 34 'DartHTMLObjectElementCustom.cpp', | |
| 35 'DartHTMLOptionsCollectionCustom.cpp', | |
| 36 'DartImageDataCustom.cpp', | |
| 37 'DartInjectedScriptHostCustom.cpp', | |
| 38 'DartInspectorFrontendHostCustom.cpp', | |
| 39 'DartJavaScriptCallFrameCustom.cpp', | |
| 40 'DartLocationCustom.cpp', | |
| 41 'DartMessageChannelCustom.cpp', | |
| 42 'DartMessageEventCustom.cpp', | |
| 43 'DartMessagePortCustom.cpp', | |
| 44 'DartMutationObserverCustom.cpp', | |
| 45 'DartNodeCustom.cpp', | |
| 46 'DartPerformanceEntryCustom.cpp', | |
| 47 'DartPopStateEventCustom.cpp', | |
| 48 'DartStyleSheetCustom.cpp', | |
| 49 'DartSVGElementCustom.cpp', | |
| 50 'DartSVGLengthCustom.cpp', | |
| 51 'DartSVGNumberCustom.cpp', | |
| 52 'DartSVGPathSegCustom.cpp', | |
| 53 'DartTextCustom.cpp', | |
| 54 'DartTextTrackCueCustom.cpp', | |
| 55 'DartTrackEventCustom.cpp', | |
| 56 'DartWebGLRenderingContextCustom.cpp', | |
| 57 'DartWebKitPointCustom.cpp', | |
| 58 'DartWindowCustom.cpp', | |
| 59 'DartWorkerCustom.cpp', | |
| 60 'DartWorkerGlobalScopeCustom.cpp', | |
| 61 'DartXMLHttpRequestCustom.cpp', | |
| 62 'DartXSLTProcessorCustom.cpp', | |
| 63 ], | |
| 64 }, | |
| 65 } | |
| OLD | NEW |