| Index: third_party/WebKit/Source/bindings/bindings.gni | 
| diff --git a/third_party/WebKit/Source/bindings/bindings.gni b/third_party/WebKit/Source/bindings/bindings.gni | 
| index 445658f7366dadfff34832cb6d8d949b5cc1b11f..511c3c55b9f0ce103c2bf82e93cf2c961440a248 100644 | 
| --- a/third_party/WebKit/Source/bindings/bindings.gni | 
| +++ b/third_party/WebKit/Source/bindings/bindings.gni | 
| @@ -186,6 +186,8 @@ bindings_core_v8_files = | 
| "core/v8/V8ResizeObserverCallbackCustom.cpp", | 
| "core/v8/V8ScriptRunner.cpp", | 
| "core/v8/V8ScriptRunner.h", | 
| +                    "core/v8/V8SnapshotCreator.cpp", | 
| +                    "core/v8/V8SnapshotCreator.h", | 
| "core/v8/V8StringResource.h", | 
| "core/v8/V8ThrowException.h", | 
| "core/v8/V8V0CustomElementLifecycleCallbacks.cpp", | 
|  |