summaryrefslogtreecommitdiffstats
path: root/cloud_print
diff options
context:
space:
mode:
Diffstat (limited to 'cloud_print')
-rw-r--r--cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp6
1 files changed, 2 insertions, 4 deletions
diff --git a/cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp b/cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp
index f909dcf..9186e9b 100644
--- a/cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp
+++ b/cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -57,13 +57,11 @@
'type': 'executable',
'dependencies': [
'../../../../base/base.gyp:base',
- '../../../../base/base.gyp:test_support_base',
+ '../../../../base/base.gyp:run_all_unittests',
'../../../../testing/gmock.gyp:gmock',
'../../../../testing/gtest.gyp:gtest',
],
'sources': [
- # Infrastructure files.
- '../../../../base/test/run_all_unittests.cc',
'port_monitor_unittest.cc',
],
},