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

Unified Diff: Source/bindings/bindings.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/WebKit/chromium/WebKitUnitTests.gyp ('k') | Source/config.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/bindings.gyp
diff --git a/Source/bindings/bindings.gyp b/Source/bindings/bindings.gyp
index bfe30a66c3cc17d4a1a7137835c84df8c3924dac..3c60c7a748016c2b2b0aec67a17d9495f3f8509d 100644
--- a/Source/bindings/bindings.gyp
+++ b/Source/bindings/bindings.gyp
@@ -60,6 +60,9 @@
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
'<(libjpeg_gyp_path):libjpeg',
],
+ 'defines': [
+ 'WEBKIT_IMPLEMENTATION=1',
+ ],
'include_dirs': [
# FIXME: Remove <(SHARED_INTERMEDIATE_DIR)/webcore when we
# can entice gyp into letting us put both the .cpp and .h
« no previous file with comments | « Source/WebKit/chromium/WebKitUnitTests.gyp ('k') | Source/config.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698