Chromium Code Reviews| 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 222 'v8/custom/V8StyleSheetCustom.cpp', | 222 'v8/custom/V8StyleSheetCustom.cpp', |
| 223 'v8/custom/V8TextCustom.cpp', | 223 'v8/custom/V8TextCustom.cpp', |
| 224 'v8/custom/V8TextTrackCueCustom.cpp', | 224 'v8/custom/V8TextTrackCueCustom.cpp', |
| 225 'v8/custom/V8TrackEventCustom.cpp', | 225 'v8/custom/V8TrackEventCustom.cpp', |
| 226 'v8/custom/V8TypedArrayCustom.h', | 226 'v8/custom/V8TypedArrayCustom.h', |
| 227 'v8/custom/V8Uint16ArrayCustom.h', | 227 'v8/custom/V8Uint16ArrayCustom.h', |
| 228 'v8/custom/V8Uint32ArrayCustom.h', | 228 'v8/custom/V8Uint32ArrayCustom.h', |
| 229 'v8/custom/V8Uint8ArrayCustom.h', | 229 'v8/custom/V8Uint8ArrayCustom.h', |
| 230 'v8/custom/V8Uint8ClampedArrayCustom.h', | 230 'v8/custom/V8Uint8ClampedArrayCustom.h', |
| 231 'v8/custom/V8WebGLRenderingContextBaseCustom.cpp', | 231 'v8/custom/V8WebGLRenderingContextBaseCustom.cpp', |
| 232 'v8/custom/V8WebGLRenderingContextCustom.cpp', | |
|
arv (Not doing code reviews)
2014/03/24 21:39:49
Do you still need the custom bindings?
| |
| 232 'v8/custom/V8WebKitPointCustom.cpp', | 233 'v8/custom/V8WebKitPointCustom.cpp', |
| 233 'v8/custom/V8WindowCustom.cpp', | 234 'v8/custom/V8WindowCustom.cpp', |
| 234 'v8/custom/V8WorkerGlobalScopeCustom.cpp', | 235 'v8/custom/V8WorkerGlobalScopeCustom.cpp', |
| 235 'v8/custom/V8WorkerCryptoCustom.cpp', | 236 'v8/custom/V8WorkerCryptoCustom.cpp', |
| 236 'v8/custom/V8WorkerCustom.cpp', | 237 'v8/custom/V8WorkerCustom.cpp', |
| 237 'v8/custom/V8XMLHttpRequestCustom.cpp', | 238 'v8/custom/V8XMLHttpRequestCustom.cpp', |
| 238 'v8/custom/V8XSLTProcessorCustom.cpp', | 239 'v8/custom/V8XSLTProcessorCustom.cpp', |
| 239 'v8/npruntime.cpp', | 240 'v8/npruntime.cpp', |
| 240 'v8/npruntime_impl.h', | 241 'v8/npruntime_impl.h', |
| 241 'v8/npruntime_priv.h', | 242 'v8/npruntime_priv.h', |
| (...skipping 28 matching lines...) Expand all Loading... | |
| 270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs15.cpp', | 271 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs15.cpp', |
| 271 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs16.cpp', | 272 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs16.cpp', |
| 272 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs17.cpp', | 273 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs17.cpp', |
| 273 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs18.cpp', | 274 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs18.cpp', |
| 274 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs19.cpp', | 275 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs19.cpp', |
| 275 ], | 276 ], |
| 276 }], | 277 }], |
| 277 ], | 278 ], |
| 278 }, | 279 }, |
| 279 } | 280 } |
| OLD | NEW |