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

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

Issue 24403002: [ABANDONED] Implement ThenableCoercions for AP2 Promises (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | Source/bindings/v8/ThenableCoercions.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'v8/ScriptState.cpp', 73 'v8/ScriptState.cpp',
74 'v8/ScriptState.h', 74 'v8/ScriptState.h',
75 'v8/ScriptString.cpp', 75 'v8/ScriptString.cpp',
76 'v8/ScriptString.h', 76 'v8/ScriptString.h',
77 'v8/ScriptValue.cpp', 77 'v8/ScriptValue.cpp',
78 'v8/ScriptValue.h', 78 'v8/ScriptValue.h',
79 'v8/ScriptWrappable.h', 79 'v8/ScriptWrappable.h',
80 'v8/SerializedScriptValue.cpp', 80 'v8/SerializedScriptValue.cpp',
81 'v8/SerializedScriptValue.h', 81 'v8/SerializedScriptValue.h',
82 'v8/SharedPersistent.h', 82 'v8/SharedPersistent.h',
83 'v8/ThenableCoercions.cpp',
84 'v8/ThenableCoercions.h',
83 'v8/UnsafePersistent.h', 85 'v8/UnsafePersistent.h',
84 'v8/V8AbstractEventListener.cpp', 86 'v8/V8AbstractEventListener.cpp',
85 'v8/V8AbstractEventListener.h', 87 'v8/V8AbstractEventListener.h',
86 'v8/V8Binding.cpp', 88 'v8/V8Binding.cpp',
87 'v8/V8Binding.h', 89 'v8/V8Binding.h',
88 'v8/V8BindingMacros.h', 90 'v8/V8BindingMacros.h',
89 'v8/V8Callback.cpp', 91 'v8/V8Callback.cpp',
90 'v8/V8Callback.h', 92 'v8/V8Callback.h',
91 'v8/V8CustomElementLifecycleCallbacks.cpp', 93 'v8/V8CustomElementLifecycleCallbacks.cpp',
92 'v8/V8CustomElementLifecycleCallbacks.h', 94 'v8/V8CustomElementLifecycleCallbacks.h',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'v8/custom/V8WorkerCustom.cpp', 249 'v8/custom/V8WorkerCustom.cpp',
248 'v8/custom/V8XMLHttpRequestCustom.cpp', 250 'v8/custom/V8XMLHttpRequestCustom.cpp',
249 'v8/custom/V8XSLTProcessorCustom.cpp', 251 'v8/custom/V8XSLTProcessorCustom.cpp',
250 'v8/npruntime.cpp', 252 'v8/npruntime.cpp',
251 'v8/npruntime_impl.h', 253 'v8/npruntime_impl.h',
252 'v8/npruntime_priv.h', 254 'v8/npruntime_priv.h',
253 ], 255 ],
254 'bindings_unittest_files': [ 256 'bindings_unittest_files': [
255 'v8/IDBBindingUtilitiesTest.cpp', 257 'v8/IDBBindingUtilitiesTest.cpp',
256 'v8/ScriptPromiseResolverTest.cpp', 258 'v8/ScriptPromiseResolverTest.cpp',
259 'v8/ThenableCoercionsTest.cpp',
257 ], 260 ],
258 'conditions': [ 261 'conditions': [
259 ['OS=="win" and buildtype=="Official"', { 262 ['OS=="win" and buildtype=="Official"', {
260 # On windows official release builds, we try to preserve symbol space. 263 # On windows official release builds, we try to preserve symbol space.
261 'derived_sources_aggregate_files': [ 264 'derived_sources_aggregate_files': [
262 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSourcesA ll.cpp', 265 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSourcesA ll.cpp',
263 ], 266 ],
264 },{ 267 },{
265 'derived_sources_aggregate_files': [ 268 'derived_sources_aggregate_files': [
266 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources0 1.cpp', 269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources0 1.cpp',
(...skipping 13 matching lines...) Expand all
280 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp', 283 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp',
281 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp', 284 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp',
282 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp', 285 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp',
283 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp', 286 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp',
284 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp', 287 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp',
285 ], 288 ],
286 }], 289 }],
287 ], 290 ],
288 }, 291 },
289 } 292 }
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/v8/ThenableCoercions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698