Skip to content
Snippets Groups Projects
Commit 0e537556 authored by gregoryd@google.com's avatar gregoryd@google.com
Browse files

Measure coverage for NaCl code

Review URL: http://codereview.chromium.org/1618027

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44710 0039d316-1c4b-4281-b951-d872f2087c98
parent 58bd785c
No related merge requests found
......@@ -7,7 +7,7 @@
# Files/paths to include. Specify these before the excludes, since rules
# are in order.
{
'regexp' : '^CHROMIUM/(base|media|net|printing|chrome|v8|webkit/glue)/',
'regexp' : '^CHROMIUM/(base|media|net|printing|chrome|v8|webkit/glue|native_client)/',
'include' : 1,
},
# Don't include subversion or mercurial SCM dirs
......
......@@ -7,7 +7,7 @@
# Files/paths to include. Specify these before the excludes, since rules
# are in order.
{
'regexp' : '^CHROMIUM/(base|media|net|printing|chrome|v8|webkit/glue)/',
'regexp' : '^CHROMIUM/(base|media|net|printing|chrome|v8|webkit/glue|native_client)/',
'include' : 1,
},
# Don't include subversion or mercurial SCM dirs
......
......@@ -7,7 +7,7 @@
# Files/paths to include. Specify these before the excludes, since rules
# are in order.
{
'regexp' : '^CHROMIUM/(base|courgette|media|net|printing|chrome|v8|webkit/glue)/',
'regexp' : '^CHROMIUM/(base|courgette|media|net|printing|chrome|v8|webkit/glue|native_client)/',
'include' : 1,
},
# Don't include subversion or mercurial SCM dirs
......@@ -25,9 +25,9 @@
'regexp' : '.*/third_party/',
'include' : 0,
},
# Don't include windows, posix, or linux specific files
# Don't include posix or linux specific files
{
'regexp' : '.*(_|/)(linux|posix|win)(\\.|_)',
'regexp' : '.*(_|/)(linux|posix)(\\.|_)',
'include' : 0,
},
......
......@@ -2162,6 +2162,7 @@
'browser_tests',
'../ipc/ipc.gyp:ipc_tests',
'../media/media.gyp:media_unittests',
'nacl_ui_tests',
'../net/net.gyp:net_unittests',
'../printing/printing.gyp:printing_unittests',
# ui_tests seem unhappy on both Mac and Win when run under
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment