diff options
author | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 02:28:17 +0000 |
---|---|---|
committer | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 02:28:17 +0000 |
commit | 9f6167c55460a790d2d06630c41eae0f9670d70a (patch) | |
tree | 7b39dd368cca8d0527ddb7dbe417f83198403705 /chrome/chrome.gyp | |
parent | db6a876afe73ed1ad3befa04d0612527222ac168 (diff) | |
download | chromium_src-9f6167c55460a790d2d06630c41eae0f9670d70a.zip chromium_src-9f6167c55460a790d2d06630c41eae0f9670d70a.tar.gz chromium_src-9f6167c55460a790d2d06630c41eae0f9670d70a.tar.bz2 |
Completely remove the service process for Android.
It's only used by cloud print which isn't supported.
BUG=117407
TEST=
Review URL: http://codereview.chromium.org/9702025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 28a8298..708730d 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -28,7 +28,6 @@ 'renderer', 'syncapi_core', 'utility', - 'service', '../content/content.gyp:content_app', '../content/content.gyp:content_gpu', '../content/content.gyp:content_ppapi_plugin', @@ -52,6 +51,12 @@ 'platform_locale_settings_grd': 'app/resources/locale_settings_win.grd', },], + ['OS!="android"', { + 'chromium_dependencies': [ + # Android doesn't use the service process (only needed for print). + 'service', + ], + }], ['OS=="linux"', { 'nacl_defines': [ 'NACL_WINDOWS=0', |