| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 'v8/custom/V8TrackEventCustom.cpp', | 228 'v8/custom/V8TrackEventCustom.cpp', |
| 229 'v8/custom/V8TypedArrayCustom.h', | 229 'v8/custom/V8TypedArrayCustom.h', |
| 230 'v8/custom/V8Uint16ArrayCustom.h', | 230 'v8/custom/V8Uint16ArrayCustom.h', |
| 231 'v8/custom/V8Uint32ArrayCustom.h', | 231 'v8/custom/V8Uint32ArrayCustom.h', |
| 232 'v8/custom/V8Uint8ArrayCustom.h', | 232 'v8/custom/V8Uint8ArrayCustom.h', |
| 233 'v8/custom/V8Uint8ClampedArrayCustom.h', | 233 'v8/custom/V8Uint8ClampedArrayCustom.h', |
| 234 'v8/custom/V8WebGLRenderingContextCustom.cpp', | 234 'v8/custom/V8WebGLRenderingContextCustom.cpp', |
| 235 'v8/custom/V8WebKitPointCustom.cpp', | 235 'v8/custom/V8WebKitPointCustom.cpp', |
| 236 'v8/custom/V8WindowCustom.cpp', | 236 'v8/custom/V8WindowCustom.cpp', |
| 237 'v8/custom/V8WorkerGlobalScopeCustom.cpp', | 237 'v8/custom/V8WorkerGlobalScopeCustom.cpp', |
| 238 'v8/custom/V8WorkerCryptoCustom.cpp', | |
| 239 'v8/custom/V8WorkerCustom.cpp', | 238 'v8/custom/V8WorkerCustom.cpp', |
| 240 'v8/custom/V8XMLHttpRequestCustom.cpp', | 239 'v8/custom/V8XMLHttpRequestCustom.cpp', |
| 241 'v8/custom/V8XSLTProcessorCustom.cpp', | 240 'v8/custom/V8XSLTProcessorCustom.cpp', |
| 242 'v8/npruntime.cpp', | 241 'v8/npruntime.cpp', |
| 243 'v8/npruntime_impl.h', | 242 'v8/npruntime_impl.h', |
| 244 'v8/npruntime_priv.h', | 243 'v8/npruntime_priv.h', |
| 245 ], | 244 ], |
| 246 'bindings_unittest_files': [ | 245 'bindings_unittest_files': [ |
| 247 'v8/IDBBindingUtilitiesTest.cpp', | 246 'v8/IDBBindingUtilitiesTest.cpp', |
| 248 'v8/ScriptPromiseResolverTest.cpp', | 247 'v8/ScriptPromiseResolverTest.cpp', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 # supports this use case (gyp turns all actions into ninja restat | 286 # supports this use case (gyp turns all actions into ninja restat |
| 288 # rules). | 287 # rules). |
| 289 ['"<(GENERATOR)"=="ninja"', { | 288 ['"<(GENERATOR)"=="ninja"', { |
| 290 'write_file_only_if_changed': '1', | 289 'write_file_only_if_changed': '1', |
| 291 }, { | 290 }, { |
| 292 'write_file_only_if_changed': '0', | 291 'write_file_only_if_changed': '0', |
| 293 }], | 292 }], |
| 294 ], | 293 ], |
| 295 }, | 294 }, |
| 296 } | 295 } |
| OLD | NEW |