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 b65c97c86290e5d7c479895f9f20403f61fa30fc..0b93096689bef62ce7c875d7aad53de48e8abfd8 100644 |
--- a/third_party/WebKit/Source/bindings/bindings.gni |
+++ b/third_party/WebKit/Source/bindings/bindings.gni |
@@ -65,6 +65,8 @@ bindings_core_v8_files = |
"core/v8/IDLDictionaryBase.cpp", |
"core/v8/IDLDictionaryBase.h", |
"core/v8/Iterable.h", |
+ "core/v8/LocalWindowProxy.cpp", |
+ "core/v8/LocalWindowProxy.h", |
"core/v8/Maplike.h", |
"core/v8/Microtask.cpp", |
"core/v8/Microtask.h", |
@@ -72,6 +74,8 @@ bindings_core_v8_files = |
"core/v8/Nullable.h", |
"core/v8/RejectedPromises.cpp", |
"core/v8/RejectedPromises.h", |
+ "core/v8/RemoteWindowProxy.cpp", |
+ "core/v8/RemoteWindowProxy.h", |
"core/v8/RetainedDOMInfo.cpp", |
"core/v8/RetainedDOMInfo.h", |
"core/v8/RetainedObjectInfo.h", |