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

Unified Diff: remoting/remoting.gyp

Issue 7210025: Split host plugin into multiple files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge gary's changes Created 9 years, 6 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
« no previous file with comments | « remoting/host/host_status_observer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 3a04c203e0f613ae5002be129abfeb9b1c1f0063..13cac24b5fa564e290de54b4b139d67730e07568 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -181,6 +181,10 @@
'host/host_plugin.def',
'host/host_plugin.rc',
'host/host_plugin_resource.h',
+ 'host/host_plugin_utils.cc',
+ 'host/host_plugin_utils.h',
+ 'host/host_script_object.cc',
+ 'host/host_script_object.h',
],
'conditions': [
['OS=="mac"', {
« no previous file with comments | « remoting/host/host_status_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698