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

Side by Side Diff: Source/WebCore/bindings/dart/gyp/overrides.gypi

Issue 9350041: Switch to dartgenerator.py for C++ callbacks generation. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'additional_target_deps': [ 3 'additional_target_deps': [
4 '../bindings/dart/gyp/dartium.gyp:dart_debug_hooks_source', 4 '../bindings/dart/gyp/dartium.gyp:dart_debug_hooks_source',
5 '../bindings/dart/gyp/dartium.gyp:dart_generated_lib_sources', 5 '../bindings/dart/gyp/dartium.gyp:dart_generated_lib_sources',
6 '../bindings/dart/gyp/dartium.gyp:dart_snapshot', 6 '../bindings/dart/gyp/dartium.gyp:dart_snapshot',
7 '../../../../../dart/runtime/dart-runtime.gyp:libdart', 7 '../../../../../dart/runtime/dart-runtime.gyp:libdart',
8 ], 8 ],
9 'additional_webcore_include_dirs': [ 9 'additional_webcore_include_dirs': [
10 '..', 10 '..',
11 '../../../../../../../dart/runtime', 11 '../../../../../../../dart/runtime',
12 '../../../../../../../dart/runtime/include', 12 '../../../../../../../dart/runtime/include',
13 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart', 13 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart',
14 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/cpp',
14 ], 15 ],
15 'additional_webcore_remaining_include': 'bindings/dart/', 16 'additional_webcore_remaining_include': 'bindings/dart/',
16 'webcore_files': [ 17 'webcore_files': [
17 '../DartApplicationLoader.cpp', 18 '../DartApplicationLoader.cpp',
18 '../DartApplicationLoader.h', 19 '../DartApplicationLoader.h',
19 '../DartCallback.cpp', 20 '../DartCallback.cpp',
20 '../DartCallback.h', 21 '../DartCallback.h',
21 '../DartClassInfo.cpp', 22 '../DartClassInfo.cpp',
22 '../DartClassInfo.h', 23 '../DartClassInfo.h',
23 '../DartBindingsCommonIncludes.h', 24 '../DartBindingsCommonIncludes.h',
(...skipping 19 matching lines...) Expand all
43 '../custom/DartAudioNodeCustom.cpp', 44 '../custom/DartAudioNodeCustom.cpp',
44 '../custom/DartBlobCustom.cpp', 45 '../custom/DartBlobCustom.cpp',
45 '../custom/DartCSSRuleCustom.cpp', 46 '../custom/DartCSSRuleCustom.cpp',
46 '../custom/DartCSSValueCustom.cpp', 47 '../custom/DartCSSValueCustom.cpp',
47 '../custom/DartCanvasPixelArrayCustom.cpp', 48 '../custom/DartCanvasPixelArrayCustom.cpp',
48 '../custom/DartCanvasRenderingContextCustom.cpp', 49 '../custom/DartCanvasRenderingContextCustom.cpp',
49 '../custom/DartCanvasRenderingContext2DCustom.cpp', 50 '../custom/DartCanvasRenderingContext2DCustom.cpp',
50 '../custom/DartClipboardCustom.cpp', 51 '../custom/DartClipboardCustom.cpp',
51 '../custom/DartConsoleCustom.cpp', 52 '../custom/DartConsoleCustom.cpp',
52 '../custom/DartDOMFormDataCustom.cpp', 53 '../custom/DartDOMFormDataCustom.cpp',
53 '../custom/DartDOMStringMapCustom.cpp',
54 '../custom/DartDOMWindowCustom.cpp', 54 '../custom/DartDOMWindowCustom.cpp',
55 '../custom/DartDataViewCustom.cpp', 55 '../custom/DartDataViewCustom.cpp',
56 '../custom/DartDedicatedWorkerContextCustom.cpp', 56 '../custom/DartDedicatedWorkerContextCustom.cpp',
57 '../custom/DartDeviceMotionEventCustom.cpp', 57 '../custom/DartDeviceMotionEventCustom.cpp',
58 '../custom/DartDeviceOrientationEventCustom.cpp', 58 '../custom/DartDeviceOrientationEventCustom.cpp',
59 '../custom/DartDocumentCustom.cpp', 59 '../custom/DartDocumentCustom.cpp',
60 '../custom/DartDirectoryEntryCustom.cpp', 60 '../custom/DartDirectoryEntryCustom.cpp',
61 '../custom/DartDirectoryEntrySyncCustom.cpp', 61 '../custom/DartDirectoryEntrySyncCustom.cpp',
62 '../custom/DartElementCustom.cpp', 62 '../custom/DartElementCustom.cpp',
63 '../custom/DartEntryCustom.cpp', 63 '../custom/DartEntryCustom.cpp',
(...skipping 12 matching lines...) Expand all
76 '../custom/DartHTMLFrameElementCustom.cpp', 76 '../custom/DartHTMLFrameElementCustom.cpp',
77 '../custom/DartHTMLInputElementCustom.cpp', 77 '../custom/DartHTMLInputElementCustom.cpp',
78 '../custom/DartHTMLLinkElementCustom.cpp', 78 '../custom/DartHTMLLinkElementCustom.cpp',
79 '../custom/DartHTMLMediaElementCustom.cpp', 79 '../custom/DartHTMLMediaElementCustom.cpp',
80 '../custom/DartHTMLOptionsCollectionCustom.cpp', 80 '../custom/DartHTMLOptionsCollectionCustom.cpp',
81 '../custom/DartHTMLSelectElementCustom.cpp', 81 '../custom/DartHTMLSelectElementCustom.cpp',
82 '../custom/DartHistoryCustom.cpp', 82 '../custom/DartHistoryCustom.cpp',
83 '../custom/DartIDBAnyCustom.cpp', 83 '../custom/DartIDBAnyCustom.cpp',
84 '../custom/DartIDBKeyCustom.cpp', 84 '../custom/DartIDBKeyCustom.cpp',
85 '../custom/DartImageDataCustom.cpp', 85 '../custom/DartImageDataCustom.cpp',
86 '../custom/DartInjectedScriptHostCustom.cpp',
87 '../custom/DartInspectorFrontendHostCustom.cpp',
88 '../custom/DartInt8ArrayCustom.cpp', 86 '../custom/DartInt8ArrayCustom.cpp',
89 '../custom/DartInt16ArrayCustom.cpp', 87 '../custom/DartInt16ArrayCustom.cpp',
90 '../custom/DartInt32ArrayCustom.cpp', 88 '../custom/DartInt32ArrayCustom.cpp',
91 '../custom/DartJavaScriptCallFrameCustom.cpp', 89 '../custom/DartJavaScriptCallFrameCustom.cpp',
92 '../custom/DartLocationCustom.cpp', 90 '../custom/DartLocationCustom.cpp',
91 '../custom/DartMessageChannelCustom.cpp',
93 '../custom/DartMessageEventCustom.cpp', 92 '../custom/DartMessageEventCustom.cpp',
94 '../custom/DartMessagePortCustom.cpp', 93 '../custom/DartMessagePortCustom.cpp',
95 '../custom/DartNavigatorCustom.cpp', 94 '../custom/DartNavigatorCustom.cpp',
96 '../custom/DartNodeCustom.cpp', 95 '../custom/DartNodeCustom.cpp',
97 '../custom/DartNodeFilterCustom.cpp', 96 '../custom/DartNodeFilterCustom.cpp',
98 '../custom/DartNotificationCenterCustom.cpp', 97 '../custom/DartNotificationCenterCustom.cpp',
99 '../custom/DartPopStateEventCustom.cpp', 98 '../custom/DartPopStateEventCustom.cpp',
100 '../custom/DartSQLResultSetRowListCustom.cpp', 99 '../custom/DartSQLResultSetRowListCustom.cpp',
101 '../custom/DartSQLStatementErrorCallbackCustom.cpp', 100 '../custom/DartSQLStatementErrorCallbackCustom.cpp',
102 '../custom/DartSQLTransactionCustom.cpp', 101 '../custom/DartSQLTransactionCustom.cpp',
103 '../custom/DartSQLTransactionSyncCustom.cpp', 102 '../custom/DartSQLTransactionSyncCustom.cpp',
104 '../custom/DartSVGElementCustom.cpp', 103 '../custom/DartSVGElementCustom.cpp',
105 '../custom/DartSVGLengthCustom.cpp', 104 '../custom/DartSVGLengthCustom.cpp',
105 '../custom/DartSVGNumberCustom.cpp',
106 '../custom/DartSVGPathSegCustom.cpp', 106 '../custom/DartSVGPathSegCustom.cpp',
107 '../custom/DartStyleSheetCustom.cpp', 107 '../custom/DartStyleSheetCustom.cpp',
108 '../custom/DartTrackEventCustom.cpp', 108 '../custom/DartTrackEventCustom.cpp',
109 '../custom/DartUint8ArrayCustom.cpp', 109 '../custom/DartUint8ArrayCustom.cpp',
110 '../custom/DartUint8ClampedArrayCustom.cpp',
110 '../custom/DartUint16ArrayCustom.cpp', 111 '../custom/DartUint16ArrayCustom.cpp',
111 '../custom/DartUint32ArrayCustom.cpp', 112 '../custom/DartUint32ArrayCustom.cpp',
112 '../custom/DartWebGLRenderingContextCustom.cpp', 113 '../custom/DartWebGLRenderingContextCustom.cpp',
113 '../custom/DartWebKitCSSMatrixCustom.cpp', 114 '../custom/DartWebKitCSSMatrixCustom.cpp',
114 '../custom/DartWebKitMutationObserverCustom.cpp', 115 '../custom/DartWebKitMutationObserverCustom.cpp',
115 '../custom/DartWebKitPointCustom.cpp', 116 '../custom/DartWebKitPointCustom.cpp',
116 '../custom/DartWebSocketCustom.cpp', 117 '../custom/DartWebSocketCustom.cpp',
117 '../custom/DartWorkerContextCustom.cpp', 118 '../custom/DartWorkerContextCustom.cpp',
118 '../custom/DartWorkerCustom.cpp', 119 '../custom/DartWorkerCustom.cpp',
119 '../custom/DartXMLHttpRequestCustom.cpp', 120 '../custom/DartXMLHttpRequestCustom.cpp',
120 '../custom/DartXSLTProcessorCustom.cpp', 121 '../custom/DartXSLTProcessorCustom.cpp',
121 '<(SHARED_INTERMEDIATE_DIR)/webkit/DartHTMLElementWrapperFactory.cpp', 122 '<(SHARED_INTERMEDIATE_DIR)/webkit/DartHTMLElementWrapperFactory.cpp',
122 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/DartResolver.cpp', 123 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartResolver. cpp',
123 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/DartSnapshot.bytes', 124 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/DartSnapshot.bytes',
124 # FIXME: make conditional. 125 # FIXME: make conditional.
125 '<(SHARED_INTERMEDIATE_DIR)/webkit/DartSVGElementWrapperFactory.cpp', 126 '<(SHARED_INTERMEDIATE_DIR)/webkit/DartSVGElementWrapperFactory.cpp',
126 ], 127 ],
127 'webcore_files!': [ 128 'webcore_files!': [
128 '../../v8/ScriptControllerDelegate.h', 129 '../../v8/ScriptControllerDelegate.h',
129 ], 130 ],
130 'conditions': [ 131 'conditions': [
131 ['OS=="win" and buildtype=="Official"', { 132 ['OS=="win" and buildtype=="Official"', {
132 # On windows official release builds, we try to preserve symbol space. 133 # On windows official release builds, we try to preserve symbol space.
133 'additional_derived_sources_aggregate_files': [ 134 'additional_derived_sources_aggregate_files': [
134 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSourcesAll.cpp' , 135 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerived SourcesAll.cpp',
135 ], 136 ],
136 },{ 137 },{
137 'additional_derived_sources_aggregate_files': [ 138 'additional_derived_sources_aggregate_files': [
138 # FIXME: switch to splitted build. 139 # FIXME: switch to splitted build.
139 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources01.cpp ', 140 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources01.cpp ',
140 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources02.cpp ', 141 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources02.cpp ',
141 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources03.cpp ', 142 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources03.cpp ',
142 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources04.cpp ', 143 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources04.cpp ',
143 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources05.cpp ', 144 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources05.cpp ',
144 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources06.cpp ', 145 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources06.cpp ',
145 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources07.cpp ', 146 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources07.cpp ',
146 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources08.cpp ', 147 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources08.cpp ',
147 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources09.cpp ', 148 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources09.cpp ',
148 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources10.cpp ', 149 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources10.cpp ',
149 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources11.cpp ', 150 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources11.cpp ',
150 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources12.cpp ', 151 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources12.cpp ',
151 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources13.cpp ', 152 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources13.cpp ',
152 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources14.cpp ', 153 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources14.cpp ',
153 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources15.cpp ', 154 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources15.cpp ',
154 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources16.cpp ', 155 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources16.cpp ',
155 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp ', 156 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp ',
156 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp ', 157 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp ',
157 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp ', 158 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp ',
158 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSourcesAll.cpp' , 159 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerived SourcesAll.cpp',
159 ], 160 ],
160 }], 161 }],
161 ], 162 ],
162 }, 163 },
163 } 164 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698