| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 258165604866fd230e79010b3b0532c7bb3a7849..92c2da04db9aa481e7808a413329998e30c294a9 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1272,7 +1272,9 @@
|
| 'sources/': [ ['exclude', '_views\\.(h|cc)$'] ]
|
| }],
|
| ['use_aura==0', {
|
| - 'sources/': [ ['exclude', '_aura\\.(h|cc)$'] ]
|
| + 'sources/': [ ['exclude', '_aura\\.(h|cc)$'],
|
| + ['exclude', '(^|/)aura/'],
|
| + ]
|
| }],
|
| ['use_aura==0 or use_x11==0', {
|
| 'sources/': [ ['exclude', '_aurax11\\.(h|cc)$'] ]
|
|
|