| 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 'v8/custom/V8Int16ArrayCustom.h', | 204 'v8/custom/V8Int16ArrayCustom.h', |
| 205 'v8/custom/V8Int32ArrayCustom.h', | 205 'v8/custom/V8Int32ArrayCustom.h', |
| 206 'v8/custom/V8Int8ArrayCustom.h', | 206 'v8/custom/V8Int8ArrayCustom.h', |
| 207 'v8/custom/V8JavaScriptCallFrameCustom.cpp', | 207 'v8/custom/V8JavaScriptCallFrameCustom.cpp', |
| 208 'v8/custom/V8LocationCustom.cpp', | 208 'v8/custom/V8LocationCustom.cpp', |
| 209 'v8/custom/V8MessageChannelCustom.cpp', | 209 'v8/custom/V8MessageChannelCustom.cpp', |
| 210 'v8/custom/V8MessageEventCustom.cpp', | 210 'v8/custom/V8MessageEventCustom.cpp', |
| 211 'v8/custom/V8MessagePortCustom.cpp', | 211 'v8/custom/V8MessagePortCustom.cpp', |
| 212 'v8/custom/V8MutationObserverCustom.cpp', | 212 'v8/custom/V8MutationObserverCustom.cpp', |
| 213 'v8/custom/V8NodeCustom.cpp', | 213 'v8/custom/V8NodeCustom.cpp', |
| 214 'v8/custom/V8OscillatorNodeCustom.cpp', | |
| 215 'v8/custom/V8PerformanceEntryCustom.cpp', | 214 'v8/custom/V8PerformanceEntryCustom.cpp', |
| 216 'v8/custom/V8PopStateEventCustom.cpp', | 215 'v8/custom/V8PopStateEventCustom.cpp', |
| 217 'v8/custom/V8PromiseCustom.cpp', | 216 'v8/custom/V8PromiseCustom.cpp', |
| 218 'v8/custom/V8SQLResultSetRowListCustom.cpp', | 217 'v8/custom/V8SQLResultSetRowListCustom.cpp', |
| 219 'v8/custom/V8SQLTransactionCustom.cpp', | 218 'v8/custom/V8SQLTransactionCustom.cpp', |
| 220 'v8/custom/V8SQLTransactionSyncCustom.cpp', | 219 'v8/custom/V8SQLTransactionSyncCustom.cpp', |
| 221 'v8/custom/V8SVGElementCustom.cpp', | 220 'v8/custom/V8SVGElementCustom.cpp', |
| 222 'v8/custom/V8SVGPathSegCustom.cpp', | 221 'v8/custom/V8SVGPathSegCustom.cpp', |
| 223 'v8/custom/V8ServiceWorkerCustom.cpp', | 222 'v8/custom/V8ServiceWorkerCustom.cpp', |
| 224 'v8/custom/V8StyleSheetCustom.cpp', | 223 'v8/custom/V8StyleSheetCustom.cpp', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 # supports this use case (gyp turns all actions into ninja restat | 284 # supports this use case (gyp turns all actions into ninja restat |
| 286 # rules). | 285 # rules). |
| 287 ['"<(GENERATOR)"=="ninja"', { | 286 ['"<(GENERATOR)"=="ninja"', { |
| 288 'write_file_only_if_changed': '1', | 287 'write_file_only_if_changed': '1', |
| 289 }, { | 288 }, { |
| 290 'write_file_only_if_changed': '0', | 289 'write_file_only_if_changed': '0', |
| 291 }], | 290 }], |
| 292 ], | 291 ], |
| 293 }, | 292 }, |
| 294 } | 293 } |
| OLD | NEW |