| 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
|
|
|