summaryrefslogtreecommitdiff
path: root/chromium/build
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-03-24 18:41:20 +0100
committerAndras Becsi <andras.becsi@digia.com>2014-03-25 14:00:10 +0100
commita5ffa93943793499889225de8372c7adfc2d2fbe (patch)
tree7e1db54ad6a916891d88d1843d8ee1dea5e4fb72 /chromium/build
parent6eb5ee5b462ab3962f16c0b250551d0a9e88d23d (diff)
downloadqtwebengine-chromium-a5ffa93943793499889225de8372c7adfc2d2fbe.tar.gz
Get rid of the gtk/pango/cairo dependency
This also removes the aura dependency to chrome resources since we repack the needed resources ourselves. Change-Id: I8180d5668334540cfd88ade449f3f0c966b989ce Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'chromium/build')
-rw-r--r--chromium/build/linux/system.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium/build/linux/system.gyp b/chromium/build/linux/system.gyp
index 4a7e857efc1..1451afbd214 100644
--- a/chromium/build/linux/system.gyp
+++ b/chromium/build/linux/system.gyp
@@ -29,7 +29,7 @@
'use_system_ssl%': 1,
},
}],
- [ 'chromeos==0', {
+ [ 'chromeos==0 and use_qt==0', {
# Hide GTK and related dependencies for Chrome OS, so they won't get
# added back to Chrome OS. Don't try to use GTK on Chrome OS.
'targets': [
@@ -660,6 +660,8 @@
'type': 'none',
'toolsets': ['host', 'target'],
'conditions': [
+ ['use_pango==1', {
+ 'conditions': [
['_toolset=="target"', {
'direct_dependent_settings': {
'cflags': [
@@ -690,6 +692,8 @@
},
}],
],
+ }],
+ ],
},
{
'target_name': 'ssl',