diff options
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 70f9818..bfd57da 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -584,6 +584,7 @@ '../base/base.gyp:base_static', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../ipc/ipc.gyp:ipc', + 'remoting_base', 'remoting_breakpad', 'remoting_version_resources', ], @@ -1165,6 +1166,8 @@ 'base/rate_counter.h', 'base/running_average.cc', 'base/running_average.h', + 'base/stoppable.cc', + 'base/stoppable.h', 'base/util.cc', 'base/util.h', ], |