diff options
author | Michal Klocek <michal.klocek@qt.io> | 2016-12-07 17:42:30 +0100 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-12-05 17:03:53 +0100 |
commit | 041b7df767b2af31010cf2972aa9dcb0171b0937 (patch) | |
tree | 38836749ecf3907dcc9545772c4a90601c71b4fc /chromium/content/common/BUILD.gn | |
parent | b5af1fd21cbb4e38da45ed51b9633b18d2dd1046 (diff) | |
download | qtwebengine-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.gn | 6 |
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" ] } |