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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'v8/custom/V8HistoryCustom.cpp', | 199 'v8/custom/V8HistoryCustom.cpp', |
200 'v8/custom/V8ImageDataCustom.cpp', | 200 'v8/custom/V8ImageDataCustom.cpp', |
201 'v8/custom/V8InjectedScriptHostCustom.cpp', | 201 'v8/custom/V8InjectedScriptHostCustom.cpp', |
202 'v8/custom/V8InjectedScriptManager.cpp', | 202 'v8/custom/V8InjectedScriptManager.cpp', |
203 'v8/custom/V8InspectorFrontendHostCustom.cpp', | 203 'v8/custom/V8InspectorFrontendHostCustom.cpp', |
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/V8LockManagerCustom.cpp', |
209 'v8/custom/V8MessageChannelCustom.cpp', | 210 'v8/custom/V8MessageChannelCustom.cpp', |
210 'v8/custom/V8MessageEventCustom.cpp', | 211 'v8/custom/V8MessageEventCustom.cpp', |
211 'v8/custom/V8MessagePortCustom.cpp', | 212 'v8/custom/V8MessagePortCustom.cpp', |
212 'v8/custom/V8MutationObserverCustom.cpp', | 213 'v8/custom/V8MutationObserverCustom.cpp', |
213 'v8/custom/V8NodeCustom.cpp', | 214 'v8/custom/V8NodeCustom.cpp', |
214 'v8/custom/V8PerformanceEntryCustom.cpp', | 215 'v8/custom/V8PerformanceEntryCustom.cpp', |
215 'v8/custom/V8PopStateEventCustom.cpp', | 216 'v8/custom/V8PopStateEventCustom.cpp', |
216 'v8/custom/V8PromiseCustom.cpp', | 217 'v8/custom/V8PromiseCustom.cpp', |
217 'v8/custom/V8SQLResultSetRowListCustom.cpp', | 218 'v8/custom/V8SQLResultSetRowListCustom.cpp', |
218 'v8/custom/V8SQLTransactionCustom.cpp', | 219 'v8/custom/V8SQLTransactionCustom.cpp', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 # supports this use case (gyp turns all actions into ninja restat | 285 # supports this use case (gyp turns all actions into ninja restat |
285 # rules). | 286 # rules). |
286 ['"<(GENERATOR)"=="ninja"', { | 287 ['"<(GENERATOR)"=="ninja"', { |
287 'write_file_only_if_changed': '1', | 288 'write_file_only_if_changed': '1', |
288 }, { | 289 }, { |
289 'write_file_only_if_changed': '0', | 290 'write_file_only_if_changed': '0', |
290 }], | 291 }], |
291 ], | 292 ], |
292 }, | 293 }, |
293 } | 294 } |
OLD | NEW |