summaryrefslogtreecommitdiff
path: root/chromium/content/common/BUILD.gn
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2016-12-07 17:42:30 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-12-05 17:03:53 +0100
commit041b7df767b2af31010cf2972aa9dcb0171b0937 (patch)
tree38836749ecf3907dcc9545772c4a90601c71b4fc /chromium/content/common/BUILD.gn
parentb5af1fd21cbb4e38da45ed51b9633b18d2dd1046 (diff)
downloadqtwebengine-chromium-041b7df767b2af31010cf2972aa9dcb0171b0937.tar.gz
Qt GN integration
Exclude source files we override in the qt webengine sources. Change-Id: I79925220265602bd0c39e5e03162cf1dca15befe Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/content/common/BUILD.gn')
-rw-r--r--chromium/content/common/BUILD.gn6
1 files changed, 2 insertions, 4 deletions
diff --git a/chromium/content/common/BUILD.gn b/chromium/content/common/BUILD.gn
index d607aae096c..5a97f68b810 100644
--- a/chromium/content/common/BUILD.gn
+++ b/chromium/content/common/BUILD.gn
@@ -515,11 +515,9 @@ source_set("common") {
sources -= [ "cursors/webcursor_aurax11.cc" ]
}
- if (is_linux) {
+ if (is_linux && !use_qt) {
deps += [ "//third_party/fontconfig" ]
- }
-
- if (is_mac || is_win || is_android || is_fuchsia) {
+ } else {
sources -= [ "font_list_fontconfig.cc" ]
}