diff options
author | grt <grt@chromium.org> | 2015-05-27 14:42:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-27 21:43:22 +0000 |
commit | 235b3f097ca97e158b2fb6f7161c5e12c38fb5ed (patch) | |
tree | dffaa1447b1b277623c080ed7e979a8210dbf0a9 /remoting/remoting_host.gypi | |
parent | c1be51164d32964c5626e37ed36808b53285ee98 (diff) | |
download | chromium_src-235b3f097ca97e158b2fb6f7161c5e12c38fb5ed.zip chromium_src-235b3f097ca97e158b2fb6f7161c5e12c38fb5ed.tar.gz chromium_src-235b3f097ca97e158b2fb6f7161c5e12c38fb5ed.tar.bz2 |
No longer build/use google_update on non-Chrome builds.
Google Update integration is not supported on Chromium builds.
Also entirely remove the dependency on google_update from
remoting/host/setup and win8/metro_driver, neither of which
used it.
BUG=none
Review URL: https://codereview.chromium.org/1136473005
Cr-Commit-Position: refs/heads/master@{#331659}
Diffstat (limited to 'remoting/remoting_host.gypi')
-rw-r--r-- | remoting/remoting_host.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi index 79374ed..34e0aad 100644 --- a/remoting/remoting_host.gypi +++ b/remoting/remoting_host.gypi @@ -220,7 +220,6 @@ 'conditions': [ ['OS=="win"', { 'dependencies': [ - '../google_update/google_update.gyp:google_update', 'remoting_lib_idl', ], # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |