summaryrefslogtreecommitdiffstats
path: root/skia/skia_common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'skia/skia_common.gypi')
-rw-r--r--skia/skia_common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi
index 03eade8..628c474 100644
--- a/skia/skia_common.gypi
+++ b/skia/skia_common.gypi
@@ -29,7 +29,7 @@
[ 'OS != "win"', {
'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ],
}],
- [ 'use_glib == 0', {
+ [ 'desktop_linux == 0 and chromeos == 0', {
'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ],
}],
],