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

Unified Diff: build/common.croc

Issue 8588048: Various fixes for coverage building and testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.croc
diff --git a/build/common.croc b/build/common.croc
index 90b9cb9e7d8b071b55986b80b1263a90f02c518d..7281bb4eb4d8239d8e5c50b105d5db1e74748abc 100644
--- a/build/common.croc
+++ b/build/common.croc
@@ -30,7 +30,7 @@
'group' : 'source',
},
{
- 'regexp' : '.*_(test|unittest)\\.',
+ 'regexp' : '.*_(test|unittest|uitest|browsertest)\\.',
'group' : 'test',
},
@@ -47,7 +47,7 @@
# Files/paths to include. Specify these before the excludes, since rules
# are in order.
{
- 'regexp' : '^CHROMIUM/(base|media|net|printing|remoting|chrome|webkit/glue|native_client)/',
+ 'regexp' : '^CHROMIUM/(base|media|net|printing|remoting|chrome|content|webkit/glue|native_client)/',
'include' : 1,
},
# Don't include subversion or mercurial SCM dirs
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698