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 50 matching lines...) Loading... |
61 'v8/ScriptSourceCode.cpp', | 61 'v8/ScriptSourceCode.cpp', |
62 'v8/ScriptSourceCode.h', | 62 'v8/ScriptSourceCode.h', |
63 'v8/ScriptState.cpp', | 63 'v8/ScriptState.cpp', |
64 'v8/ScriptState.h', | 64 'v8/ScriptState.h', |
65 'v8/ScriptValue.cpp', | 65 'v8/ScriptValue.cpp', |
66 'v8/ScriptValue.h', | 66 'v8/ScriptValue.h', |
67 'v8/ScriptWrappable.h', | 67 'v8/ScriptWrappable.h', |
68 'v8/SerializedScriptValue.cpp', | 68 'v8/SerializedScriptValue.cpp', |
69 'v8/SerializedScriptValue.h', | 69 'v8/SerializedScriptValue.h', |
70 'v8/SharedPersistent.h', | 70 'v8/SharedPersistent.h', |
| 71 'v8/UnsafePersistent.h', |
71 'v8/V8AbstractEventListener.cpp', | 72 'v8/V8AbstractEventListener.cpp', |
72 'v8/V8AbstractEventListener.h', | 73 'v8/V8AbstractEventListener.h', |
73 'v8/V8AdaptorFunction.cpp', | 74 'v8/V8AdaptorFunction.cpp', |
74 'v8/V8AdaptorFunction.h', | 75 'v8/V8AdaptorFunction.h', |
75 'v8/V8Binding.cpp', | 76 'v8/V8Binding.cpp', |
76 'v8/V8Binding.h', | 77 'v8/V8Binding.h', |
77 'v8/V8BindingMacros.h', | 78 'v8/V8BindingMacros.h', |
78 'v8/V8Callback.cpp', | 79 'v8/V8Callback.cpp', |
79 'v8/V8Callback.h', | 80 'v8/V8Callback.h', |
80 'v8/V8Collection.cpp', | 81 'v8/V8Collection.cpp', |
(...skipping 179 matching lines...) Loading... |
260 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
15.cpp', | 261 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
15.cpp', |
261 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
16.cpp', | 262 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
16.cpp', |
262 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
17.cpp', | 263 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
17.cpp', |
263 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
18.cpp', | 264 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
18.cpp', |
264 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
19.cpp', | 265 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
19.cpp', |
265 ], | 266 ], |
266 }], | 267 }], |
267 ], | 268 ], |
268 }, | 269 }, |
269 } | 270 } |
OLD | NEW |