summaryrefslogtreecommitdiffstats
path: root/qtwebengine.gypi
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-06-14 09:21:58 +0200
committerPierre Rossi <pierre.rossi@digia.com>2013-06-19 11:18:36 +0200
commit6bc4e98f13631d9cd4e5e847500684a493aa4393 (patch)
tree6c24355f2bd18a0189badcafb97ee9360d7dc0f0 /qtwebengine.gypi
parent085e4a324629c6250f2c5b31ef57440adcfe3e0a (diff)
define CONTENT_IMPLEMENTATION directly in the common .gypi file
Diffstat (limited to 'qtwebengine.gypi')
-rw-r--r--qtwebengine.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtwebengine.gypi b/qtwebengine.gypi
index 8cf6aa63f..88f896867 100644
--- a/qtwebengine.gypi
+++ b/qtwebengine.gypi
@@ -11,6 +11,8 @@
}],
],
},
+# Needed to get access to content::GetContentClient()
+ 'defines': ['CONTENT_IMPLEMENTATION'],
'dependencies': [
'<(chromium_src_dir)/content/content.gyp:content',
'<(chromium_src_dir)/content/content.gyp:content_app',