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

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

Issue 2810413003: Extract WebCoreStringResouce out of V8StringResource (Closed)
Patch Set: Fix comment 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/StringResource.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 6a5c991f18ac6097be1e60ed235ed734a1e1ccc7..4c423556e9c4ee40f17ad37bb3551c0cae4c97d0 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -107,6 +107,8 @@ bindings_core_v8_files =
"core/v8/ScriptPromiseResolver.h",
"core/v8/ScriptRegexp.cpp",
"core/v8/ScriptRegexp.h",
+ "core/v8/StringResource.cpp",
+ "core/v8/StringResource.h",
"core/v8/ScriptSourceCode.cpp",
"core/v8/ScriptSourceCode.h",
"core/v8/ScriptState.cpp",
@@ -196,7 +198,6 @@ bindings_core_v8_files =
"core/v8/V8ResizeObserverCallbackCustom.cpp",
"core/v8/V8ScriptRunner.cpp",
"core/v8/V8ScriptRunner.h",
- "core/v8/V8StringResource.cpp",
"core/v8/V8StringResource.h",
"core/v8/V8ThrowException.cpp",
"core/v8/V8ThrowException.h",
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/StringResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698