summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-22 21:32:24 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-22 21:32:24 +0000
commit63b912640aa79a094a2e228ce877746d2ce1b219 (patch)
tree795be177b671763456c263f45ca26566d8948780 /remoting
parent3ebe68ffb63aa60dcd3638fe61b7f9e7b554ed15 (diff)
downloadchromium_src-63b912640aa79a094a2e228ce877746d2ce1b219.zip
chromium_src-63b912640aa79a094a2e228ce877746d2ce1b219.tar.gz
chromium_src-63b912640aa79a094a2e228ce877746d2ce1b219.tar.bz2
[chromoting] Remove bogus dependency
Remove build dependency that chromoting host plugin doesn't need. BUG=None TEST=chromoting_host_plugin builds Review URL: http://codereview.chromium.org/9817028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128304 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/remoting.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index da2a539..2fee574 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -588,7 +588,6 @@
'remoting_protocol',
'differ_block',
'../crypto/crypto.gyp:crypto',
- '../content/content.gyp:content_common'
],
'sources': [
'host/capturer.h',
@@ -811,6 +810,8 @@
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../media/media.gyp:media',
+ # TODO(hclam): Remove this dependency once we don't use URLFetcher.
+ '../content/content.gyp:content_common',
],
'sources': [
'host/host_event_logger.h',