From c373b6ca6c3bc2597a54cecffd409ea84798905f Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Mon, 10 Jun 2013 16:51:06 +0200 Subject: Fix undefined symbols in debug builds. process uses the same code as lib and decides at runtime which code to run. Fix the debug build by making sure that all infrastructure code is available in both process and lib by building common code not shared directly through chromium sources in a separate static lib. --- blinq.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'blinq.gypi') diff --git a/blinq.gypi b/blinq.gypi index 58346a323..96e15277f 100644 --- a/blinq.gypi +++ b/blinq.gypi @@ -32,6 +32,7 @@ '<(chromium_src_dir)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_test_support', ], 'include_dirs': [ + '<(qtwebengine_src_dir)', '<(chromium_src_dir)', ], 'msvs_settings': { -- cgit v1.2.3