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

Unified Diff: cloud_print/service/service.gyp

Issue 14358019: Added Cloud Print Service installer/uninstaller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « no previous file | cloud_print/service/service_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/service.gyp
diff --git a/cloud_print/service/service.gyp b/cloud_print/service/service.gyp
index 9b5bb5bef9420c943b9314d5a2c1fbc991b9d9c7..17384c70f6eaa25e3a7f39d45a5518d8474c8333 100644
--- a/cloud_print/service/service.gyp
+++ b/cloud_print/service/service.gyp
@@ -75,6 +75,8 @@
'<(DEPTH)/content/public/common/content_switches.cc',
'<(DEPTH)/cloud_print/common/win/cloud_print_utils.cc',
'<(DEPTH)/cloud_print/common/win/cloud_print_utils.h',
+ 'service_constants.cc',
+ 'service_constants.h',
'service_state.cc',
'service_state.h',
'service_switches.cc',
@@ -122,6 +124,8 @@
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/cloud_print/cloud_print_service_config_exe_version.rc',
'win/cloud_print_service_config.cc',
+ 'win/installer.cc',
+ 'win/installer.h',
],
'includes': [
'win/service_resources.gypi'
« no previous file with comments | « no previous file | cloud_print/service/service_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698