Add a general rule that excludes files matching auralinux on windows.

Add a general rule to exclude files ending with _auralinux 
on platforms other than Linux or when aura support is not enabled.

BUG=

Review URL: https://codereview.chromium.org/50393002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231742 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
kalyan.kondapally@intel.com 2013-10-30 04:19:15 +00:00
Родитель b5feeedf71
Коммит 124f828818
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -92,6 +92,9 @@
['<(use_aura)==0 or OS!="win" or >(nacl_untrusted_build)==1', {
'sources/': [ ['exclude', '_aurawin\\.(h|cc)$'] ]
}],
['<(use_aura)==0 or OS!="linux" or >(nacl_untrusted_build)==1', {
'sources/': [ ['exclude', '_auralinux\\.(h|cc)$'] ]
}],
['<(use_ash)==0 or >(nacl_untrusted_build)==1', {
'sources/': [ ['exclude', '_ash(_browsertest|_unittest)?\\.(h|cc)$'],
['exclude', '(^|/)ash/'],