diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 15:45:24 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 15:45:24 +0000 |
commit | ccbaf8a180e4793163cf7eeb336af80c3505b34f (patch) | |
tree | 599f986d3aa51727f4cb5a11ae22ea0d9a0180d5 /chrome/app/DEPS | |
parent | 4ebd6dd369ae815e9c1c0195befa2dc0890719c6 (diff) | |
download | chromium_src-ccbaf8a180e4793163cf7eeb336af80c3505b34f.zip chromium_src-ccbaf8a180e4793163cf7eeb336af80c3505b34f.tar.gz chromium_src-ccbaf8a180e4793163cf7eeb336af80c3505b34f.tar.bz2 |
[Mac] Use the process type to tweak the name showed in Activity Montior to better label what process it is.
BUG=none
TEST=Don't see "Helper" in actvitiy monitor.
Review URL: http://codereview.chromium.org/660140
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40123 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/DEPS')
-rw-r--r-- | chrome/app/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/DEPS b/chrome/app/DEPS index ef4974d..d83f0a1 100644 --- a/chrome/app/DEPS +++ b/chrome/app/DEPS @@ -2,6 +2,7 @@ include_rules = [ "+breakpad", "+chrome/browser", "+chrome/installer", + "+grit", # For generated headers "+sandbox", "+tools/memory_watcher", ] |