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

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

Issue 26004002: Decouple ScriptPromise creation from ScriptPromiseResolver. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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/ScriptPromise.h » ('j') | Source/bindings/v8/ScriptPromise.h » ('J')
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'v8/ScriptHeapSnapshot.cpp', 57 'v8/ScriptHeapSnapshot.cpp',
58 'v8/ScriptHeapSnapshot.h', 58 'v8/ScriptHeapSnapshot.h',
59 'v8/ScriptInstance.cpp', 59 'v8/ScriptInstance.cpp',
60 'v8/ScriptInstance.h', 60 'v8/ScriptInstance.h',
61 'v8/ScriptObject.cpp', 61 'v8/ScriptObject.cpp',
62 'v8/ScriptObject.h', 62 'v8/ScriptObject.h',
63 'v8/ScriptPreprocessor.cpp', 63 'v8/ScriptPreprocessor.cpp',
64 'v8/ScriptPreprocessor.h', 64 'v8/ScriptPreprocessor.h',
65 'v8/ScriptProfiler.cpp', 65 'v8/ScriptProfiler.cpp',
66 'v8/ScriptProfiler.h', 66 'v8/ScriptProfiler.h',
67 'v8/ScriptPromise.cpp',
67 'v8/ScriptPromise.h', 68 'v8/ScriptPromise.h',
68 'v8/ScriptPromiseResolver.cpp', 69 'v8/ScriptPromiseResolver.cpp',
69 'v8/ScriptPromiseResolver.h', 70 'v8/ScriptPromiseResolver.h',
70 'v8/ScriptScope.cpp', 71 'v8/ScriptScope.cpp',
71 'v8/ScriptScope.h', 72 'v8/ScriptScope.h',
72 'v8/ScriptSourceCode.h', 73 'v8/ScriptSourceCode.h',
73 'v8/ScriptState.cpp', 74 'v8/ScriptState.cpp',
74 'v8/ScriptState.h', 75 'v8/ScriptState.h',
75 'v8/ScriptString.cpp', 76 'v8/ScriptString.cpp',
76 'v8/ScriptString.h', 77 'v8/ScriptString.h',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp', 276 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp',
276 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp', 277 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp',
277 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp', 278 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp',
278 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp', 279 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp',
279 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp', 280 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp',
280 ], 281 ],
281 }], 282 }],
282 ], 283 ],
283 }, 284 },
284 } 285 }
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/v8/ScriptPromise.h » ('j') | Source/bindings/v8/ScriptPromise.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698