summaryrefslogtreecommitdiffstats
path: root/cloud_print/service/win/service.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'cloud_print/service/win/service.gyp')
-rw-r--r--cloud_print/service/win/service.gyp30
1 files changed, 1 insertions, 29 deletions
diff --git a/cloud_print/service/win/service.gyp b/cloud_print/service/win/service.gyp
index 83fe58c..a982c4b 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',
- ],
- },
],
}