Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2428)

Unified Diff: build/mac/chrome_mac.croc

Issue 2046002: [TFF] Coverage: Don't include any chromeos directory in the Linux code coverage analysis. (Closed)
Patch Set: Update mac. Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/linux/chrome_linux.croc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/mac/chrome_mac.croc
diff --git a/build/mac/chrome_mac.croc b/build/mac/chrome_mac.croc
index 9d1d3938986f3da864d11adcf500e4add6477493..a31f4d0cbc3c90e2b9ffa7ca3fa6fdeff12cbadf 100644
--- a/build/mac/chrome_mac.croc
+++ b/build/mac/chrome_mac.croc
@@ -25,9 +25,9 @@
'regexp' : '.*/third_party/',
'include' : 0,
},
- # Don't include windows or mac specific files
+ # Don't include linux or windows specific files
{
- 'regexp' : '.*(_|/)(linux|win)(\\.|_)',
+ 'regexp' : '.*(_|/)(linux|win|views)(\\.|_)',
'include' : 0,
},
« no previous file with comments | « build/linux/chrome_linux.croc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698