summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/nacl.gypi7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index eaddc10..9467359 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -158,6 +158,13 @@
'sources': [
'../chrome/nacl/nacl_helper_linux.cc',
],
+ 'conditions': [
+ ['toolkit_uses_gtk == 1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:gtk',
+ ],
+ }],
+ ],
},
],
}],