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

Unified Diff: Source/modules/modules.gyp

Issue 16066003: Add wtf_unittests target that links unit tests outside DLL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Separate run_all_tests lib 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/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 5febaa82c5fc05df1d4fb1b240424f50c8edf60a..32489ded05dbf983d3351bb019a659e8bef78ccd 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -40,6 +40,9 @@
'../config.gyp:config',
'../core/core.gyp/core.gyp:webcore',
],
+ 'defines': [
+ 'WEBKIT_IMPLEMENTATION=1',
+ ],
'sources': [
'<@(modules_files)',
],

Powered by Google App Engine
This is Rietveld 408576698