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

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

Issue 2747163002: Bindings: Manage multiple DOMWrapperWorlds for worklets (2) (Closed)
Patch Set: tweak 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
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 057f2118490fbe78c81d1cc311801ea11e966462..8d42eeaee26f8af32a5941432eb5d0868cfc9a9b 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -232,6 +232,7 @@ bindings_core_v8_output_dir = "$bindings_output_dir/core/v8"
bindings_unittest_files =
get_path_info([
"core/v8/DocumentWriteEvaluatorTest.cpp",
+ "core/v8/DOMWrapperWorldTest.cpp",
"core/v8/IDLTypesTest.cpp",
"core/v8/NativeValueTraitsImplTest.cpp",
"core/v8/NativeValueTraitsTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698