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

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

Issue 2564903002: ScriptController: Expose methods to compile a script and execute a compiled script. (Closed)
Patch Set: Created 4 years 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 52facd4d84468b0892e34b437b57b579e452ee00..f248063f0f277bcd8f3c78beaa28343abb0b4fe3 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -39,6 +39,7 @@ bindings_core_v8_files =
"core/v8/BindingSecurity.cpp",
"core/v8/BindingSecurity.h",
"core/v8/CallbackPromiseAdapter.h",
+ "core/v8/CompiledScript.h",
"core/v8/ConditionalFeatures.cpp",
"core/v8/ConditionalFeatures.h",
"core/v8/V0CustomElementBinding.cpp",
@@ -226,6 +227,7 @@ bindings_core_v8_output_dir = "$bindings_output_dir/core/v8"
bindings_unittest_files =
get_path_info([
"core/v8/DocumentWriteEvaluatorTest.cpp",
+ "core/v8/ScriptControllerTest.cpp",
"core/v8/ScriptPromisePropertyTest.cpp",
"core/v8/ScriptPromiseResolverTest.cpp",
"core/v8/ScriptPromiseTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698