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

Unified Diff: remoting/remoting.gyp

Issue 9316078: Added daemon process NPAPI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed unused headers. Fixed Windows and Mac builds. Created 8 years, 11 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 996edabc76c9b2c7992d01d7c6a4f62fe8a2e825..2ca8188cd25a102bfa9ef9567c5f9a6ca174ca58 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -286,6 +286,9 @@
'sources': [
'host/it2me_host_user_interface.cc',
'host/it2me_host_user_interface.h',
+ 'host/plugin/daemon_npapi_linux.cc',
Sergey Ulanov 2012/02/02 23:41:24 daemon_npapi.h should also be here.
Jamie 2012/02/03 00:47:41 Good catch! Done.
+ 'host/plugin/daemon_npapi_mac.cc',
+ 'host/plugin/daemon_npapi_win.cc',
'host/plugin/host_log_handler.cc',
'host/plugin/host_log_handler.h',
'host/plugin/host_plugin.cc',

Powered by Google App Engine
This is Rietveld 408576698