OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'bindings_v8_dir': 'v8', | 3 'bindings_v8_dir': 'v8', |
4 'blink_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink', | 4 'blink_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink', |
5 'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings', | 5 'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings', |
6 'bindings_files': [ | 6 'bindings_files': [ |
7 'v8/ActiveDOMCallback.cpp', | 7 'v8/ActiveDOMCallback.cpp', |
8 'v8/ActiveDOMCallback.h', | 8 'v8/ActiveDOMCallback.h', |
9 'v8/ArrayValue.cpp', | 9 'v8/ArrayValue.cpp', |
10 'v8/ArrayValue.h', | 10 'v8/ArrayValue.h', |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 'v8/custom/V8Int8ArrayCustom.h', | 200 'v8/custom/V8Int8ArrayCustom.h', |
201 'v8/custom/V8JavaScriptCallFrameCustom.cpp', | 201 'v8/custom/V8JavaScriptCallFrameCustom.cpp', |
202 'v8/custom/V8LocationCustom.cpp', | 202 'v8/custom/V8LocationCustom.cpp', |
203 'v8/custom/V8MessageChannelCustom.cpp', | 203 'v8/custom/V8MessageChannelCustom.cpp', |
204 'v8/custom/V8MessageEventCustom.cpp', | 204 'v8/custom/V8MessageEventCustom.cpp', |
205 'v8/custom/V8MessagePortCustom.cpp', | 205 'v8/custom/V8MessagePortCustom.cpp', |
206 'v8/custom/V8MutationObserverCustom.cpp', | 206 'v8/custom/V8MutationObserverCustom.cpp', |
207 'v8/custom/V8NodeCustom.cpp', | 207 'v8/custom/V8NodeCustom.cpp', |
208 'v8/custom/V8PerformanceEntryCustom.cpp', | 208 'v8/custom/V8PerformanceEntryCustom.cpp', |
209 'v8/custom/V8PopStateEventCustom.cpp', | 209 'v8/custom/V8PopStateEventCustom.cpp', |
210 'v8/custom/V8PromiseCustom.cpp', | |
211 'v8/custom/V8SQLResultSetRowListCustom.cpp', | 210 'v8/custom/V8SQLResultSetRowListCustom.cpp', |
212 'v8/custom/V8SQLTransactionCustom.cpp', | 211 'v8/custom/V8SQLTransactionCustom.cpp', |
213 'v8/custom/V8SQLTransactionSyncCustom.cpp', | 212 'v8/custom/V8SQLTransactionSyncCustom.cpp', |
214 'v8/custom/V8SVGElementCustom.cpp', | 213 'v8/custom/V8SVGElementCustom.cpp', |
215 'v8/custom/V8SVGPathSegCustom.cpp', | 214 'v8/custom/V8SVGPathSegCustom.cpp', |
216 'v8/custom/V8ServiceWorkerCustom.cpp', | 215 'v8/custom/V8ServiceWorkerCustom.cpp', |
217 'v8/custom/V8StyleSheetCustom.cpp', | 216 'v8/custom/V8StyleSheetCustom.cpp', |
218 'v8/custom/V8SubtleCryptoCustom.cpp', | 217 'v8/custom/V8SubtleCryptoCustom.cpp', |
219 'v8/custom/V8TextCustom.cpp', | 218 'v8/custom/V8TextCustom.cpp', |
220 'v8/custom/V8TextTrackCueCustom.cpp', | 219 'v8/custom/V8TextTrackCueCustom.cpp', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 # supports this use case (gyp turns all actions into ninja restat | 302 # supports this use case (gyp turns all actions into ninja restat |
304 # rules). | 303 # rules). |
305 ['"<(GENERATOR)"=="ninja"', { | 304 ['"<(GENERATOR)"=="ninja"', { |
306 'write_file_only_if_changed': '1', | 305 'write_file_only_if_changed': '1', |
307 }, { | 306 }, { |
308 'write_file_only_if_changed': '0', | 307 'write_file_only_if_changed': '0', |
309 }], | 308 }], |
310 ], | 309 ], |
311 }, | 310 }, |
312 } | 311 } |
OLD | NEW |