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 2695713015: WIP: Reland CompiledScript, prototype compiling in a separate task.
Patch Set: allow fetchFinished to finish when there is no frame Created 3 years, 10 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 dd95e1da4a8e494f6fcbf1c619d82216442df687..01720aa4b006e5c349f44cedc16e55be0ae6ce4f 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",
@@ -229,6 +231,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",
« 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