OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'bindings_dir': ['.'], | 3 'bindings_dir': ['.'], |
4 'bindings_files': [ | 4 'bindings_files': [ |
5 'v8/ActiveDOMCallback.cpp', | 5 'v8/ActiveDOMCallback.cpp', |
6 'v8/ActiveDOMCallback.h', | 6 'v8/ActiveDOMCallback.h', |
7 'v8/ArrayValue.cpp', | 7 'v8/ArrayValue.cpp', |
8 'v8/ArrayValue.h', | 8 'v8/ArrayValue.h', |
9 'v8/BindingSecurity.cpp', | 9 'v8/BindingSecurity.cpp', |
10 'v8/BindingSecurity.h', | 10 'v8/BindingSecurity.h', |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'v8/custom/V8CustomEventCustom.cpp', | 164 'v8/custom/V8CustomEventCustom.cpp', |
165 'v8/custom/V8CustomSQLStatementErrorCallback.cpp', | 165 'v8/custom/V8CustomSQLStatementErrorCallback.cpp', |
166 'v8/custom/V8CustomXPathNSResolver.cpp', | 166 'v8/custom/V8CustomXPathNSResolver.cpp', |
167 'v8/custom/V8CustomXPathNSResolver.h', | 167 'v8/custom/V8CustomXPathNSResolver.h', |
168 'v8/custom/V8DataViewCustom.cpp', | 168 'v8/custom/V8DataViewCustom.cpp', |
169 'v8/custom/V8DataViewCustom.h', | 169 'v8/custom/V8DataViewCustom.h', |
170 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp', | 170 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp', |
171 'v8/custom/V8DeviceMotionEventCustom.cpp', | 171 'v8/custom/V8DeviceMotionEventCustom.cpp', |
172 'v8/custom/V8DeviceOrientationEventCustom.cpp', | 172 'v8/custom/V8DeviceOrientationEventCustom.cpp', |
173 'v8/custom/V8DocumentCustom.cpp', | 173 'v8/custom/V8DocumentCustom.cpp', |
174 'v8/custom/V8DocumentLocationCustom.cpp', | |
175 'v8/custom/V8EntryCustom.cpp', | 174 'v8/custom/V8EntryCustom.cpp', |
176 'v8/custom/V8EntrySyncCustom.cpp', | 175 'v8/custom/V8EntrySyncCustom.cpp', |
177 'v8/custom/V8EventCustom.cpp', | 176 'v8/custom/V8EventCustom.cpp', |
178 'v8/custom/V8EventTargetCustom.cpp', | 177 'v8/custom/V8EventTargetCustom.cpp', |
179 'v8/custom/V8ErrorEventCustom.cpp', | 178 'v8/custom/V8ErrorEventCustom.cpp', |
180 'v8/custom/V8FileReaderCustom.cpp', | 179 'v8/custom/V8FileReaderCustom.cpp', |
181 'v8/custom/V8Float32ArrayCustom.h', | 180 'v8/custom/V8Float32ArrayCustom.h', |
182 'v8/custom/V8Float64ArrayCustom.h', | 181 'v8/custom/V8Float64ArrayCustom.h', |
183 'v8/custom/V8FormDataCustom.cpp', | 182 'v8/custom/V8FormDataCustom.cpp', |
184 'v8/custom/V8GeolocationCustom.cpp', | 183 'v8/custom/V8GeolocationCustom.cpp', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
5.cpp', | 275 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
5.cpp', |
277 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
6.cpp', | 276 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
6.cpp', |
278 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
7.cpp', | 277 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
7.cpp', |
279 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
8.cpp', | 278 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
8.cpp', |
280 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
9.cpp', | 279 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
9.cpp', |
281 ], | 280 ], |
282 }], | 281 }], |
283 ], | 282 ], |
284 }, | 283 }, |
285 } | 284 } |
OLD | NEW |