diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-29 21:06:43 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-29 21:06:43 +0000 |
commit | 74e9fa2c35b2fa8d293ad5369cc9cb6e9bbad2a1 (patch) | |
tree | 5a97c84fd8c1daee2e97e569ef9c8b43cf1a97f5 /chrome/chrome_common.gypi | |
parent | da827048d636a9c8cc5b0217077c2fe97cd6b8fe (diff) | |
download | chromium_src-74e9fa2c35b2fa8d293ad5369cc9cb6e9bbad2a1.zip chromium_src-74e9fa2c35b2fa8d293ad5369cc9cb6e9bbad2a1.tar.gz chromium_src-74e9fa2c35b2fa8d293ad5369cc9cb6e9bbad2a1.tar.bz2 |
Move the SetProcTitle code out of base and into chrome/common. This is only
used to support the weird way Chrome manages processes, so doesn't belong
in the central CommandLine class.
This also provides an empty implementation on Mac & Windows to avoid some
ifdefs in the main functions.
TEST=everything compiles
BUG=none
Review URL: http://codereview.chromium.org/6002013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70276 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 20b3093..a7cd981 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -150,6 +150,10 @@ 'common/sandbox_policy.h', 'common/serialized_script_value.cc', 'common/serialized_script_value.h', + 'common/set_process_title.cc', + 'common/set_process_title.h', + 'common/set_process_title_linux.cc', + 'common/set_process_title_linux.h', 'common/switch_utils.cc', 'common/switch_utils.h', 'common/time_format.cc', |