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

Unified Diff: Source/wtf/wtf.gypi

Issue 16066003: Add wtf_unittests target that links unit tests outside DLL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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: Source/wtf/wtf.gypi
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
index 58ca361d731c98e94fcb3310db146481baf6ffc2..6c53fac6e5d38f98d36b6c893cd93524d91f84e1 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -243,6 +243,7 @@
'tests/VectorBasic.cpp',
'tests/VectorReverse.cpp',
'tests/WTFString.cpp',
+ 'tests/RunAllTests.cpp',
],
},
}

Powered by Google App Engine
This is Rietveld 408576698