summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host.gypi
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-02-17 12:43:20 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-17 20:44:02 +0000
commitd5197934178ef0da1b630792cfbda8ddb6b34388 (patch)
treed8246b3068412ee2afd26655841cd20b772f521c /remoting/remoting_host.gypi
parent3c97550d09b3d4b9fc0d81b5a35437e6e211a581 (diff)
downloadchromium_src-d5197934178ef0da1b630792cfbda8ddb6b34388.zip
chromium_src-d5197934178ef0da1b630792cfbda8ddb6b34388.tar.gz
chromium_src-d5197934178ef0da1b630792cfbda8ddb6b34388.tar.bz2
Remove dependency on content from remoting_host.
The host was depending on content just to access content::BrowserThread. It's cleaner to just pass the references to the threads explicitly. BUG=458581 Review URL: https://codereview.chromium.org/929493002 Cr-Commit-Position: refs/heads/master@{#316648}
Diffstat (limited to 'remoting/remoting_host.gypi')
-rw-r--r--remoting/remoting_host.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 733f17f..8a499f5 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -84,7 +84,6 @@
['chromeos==1', {
'dependencies' : [
'../cc/cc.gyp:cc',
- '../content/content.gyp:content',
'../ppapi/ppapi_internal.gyp:ppapi_host',
'../skia/skia.gyp:skia',
'../ui/aura/aura.gyp:aura',