| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index e1ae91d09c7d790169718cfe66890e208b29057b..f440327f324218f7c75414b2cfcb090cb3bb290c 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -297,6 +297,7 @@
|
| 'variables': { 'enable_wexit_time_destructors': 1, },
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + '../base/base.gyp:base_static',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../ipc/ipc.gyp:ipc',
|
| 'remoting_version_resources',
|
| @@ -893,6 +894,8 @@
|
| 'host/user_authenticator_linux.cc',
|
| 'host/user_authenticator_mac.cc',
|
| 'host/user_authenticator_win.cc',
|
| + 'host/vlog_net_log.cc',
|
| + 'host/vlog_net_log.h',
|
| ],
|
| 'conditions': [
|
| ['toolkit_uses_gtk == 1', {
|
|
|