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

Unified Diff: build/mac/chrome_mac.croc

Issue 2022007: TTF: Don't include v8 in the coverage results. Also moves common rules to common.croc. (Closed)
Patch Set: 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') | build/win/chrome_win.croc » ('j') | 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 a31f4d0cbc3c90e2b9ffa7ca3fa6fdeff12cbadf..f202cb982159733aa835881abf78f8a116a76a11 100644
--- a/build/mac/chrome_mac.croc
+++ b/build/mac/chrome_mac.croc
@@ -4,27 +4,8 @@
{
# List of rules, applied in order
'rules' : [
- # Files/paths to include. Specify these before the excludes, since rules
- # are in order.
- {
- 'regexp' : '^CHROMIUM/(base|media|net|printing|chrome|v8|webkit/glue|native_client)/',
- 'include' : 1,
- },
- # Don't include subversion or mercurial SCM dirs
- {
- 'regexp' : '.*/(\\.svn|\\.hg)/',
- 'include' : 0,
- },
- # Don't include output dirs
- {
- 'regexp' : '.*/(Debug|Release|sconsbuild|xcodebuild)/',
- 'include' : 0,
- },
- # Don't include third-party source
- {
- 'regexp' : '.*/third_party/',
- 'include' : 0,
- },
+ # Specify inclusions before exclusions, since rules are in order.
+
# Don't include linux or windows specific files
{
'regexp' : '.*(_|/)(linux|win|views)(\\.|_)',
« no previous file with comments | « build/linux/chrome_linux.croc ('k') | build/win/chrome_win.croc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698