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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2301213003: Add tests for trace wrappers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix StringView problem Created 4 years, 3 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/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index c1dce612e52b0f1446e4ef3bf2d7158f0c3390c3..3fccd372550729bfb8551f9c1fee084113b05841 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -324,6 +324,8 @@ source_set("testing") {
sources = generated_core_testing_dictionary_files + webcore_testing_files
sources += [
+ "$bindings_core_v8_output_dir/V8DeathAwareScriptWrappable.cpp",
+ "$bindings_core_v8_output_dir/V8DeathAwareScriptWrappable.h",
"$bindings_core_v8_output_dir/V8DictionaryTest.cpp",
"$bindings_core_v8_output_dir/V8DictionaryTest.h",
"$bindings_core_v8_output_dir/V8GCObservation.cpp",

Powered by Google App Engine
This is Rietveld 408576698