Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: third_party/WebKit/Source/bindings/bindings.gni

Issue 2620313002: Refactor WindowProxy into Local and Remote subclasses. (Closed)
Patch Set: explicit Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698