| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 8b8c4b01562ea1bd24913b7ebb28996abafb7ce1..908373c606266264af09aa31e826133dd04fe43d 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -1444,16 +1444,12 @@
|
| 'remoting_jingle_glue',
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
| + '../google_apis/google_apis.gyp:google_apis',
|
| '../ipc/ipc.gyp:ipc',
|
| '../media/media.gyp:media',
|
| '../net/net.gyp:net',
|
| ],
|
| 'sources': [
|
| - # TODO(joi): Clean this up with a lib once we move it to its
|
| - # final destination. See TODO in remoting/host/DEPS.
|
| - '../chrome/common/net/google_apis/google_api_keys.cc',
|
| - '../chrome/common/net/google_apis/google_api_keys.h',
|
| -
|
| 'host/branding.cc',
|
| 'host/branding.h',
|
| 'host/config_file_watcher.cc',
|
|
|