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

Unified Diff: build/linux/chrome_linux.croc

Issue 3540002: Exclude ChromeOS directories from Mac coverage lines.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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 | « no previous file | build/mac/chrome_mac.croc » ('j') | build/mac/chrome_mac.croc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/chrome_linux.croc
===================================================================
--- build/linux/chrome_linux.croc (revision 59321)
+++ build/linux/chrome_linux.croc (working copy)
@@ -14,9 +14,9 @@
'regexp' : '.*/(chromeos|views)/',
'include' : 0,
},
- # Don't include windows or mac specific files
+ # Don't include chromeos, windows, or mac specific files
{
- 'regexp' : '.*(_|/)(mac|win|views)(\\.|_)',
+ 'regexp' : '.*(_|/)(chromeos|mac|win|views)(\\.|_)',
'include' : 0,
},
« no previous file with comments | « no previous file | build/mac/chrome_mac.croc » ('j') | build/mac/chrome_mac.croc » ('J')

Powered by Google App Engine
This is Rietveld 408576698