diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-31 19:45:16 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-31 19:45:16 +0000 |
commit | fb55bfb7d6ba087e15f37b27a3a89e673809902a (patch) | |
tree | e76072e767a0004e33818f771cd914eeb8d24cc0 /build/common.croc | |
parent | cad55b2ec399ce6ca29fa0fd53634659444c59b2 (diff) | |
download | chromium_src-fb55bfb7d6ba087e15f37b27a3a89e673809902a.zip chromium_src-fb55bfb7d6ba087e15f37b27a3a89e673809902a.tar.gz chromium_src-fb55bfb7d6ba087e15f37b27a3a89e673809902a.tar.bz2 |
Include remoting/ in test coverage dashboard
Adding remoting in common.croc.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6312035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.croc')
-rw-r--r-- | build/common.croc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.croc b/build/common.croc index 5588990..90b9cb9 100644 --- a/build/common.croc +++ b/build/common.croc @@ -47,7 +47,7 @@ # Files/paths to include. Specify these before the excludes, since rules # are in order. { - 'regexp' : '^CHROMIUM/(base|media|net|printing|chrome|webkit/glue|native_client)/', + 'regexp' : '^CHROMIUM/(base|media|net|printing|remoting|chrome|webkit/glue|native_client)/', 'include' : 1, }, # Don't include subversion or mercurial SCM dirs |