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

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

Issue 2695713015: WIP: Reland CompiledScript, prototype compiling in a separate task.
Patch Set: allow compile to fail, disallow restreaming (hack) Created 3 years, 9 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/CompiledScript.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 19b58f8c55c0d32d3da343dd6c27c3e4e129bb1f..5e88f585c2b67d0b2aaa889c3e644b028d51e7d4 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -36,6 +36,8 @@ bindings_core_v8_files =
"core/v8/BindingSecurity.cpp",
"core/v8/BindingSecurity.h",
"core/v8/CallbackPromiseAdapter.h",
+ "core/v8/CompiledScript.cpp",
+ "core/v8/CompiledScript.h",
"core/v8/ConditionalFeatures.cpp",
"core/v8/ConditionalFeatures.h",
"core/v8/ConditionalFeaturesForCore.cpp",
@@ -234,6 +236,7 @@ bindings_unittest_files =
"core/v8/DocumentWriteEvaluatorTest.cpp",
"core/v8/IDLTypesTest.cpp",
"core/v8/NativeValueTraitsTest.cpp",
+ "core/v8/ScriptControllerTest.cpp",
"core/v8/ScriptPromisePropertyTest.cpp",
"core/v8/ScriptPromiseResolverTest.cpp",
"core/v8/ScriptPromiseTest.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/CompiledScript.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698