| 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 'common/AbstractArrayValue.h', | 7 'common/AbstractArrayValue.h', |
| 8 'common/AbstractDictionary.h', | 8 'common/AbstractDictionary.h', |
| 9 'common/AbstractScriptValue.h', | 9 'common/AbstractScriptValue.h', |
| 10 'common/ArrayValue.h', | 10 'common/ArrayValue.h', |
| 11 'common/DeleteResult.h', | 11 'common/DeleteResult.h', |
| 12 'common/Dictionary.cpp', | 12 'common/Dictionary.cpp', |
| 13 'common/Dictionary.h', | 13 'common/Dictionary.h', |
| 14 'common/ExceptionMessages.cpp', | 14 'common/ExceptionMessages.cpp', |
| 15 'common/ExceptionMessages.h', | 15 'common/ExceptionMessages.h', |
| 16 'common/ExceptionState.h', | 16 'common/ExceptionState.h', |
| 17 'common/ExceptionStatePlaceholder.cpp', | 17 'common/ExceptionStatePlaceholder.cpp', |
| 18 'common/ExceptionStatePlaceholder.h', | 18 'common/ExceptionStatePlaceholder.h', |
| 19 'common/Nullable.h', | 19 'common/Nullable.h', |
| 20 'common/ScheduledAction.h', | 20 'common/ScheduledAction.h', |
| 21 'common/ScriptValue.cpp', | 21 'common/ScriptValue.cpp', |
| 22 'common/ScriptValue.h', | 22 'common/ScriptValue.h', |
| 23 'common/ScriptWrappable.h', | 23 'common/ScriptWrappable.h', |
| 24 'common/StackTrace.h', |
| 24 'v8/ActiveDOMCallback.cpp', | 25 'v8/ActiveDOMCallback.cpp', |
| 25 'v8/ActiveDOMCallback.h', | 26 'v8/ActiveDOMCallback.h', |
| 26 'v8/V8ArrayValue.cpp', | 27 'v8/V8ArrayValue.cpp', |
| 27 'v8/V8ArrayValue.h', | 28 'v8/V8ArrayValue.h', |
| 28 'v8/BindingSecurity.cpp', | 29 'v8/BindingSecurity.cpp', |
| 29 'v8/BindingSecurity.h', | 30 'v8/BindingSecurity.h', |
| 30 'v8/CallbackPromiseAdapter.h', | 31 'v8/CallbackPromiseAdapter.h', |
| 31 'v8/CustomElementBinding.cpp', | 32 'v8/CustomElementBinding.cpp', |
| 32 'v8/CustomElementBinding.h', | 33 'v8/CustomElementBinding.h', |
| 33 'v8/CustomElementConstructorBuilder.cpp', | 34 'v8/CustomElementConstructorBuilder.cpp', |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 # supports this use case (gyp turns all actions into ninja restat | 316 # supports this use case (gyp turns all actions into ninja restat |
| 316 # rules). | 317 # rules). |
| 317 ['"<(GENERATOR)"=="ninja"', { | 318 ['"<(GENERATOR)"=="ninja"', { |
| 318 'write_file_only_if_changed': '1', | 319 'write_file_only_if_changed': '1', |
| 319 }, { | 320 }, { |
| 320 'write_file_only_if_changed': '0', | 321 'write_file_only_if_changed': '0', |
| 321 }], | 322 }], |
| 322 ], | 323 ], |
| 323 }, | 324 }, |
| 324 } | 325 } |
| OLD | NEW |