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

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

Issue 2809243002: Split ToV8.h (Closed)
Patch Set: Rebase 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp » ('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 9fc25956b0d372cc64cb211003f3969ae2cb3ba7..73075ca63a75ed9f8f4ebc555f1aaa3c38e179ad 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -135,8 +135,9 @@ bindings_core_v8_files =
"core/v8/TraceWrapperMember.h",
"core/v8/TraceWrapperV8Reference.h",
"core/v8/Transferables.h",
- "core/v8/ToV8.cpp",
"core/v8/ToV8.h",
+ "core/v8/ToV8ForCore.h",
+ "core/v8/ToV8ForCore.cpp",
"core/v8/UseCounterCallback.cpp",
"core/v8/UseCounterCallback.h",
"core/v8/V8AbstractEventListener.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698