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

Unified Diff: third_party/WebKit/Source/core/core.gypi

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/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index e528fef1d1f30b33f40ee7db1e19d747b3725355..134fb858323e646b42a9183755ab6b0370fcbc81 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -3944,6 +3944,7 @@
'testing/InternalDictionaryDerivedDerived.idl',
],
'webcore_testing_idl_files': [
+ 'testing/DeathAwareScriptWrappable.idl',
'testing/DictionaryTest.idl',
'testing/GCObservation.idl',
'testing/GarbageCollectedScriptWrappable.idl',
@@ -3984,6 +3985,8 @@
'origin_trials/testing/InternalsFrobulate.h',
'origin_trials/testing/InternalsFrobulateInterfaceBindings.h',
'origin_trials/testing/WorkerInternalsFrobulate.h',
+ 'testing/DeathAwareScriptWrappable.h',
+ 'testing/DeathAwareScriptWrappable.cpp',
'testing/DictionaryTest.cpp',
'testing/DictionaryTest.h',
'testing/DummyPageHolder.cpp',

Powered by Google App Engine
This is Rietveld 408576698