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

Unified Diff: public/all.gyp

Issue 16066003: Add wtf_unittests target that links unit tests outside DLL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add base dependency for allocator target 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
« no previous file with comments | « Source/wtf/wtf_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/all.gyp
diff --git a/public/all.gyp b/public/all.gyp
index 7486c5f88f78a78f819baabba7c12d77d01f7bfc..f85d76a2fbe46b26c770f8d9d81c02997ba17579 100644
--- a/public/all.gyp
+++ b/public/all.gyp
@@ -39,6 +39,7 @@
'target_name': 'all_blink',
'type': 'none',
'dependencies': [
+ '../Source/wtf/wtf_tests.gyp:wtf_unittests',
'../Source/WebKit/chromium/WebKitUnitTests.gyp:webkit_unit_tests',
'../Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:DumpRenderTree',
],
« no previous file with comments | « Source/wtf/wtf_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698