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

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

Issue 2834053003: Split V8Binding (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/ArrayValue.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 deabf36e5b9b60787aede222c45703410426c3ac..ad4c28d658513833819c12f049d3b7cb9aebf5f6 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -143,8 +143,10 @@ bindings_core_v8_files =
"core/v8/UseCounterCallback.h",
"core/v8/V8AbstractEventListener.cpp",
"core/v8/V8AbstractEventListener.h",
- "core/v8/V8Binding.cpp",
"core/v8/V8Binding.h",
+ "core/v8/V8Binding.cpp",
+ "core/v8/V8BindingForCore.cpp",
+ "core/v8/V8BindingForCore.h",
"core/v8/V8BindingMacros.h",
"core/v8/V8CacheOptions.h",
"core/v8/V8CacheStrategiesForCacheStorage.h",
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ArrayValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698