| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index f6f97dc404f9fabc5638c110cb17ac87e860e25d..5f5331d161eb436887131d8690654de7546ea151 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -939,6 +939,13 @@
|
| ['exclude', '(^|/)(gtk|x11)_[^/]*\\.(h|cc)$'],
|
| ],
|
| }],
|
| + ['use_wayland!=1', {
|
| + 'sources/': [
|
| + ['exclude', '_(wayland)(_unittest)?\\.(h|cc)$'],
|
| + ['exclude', '(^|/)wayland/'],
|
| + ['exclude', '(^|/)(wayland)_[^/]*\\.(h|cc)$'],
|
| + ],
|
| + }],
|
| ['OS!="linux"', {
|
| 'sources/': [
|
| ['exclude', '_linux(_unittest)?\\.(h|cc)$'],
|
|
|