Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1163)

Unified Diff: remoting/remoting.gyp

Issue 10796099: Introducing remoting::Stoppable helper base class implementing asynchronous shutdown on a specific t (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing case of the include file name. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 70f98184ac7bdebe9a5bdb7d222cc375b8d597dd..bfd57da464eaf9a90180924fada1e9f8e688eda6 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',
],
« remoting/base/stoppable.h ('K') | « remoting/host/win/wts_session_process_launcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698