summaryrefslogtreecommitdiff
path: root/chromium/build/linux/system.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/build/linux/system.gyp')
-rw-r--r--chromium/build/linux/system.gyp10
1 files changed, 1 insertions, 9 deletions
diff --git a/chromium/build/linux/system.gyp b/chromium/build/linux/system.gyp
index 9911317e2fb..4a7e857efc1 100644
--- a/chromium/build/linux/system.gyp
+++ b/chromium/build/linux/system.gyp
@@ -29,7 +29,7 @@
'use_system_ssl%': 1,
},
}],
- [ 'chromeos==0 and use_qt==0', {
+ [ 'chromeos==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': [
@@ -506,8 +506,6 @@
{
'target_name': 'libpci',
'type': 'static_library',
- 'conditions': [
- ['use_x11==1', {
'cflags': [
'<!@(<(pkg-config) --cflags libpci)',
],
@@ -568,8 +566,6 @@
'process_outputs_as_sources': 1,
},
],
- }],
- ],
},
{
'target_name': 'libresolv',
@@ -664,8 +660,6 @@
'type': 'none',
'toolsets': ['host', 'target'],
'conditions': [
- ['use_pango==1', {
- 'conditions': [
['_toolset=="target"', {
'direct_dependent_settings': {
'cflags': [
@@ -696,8 +690,6 @@
},
}],
],
- }],
- ],
},
{
'target_name': 'ssl',