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

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') | cloud_print/service/service_switches.cc » ('J')
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 cd4bcc00df08cb84569a145ec269af8dc52b50f4..4005e07c4da51ece3d0b5b9c0a01fe24ba64349c 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_setup_exe_version.rc',
'win/cloud_print_service_setup.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') | cloud_print/service/service_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698