Chromium Code Reviews| Index: build/mac/chrome_mac.croc |
| =================================================================== |
| --- build/mac/chrome_mac.croc (revision 59321) |
| +++ build/mac/chrome_mac.croc (working copy) |
| @@ -6,11 +6,16 @@ |
| 'rules' : [ |
| # Specify inclusions before exclusions, since rules are in order. |
| - # Don't include linux or windows specific files |
| + # Don't include chromeos, linux, or windows specific files |
| { |
| - 'regexp' : '.*(_|/)(linux|win|views)(\\.|_)', |
| + 'regexp' : '.*(_|/)(chromeos|linux|win|views)(\\.|_)', |
| 'include' : 0, |
| }, |
| + # Don't include ChromeOS dirs |
| + { |
| + 'regexp' : '.*/chromeos/', |
|
bulach
2010/10/04 09:42:05
you may want to add this rule to chrome_linux.croc
John Grabowski
2010/10/04 20:21:39
I would prefer to have 2 regexps which are margina
|
| + 'include' : 0, |
| + }, |
| # Groups |
| { |