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

Unified Diff: cloud_print/service/win/service.gyp

Issue 10407102: Revert "Validates service state file and ask user to update information if necessarily." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « cloud_print/service/win/cloud_print_service.cc ('k') | cloud_print/service/win/service_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/win/service.gyp
diff --git a/cloud_print/service/win/service.gyp b/cloud_print/service/win/service.gyp
index 83fe58cc91320162f48e805b9345abaad679bfe7..a982c4b6ccc2d06bd678dd4e069c9df86b5e298d 100644
--- a/cloud_print/service/win/service.gyp
+++ b/cloud_print/service/win/service.gyp
@@ -12,19 +12,6 @@
},
'targets': [
{
- 'target_name': 'cloud_print_service_lib',
- 'type': 'static_library',
- 'dependencies': [
- '../../../base/base.gyp:base',
- '../../../net/net.gyp:net',
- '../../../build/temp_gyp/googleurl.gyp:googleurl',
- ],
- 'sources': [
- 'service_state.cc',
- 'service_state.h',
- ]
- },
- {
'target_name': 'cloud_print_service',
'type': 'executable',
'sources': [
@@ -34,7 +21,7 @@
'resource.h',
],
'dependencies': [
- 'cloud_print_service_lib'
+ '../../../base/base.gyp:base',
],
'msvs_settings': {
'VCLinkerTool': {
@@ -43,20 +30,5 @@
},
},
},
- {
- 'target_name': 'cloud_print_service_unittests',
- 'type': 'executable',
- 'sources': [
- 'service_state_unittest.cc',
- ],
- 'dependencies': [
- '../../../base/base.gyp:run_all_unittests',
- '../../../base/base.gyp:base',
- '../../../base/base.gyp:test_support_base',
- '../../../testing/gmock.gyp:gmock',
- '../../../testing/gtest.gyp:gtest',
- 'cloud_print_service_lib',
- ],
- },
],
}
« no previous file with comments | « cloud_print/service/win/cloud_print_service.cc ('k') | cloud_print/service/win/service_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698