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

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

Issue 2848503002: Revert of binding: Changes the association among global-proxy/global/window-instance (2nd attempt).… (Closed)
Patch Set: Updated the test expectation. Created 3 years, 8 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
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 6965ab9c5220542f049fa5cf48dd6a305436c7ef..55dc1e66c84cf3c70b3ff024c5e2c8504618bd5b 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -133,17 +133,18 @@ bindings_core_v8_files =
"core/v8/SharedPersistent.h",
"core/v8/SourceLocation.cpp",
"core/v8/SourceLocation.h",
+ "core/v8/ToV8.h",
+ "core/v8/ToV8ForCore.cpp",
+ "core/v8/ToV8ForCore.h",
"core/v8/TraceWrapperMember.h",
"core/v8/TraceWrapperV8Reference.h",
"core/v8/Transferables.h",
- "core/v8/ToV8.h",
- "core/v8/ToV8ForCore.h",
"core/v8/UseCounterCallback.cpp",
"core/v8/UseCounterCallback.h",
"core/v8/V8AbstractEventListener.cpp",
"core/v8/V8AbstractEventListener.h",
- "core/v8/V8Binding.h",
"core/v8/V8Binding.cpp",
+ "core/v8/V8Binding.h",
"core/v8/V8BindingForCore.cpp",
"core/v8/V8BindingForCore.h",
"core/v8/V8BindingMacros.h",

Powered by Google App Engine
This is Rietveld 408576698