Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 48a3e5fa885f4272b76c04aaef6e7aa8b928becd..5be7be78e28dff67f4c3f3860a3b4a8fdd7bf6b9 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$'], |
| ], |