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

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

Issue 15786003: WIP don't review: Implement Future (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 '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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'v8/ScriptValue.h', 63 'v8/ScriptValue.h',
64 'v8/ScriptWrappable.h', 64 'v8/ScriptWrappable.h',
65 'v8/SerializedScriptValue.cpp', 65 'v8/SerializedScriptValue.cpp',
66 'v8/SerializedScriptValue.h', 66 'v8/SerializedScriptValue.h',
67 'v8/SharedPersistent.h', 67 'v8/SharedPersistent.h',
68 'v8/UnsafePersistent.h', 68 'v8/UnsafePersistent.h',
69 'v8/V8AbstractEventListener.cpp', 69 'v8/V8AbstractEventListener.cpp',
70 'v8/V8AbstractEventListener.h', 70 'v8/V8AbstractEventListener.h',
71 'v8/V8AdaptorFunction.cpp', 71 'v8/V8AdaptorFunction.cpp',
72 'v8/V8AdaptorFunction.h', 72 'v8/V8AdaptorFunction.h',
73 'v8/V8AnyCallback.cpp',
74 'v8/V8AnyCallback.h',
73 'v8/V8Binding.cpp', 75 'v8/V8Binding.cpp',
74 'v8/V8Binding.h', 76 'v8/V8Binding.h',
75 'v8/V8BindingMacros.h', 77 'v8/V8BindingMacros.h',
76 'v8/V8Callback.cpp', 78 'v8/V8Callback.cpp',
77 'v8/V8Callback.h', 79 'v8/V8Callback.h',
78 'v8/V8Collection.cpp', 80 'v8/V8Collection.cpp',
79 'v8/V8Collection.h', 81 'v8/V8Collection.h',
80 'v8/V8DOMActivityLogger.h', 82 'v8/V8DOMActivityLogger.h',
81 'v8/V8DOMConfiguration.cpp', 83 'v8/V8DOMConfiguration.cpp',
82 'v8/V8DOMConfiguration.h', 84 'v8/V8DOMConfiguration.h',
83 'v8/V8DOMWindowShell.cpp', 85 'v8/V8DOMWindowShell.cpp',
84 'v8/V8DOMWindowShell.h', 86 'v8/V8DOMWindowShell.h',
85 'v8/V8DOMWrapper.cpp', 87 'v8/V8DOMWrapper.cpp',
86 'v8/V8DOMWrapper.h', 88 'v8/V8DOMWrapper.h',
87 'v8/V8EventListener.cpp', 89 'v8/V8EventListener.cpp',
88 'v8/V8EventListener.h', 90 'v8/V8EventListener.h',
89 'v8/V8EventListenerList.cpp', 91 'v8/V8EventListenerList.cpp',
90 'v8/V8EventListenerList.h', 92 'v8/V8EventListenerList.h',
93 'v8/V8FutureInit.cpp',
94 'v8/V8FutureInit.h',
91 'v8/V8GCController.cpp', 95 'v8/V8GCController.cpp',
92 'v8/V8GCController.h', 96 'v8/V8GCController.h',
93 'v8/V8GCForContextDispose.cpp', 97 'v8/V8GCForContextDispose.cpp',
94 'v8/V8GCForContextDispose.h', 98 'v8/V8GCForContextDispose.h',
95 'v8/V8HiddenPropertyName.cpp', 99 'v8/V8HiddenPropertyName.cpp',
96 'v8/V8HiddenPropertyName.h', 100 'v8/V8HiddenPropertyName.h',
97 'v8/V8Initializer.cpp', 101 'v8/V8Initializer.cpp',
98 'v8/V8Initializer.h', 102 'v8/V8Initializer.h',
99 'v8/V8LazyEventListener.cpp', 103 'v8/V8LazyEventListener.cpp',
100 'v8/V8LazyEventListener.h', 104 'v8/V8LazyEventListener.h',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'v8/custom/V8DeviceOrientationEventCustom.cpp', 169 'v8/custom/V8DeviceOrientationEventCustom.cpp',
166 'v8/custom/V8DocumentCustom.cpp', 170 'v8/custom/V8DocumentCustom.cpp',
167 'v8/custom/V8DocumentLocationCustom.cpp', 171 'v8/custom/V8DocumentLocationCustom.cpp',
168 'v8/custom/V8ElementCustom.cpp', 172 'v8/custom/V8ElementCustom.cpp',
169 'v8/custom/V8EntryCustom.cpp', 173 'v8/custom/V8EntryCustom.cpp',
170 'v8/custom/V8EntrySyncCustom.cpp', 174 'v8/custom/V8EntrySyncCustom.cpp',
171 'v8/custom/V8EventCustom.cpp', 175 'v8/custom/V8EventCustom.cpp',
172 'v8/custom/V8EventTargetCustom.cpp', 176 'v8/custom/V8EventTargetCustom.cpp',
173 'v8/custom/V8FileReaderCustom.cpp', 177 'v8/custom/V8FileReaderCustom.cpp',
174 'v8/custom/V8FormDataCustom.cpp', 178 'v8/custom/V8FormDataCustom.cpp',
179 'v8/custom/V8FutureCustom.cpp',
180 'v8/custom/V8FutureResolverCustom.cpp',
175 'v8/custom/V8GeolocationCustom.cpp', 181 'v8/custom/V8GeolocationCustom.cpp',
176 'v8/custom/V8HTMLAllCollectionCustom.cpp', 182 'v8/custom/V8HTMLAllCollectionCustom.cpp',
177 'v8/custom/V8HTMLCanvasElementCustom.cpp', 183 'v8/custom/V8HTMLCanvasElementCustom.cpp',
178 'v8/custom/V8HTMLCollectionCustom.cpp', 184 'v8/custom/V8HTMLCollectionCustom.cpp',
179 'v8/custom/V8HTMLDocumentCustom.cpp', 185 'v8/custom/V8HTMLDocumentCustom.cpp',
180 'v8/custom/V8HTMLElementCustom.cpp', 186 'v8/custom/V8HTMLElementCustom.cpp',
181 'v8/custom/V8HTMLFormControlsCollectionCustom.cpp', 187 'v8/custom/V8HTMLFormControlsCollectionCustom.cpp',
182 'v8/custom/V8HTMLFormElementCustom.cpp', 188 'v8/custom/V8HTMLFormElementCustom.cpp',
183 'v8/custom/V8HTMLFrameElementCustom.cpp', 189 'v8/custom/V8HTMLFrameElementCustom.cpp',
184 'v8/custom/V8HTMLFrameSetElementCustom.cpp', 190 'v8/custom/V8HTMLFrameSetElementCustom.cpp',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 260 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 261 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
256 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 262 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
257 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 263 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
258 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 264 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
259 ], 265 ],
260 }], 266 }],
261 ], 267 ],
262 }, 268 },
263 } 269 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698