Add rules for _views and _aura file names.

This commit is contained in:
Cheng Zhao 2014-07-03 08:41:01 +00:00
parent 84878c4c77
commit 970b82c314

View file

@ -62,8 +62,12 @@
['exclude', '(^|/)x/'],
],
}],
['OS!="linux"', {
'sources/': [ ['exclude', '_aura\\.(h|cc)$'] ]
['OS=="mac"', {
'sources/': [ ['exclude', '_aura(_browsertest|_unittest)?\\.(h|cc)$'],
['exclude', '(^|/)aura/'],
['exclude', '_views\\.(h|cc)$'],
['exclude', '(^|/)views/'],
],
}],
]
}