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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 'v8/ScriptSourceCode.cpp', | 70 'v8/ScriptSourceCode.cpp', |
71 'v8/ScriptSourceCode.h', | 71 'v8/ScriptSourceCode.h', |
72 'v8/ScriptState.cpp', | 72 'v8/ScriptState.cpp', |
73 'v8/ScriptState.h', | 73 'v8/ScriptState.h', |
74 'v8/ScriptValue.cpp', | 74 'v8/ScriptValue.cpp', |
75 'v8/ScriptValue.h', | 75 'v8/ScriptValue.h', |
76 'v8/ScriptWrappable.h', | 76 'v8/ScriptWrappable.h', |
77 'v8/SerializedScriptValue.cpp', | 77 'v8/SerializedScriptValue.cpp', |
78 'v8/SerializedScriptValue.h', | 78 'v8/SerializedScriptValue.h', |
79 'v8/SharedPersistent.h', | 79 'v8/SharedPersistent.h', |
| 80 'v8/UnsafePersistent.h', |
80 'v8/V8AbstractEventListener.cpp', | 81 'v8/V8AbstractEventListener.cpp', |
81 'v8/V8AbstractEventListener.h', | 82 'v8/V8AbstractEventListener.h', |
82 'v8/V8AdaptorFunction.cpp', | 83 'v8/V8AdaptorFunction.cpp', |
83 'v8/V8AdaptorFunction.h', | 84 'v8/V8AdaptorFunction.h', |
84 'v8/V8Binding.cpp', | 85 'v8/V8Binding.cpp', |
85 'v8/V8Binding.h', | 86 'v8/V8Binding.h', |
86 'v8/V8BindingMacros.h', | 87 'v8/V8BindingMacros.h', |
87 'v8/V8Callback.cpp', | 88 'v8/V8Callback.cpp', |
88 'v8/V8Callback.h', | 89 'v8/V8Callback.h', |
89 'v8/V8Collection.cpp', | 90 'v8/V8Collection.cpp', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
15.cpp', | 268 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
15.cpp', |
268 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
16.cpp', | 269 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
16.cpp', |
269 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
17.cpp', | 270 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
17.cpp', |
270 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
18.cpp', | 271 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
18.cpp', |
271 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
19.cpp', | 272 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
19.cpp', |
272 ], | 273 ], |
273 }], | 274 }], |
274 ], | 275 ], |
275 }, | 276 }, |
276 } | 277 } |
OLD | NEW |