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

Side by Side Diff: Source/bindings/bindings.gypi

Issue 57483002: Implement File constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed most feedback. Created 7 years, 1 month 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'bindings_dir': ['.'], 3 'bindings_dir': ['.'],
4 'bindings_files': [ 4 'bindings_files': [
5 'v8/ActiveDOMCallback.cpp', 5 'v8/ActiveDOMCallback.cpp',
6 'v8/ActiveDOMCallback.h', 6 'v8/ActiveDOMCallback.h',
7 'v8/ArrayValue.cpp', 7 'v8/ArrayValue.cpp',
8 'v8/ArrayValue.h', 8 'v8/ArrayValue.h',
9 'v8/BindingSecurity.cpp', 9 'v8/BindingSecurity.cpp',
10 'v8/BindingSecurity.h', 10 'v8/BindingSecurity.h',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'v8/WorkerScriptDebugServer.h', 145 'v8/WorkerScriptDebugServer.h',
146 'v8/WrapperTypeInfo.h', 146 'v8/WrapperTypeInfo.h',
147 'v8/custom/V8AlgorithmCustom.cpp', 147 'v8/custom/V8AlgorithmCustom.cpp',
148 'v8/custom/V8ArrayBufferCustom.cpp', 148 'v8/custom/V8ArrayBufferCustom.cpp',
149 'v8/custom/V8ArrayBufferCustom.h', 149 'v8/custom/V8ArrayBufferCustom.h',
150 'v8/custom/V8ArrayBufferViewCustom.cpp', 150 'v8/custom/V8ArrayBufferViewCustom.cpp',
151 'v8/custom/V8ArrayBufferViewCustom.h', 151 'v8/custom/V8ArrayBufferViewCustom.h',
152 'v8/custom/V8AudioNodeCustom.cpp', 152 'v8/custom/V8AudioNodeCustom.cpp',
153 'v8/custom/V8BiquadFilterNodeCustom.cpp', 153 'v8/custom/V8BiquadFilterNodeCustom.cpp',
154 'v8/custom/V8BlobCustom.cpp', 154 'v8/custom/V8BlobCustom.cpp',
155 'v8/custom/V8BlobCustomHelpers.cpp',
156 'v8/custom/V8BlobCustomHelpers.h',
155 'v8/custom/V8CSSRuleCustom.cpp', 157 'v8/custom/V8CSSRuleCustom.cpp',
156 'v8/custom/V8CSSStyleDeclarationCustom.cpp', 158 'v8/custom/V8CSSStyleDeclarationCustom.cpp',
157 'v8/custom/V8CSSValueCustom.cpp', 159 'v8/custom/V8CSSValueCustom.cpp',
158 'v8/custom/V8CanvasRenderingContext2DCustom.cpp', 160 'v8/custom/V8CanvasRenderingContext2DCustom.cpp',
159 'v8/custom/V8CanvasRenderingContextCustom.cpp', 161 'v8/custom/V8CanvasRenderingContextCustom.cpp',
160 'v8/custom/V8CryptoCustom.cpp', 162 'v8/custom/V8CryptoCustom.cpp',
161 'v8/custom/V8CustomEventCustom.cpp', 163 'v8/custom/V8CustomEventCustom.cpp',
162 'v8/custom/V8CustomSQLStatementErrorCallback.cpp', 164 'v8/custom/V8CustomSQLStatementErrorCallback.cpp',
163 'v8/custom/V8CustomXPathNSResolver.cpp', 165 'v8/custom/V8CustomXPathNSResolver.cpp',
164 'v8/custom/V8CustomXPathNSResolver.h', 166 'v8/custom/V8CustomXPathNSResolver.h',
165 'v8/custom/V8DataViewCustom.cpp', 167 'v8/custom/V8DataViewCustom.cpp',
166 'v8/custom/V8DataViewCustom.h', 168 'v8/custom/V8DataViewCustom.h',
167 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp', 169 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp',
168 'v8/custom/V8DeviceMotionEventCustom.cpp', 170 'v8/custom/V8DeviceMotionEventCustom.cpp',
169 'v8/custom/V8DeviceOrientationEventCustom.cpp', 171 'v8/custom/V8DeviceOrientationEventCustom.cpp',
170 'v8/custom/V8DocumentCustom.cpp', 172 'v8/custom/V8DocumentCustom.cpp',
171 'v8/custom/V8EntryCustom.cpp', 173 'v8/custom/V8EntryCustom.cpp',
172 'v8/custom/V8EntrySyncCustom.cpp', 174 'v8/custom/V8EntrySyncCustom.cpp',
173 'v8/custom/V8EventCustom.cpp', 175 'v8/custom/V8EventCustom.cpp',
174 'v8/custom/V8EventTargetCustom.cpp', 176 'v8/custom/V8EventTargetCustom.cpp',
175 'v8/custom/V8ErrorEventCustom.cpp', 177 'v8/custom/V8ErrorEventCustom.cpp',
178 'v8/custom/V8FileCustom.cpp',
176 'v8/custom/V8FileReaderCustom.cpp', 179 'v8/custom/V8FileReaderCustom.cpp',
177 'v8/custom/V8Float32ArrayCustom.h', 180 'v8/custom/V8Float32ArrayCustom.h',
178 'v8/custom/V8Float64ArrayCustom.h', 181 'v8/custom/V8Float64ArrayCustom.h',
179 'v8/custom/V8FormDataCustom.cpp', 182 'v8/custom/V8FormDataCustom.cpp',
180 'v8/custom/V8GeolocationCustom.cpp', 183 'v8/custom/V8GeolocationCustom.cpp',
181 'v8/custom/V8HTMLAllCollectionCustom.cpp', 184 'v8/custom/V8HTMLAllCollectionCustom.cpp',
182 'v8/custom/V8HTMLCanvasElementCustom.cpp', 185 'v8/custom/V8HTMLCanvasElementCustom.cpp',
183 'v8/custom/V8HTMLCollectionCustom.cpp', 186 'v8/custom/V8HTMLCollectionCustom.cpp',
184 'v8/custom/V8HTMLDocumentCustom.cpp', 187 'v8/custom/V8HTMLDocumentCustom.cpp',
185 'v8/custom/V8HTMLElementCustom.cpp', 188 'v8/custom/V8HTMLElementCustom.cpp',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp', 270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp',
268 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp', 271 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp',
269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp', 272 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp',
270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp', 273 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp',
271 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp', 274 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp',
272 ], 275 ],
273 }], 276 }],
274 ], 277 ],
275 }, 278 },
276 } 279 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-shared-worker-expected.txt ('k') | Source/bindings/v8/V8BindingMacros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698