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

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

Issue 17035004: [ABANDONED] Introduce Promise example implementation written in JavaScript. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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
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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'v8/V8NPUtils.cpp', 107 'v8/V8NPUtils.cpp',
108 'v8/V8NPUtils.h', 108 'v8/V8NPUtils.h',
109 'v8/V8NodeFilterCondition.cpp', 109 'v8/V8NodeFilterCondition.cpp',
110 'v8/V8NodeFilterCondition.h', 110 'v8/V8NodeFilterCondition.h',
111 'v8/V8ObjectConstructor.cpp', 111 'v8/V8ObjectConstructor.cpp',
112 'v8/V8ObjectConstructor.h', 112 'v8/V8ObjectConstructor.h',
113 'v8/V8PerContextData.cpp', 113 'v8/V8PerContextData.cpp',
114 'v8/V8PerContextData.h', 114 'v8/V8PerContextData.h',
115 'v8/V8PerIsolateData.cpp', 115 'v8/V8PerIsolateData.cpp',
116 'v8/V8PerIsolateData.h', 116 'v8/V8PerIsolateData.h',
117 'v8/V8PromiseUtilities.cpp',
118 'v8/V8PromiseUtilities.h',
117 'v8/V8RecursionScope.cpp', 119 'v8/V8RecursionScope.cpp',
118 'v8/V8RecursionScope.h', 120 'v8/V8RecursionScope.h',
119 'v8/V8ScriptRunner.cpp', 121 'v8/V8ScriptRunner.cpp',
120 'v8/V8ScriptRunner.h', 122 'v8/V8ScriptRunner.h',
121 'v8/V8StringResource.cpp', 123 'v8/V8StringResource.cpp',
122 'v8/V8StringResource.h', 124 'v8/V8StringResource.h',
123 'v8/V8ThrowException.cpp', 125 'v8/V8ThrowException.cpp',
124 'v8/V8ThrowException.h', 126 'v8/V8ThrowException.h',
125 'v8/V8Utilities.cpp', 127 'v8/V8Utilities.cpp',
126 'v8/V8Utilities.h', 128 'v8/V8Utilities.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'v8/custom/V8MessageChannelCustom.cpp', 198 'v8/custom/V8MessageChannelCustom.cpp',
197 'v8/custom/V8MessageEventCustom.cpp', 199 'v8/custom/V8MessageEventCustom.cpp',
198 'v8/custom/V8MessagePortCustom.cpp', 200 'v8/custom/V8MessagePortCustom.cpp',
199 'v8/custom/V8MutationObserverCustom.cpp', 201 'v8/custom/V8MutationObserverCustom.cpp',
200 'v8/custom/V8NodeCustom.cpp', 202 'v8/custom/V8NodeCustom.cpp',
201 'v8/custom/V8NodeListCustom.cpp', 203 'v8/custom/V8NodeListCustom.cpp',
202 'v8/custom/V8OscillatorNodeCustom.cpp', 204 'v8/custom/V8OscillatorNodeCustom.cpp',
203 'v8/custom/V8PannerNodeCustom.cpp', 205 'v8/custom/V8PannerNodeCustom.cpp',
204 'v8/custom/V8PerformanceEntryCustom.cpp', 206 'v8/custom/V8PerformanceEntryCustom.cpp',
205 'v8/custom/V8PopStateEventCustom.cpp', 207 'v8/custom/V8PopStateEventCustom.cpp',
208 'v8/custom/V8PromiseCustom.cpp',
206 'v8/custom/V8SQLResultSetRowListCustom.cpp', 209 'v8/custom/V8SQLResultSetRowListCustom.cpp',
207 'v8/custom/V8SQLTransactionCustom.cpp', 210 'v8/custom/V8SQLTransactionCustom.cpp',
208 'v8/custom/V8SQLTransactionSyncCustom.cpp', 211 'v8/custom/V8SQLTransactionSyncCustom.cpp',
209 'v8/custom/V8SVGDocumentCustom.cpp', 212 'v8/custom/V8SVGDocumentCustom.cpp',
210 'v8/custom/V8SVGElementCustom.cpp', 213 'v8/custom/V8SVGElementCustom.cpp',
211 'v8/custom/V8SVGLengthCustom.cpp', 214 'v8/custom/V8SVGLengthCustom.cpp',
212 'v8/custom/V8SVGPathSegCustom.cpp', 215 'v8/custom/V8SVGPathSegCustom.cpp',
213 'v8/custom/V8StorageCustom.cpp', 216 'v8/custom/V8StorageCustom.cpp',
214 'v8/custom/V8StyleSheetCustom.cpp', 217 'v8/custom/V8StyleSheetCustom.cpp',
215 'v8/custom/V8TextCustom.cpp', 218 'v8/custom/V8TextCustom.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 256 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
254 ], 257 ],
255 }], 258 }],
256 ], 259 ],
257 }, 260 },
258 } 261 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698