diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 48a3e5f..5be7be7 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -496,7 +496,7 @@ }], ['OS!="linux" and OS!="freebsd" and OS!="openbsd"', { 'sources/': [ - ['exclude', '_(chromeos|gtk|x|x11)(_unittest)?\\.cc$'], + ['exclude', '_(chromeos|gtk|x|x11|xdg)(_unittest)?\\.cc$'], ['exclude', '/gtk/'], ['exclude', '/(gtk|x11)_[^/]*\\.cc$'], ], |