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

Side by Side Diff: cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp

Issue 9691067: Add a new 'run_all_unittests' target in base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | dbus/dbus.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../../../build/common.gypi', 7 '../../../../build/common.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'Common_Base': { 50 'Common_Base': {
51 'msvs_target_platform': 'x64', 51 'msvs_target_platform': 'x64',
52 }, 52 },
53 }, 53 },
54 }, 54 },
55 { 55 {
56 'target_name': 'virtual_driver_unittests', 56 'target_name': 'virtual_driver_unittests',
57 'type': 'executable', 57 'type': 'executable',
58 'dependencies': [ 58 'dependencies': [
59 '../../../../base/base.gyp:base', 59 '../../../../base/base.gyp:base',
60 '../../../../base/base.gyp:test_support_base', 60 '../../../../base/base.gyp:run_all_unittests',
61 '../../../../testing/gmock.gyp:gmock', 61 '../../../../testing/gmock.gyp:gmock',
62 '../../../../testing/gtest.gyp:gtest', 62 '../../../../testing/gtest.gyp:gtest',
63 ], 63 ],
64 'sources': [ 64 'sources': [
65 # Infrastructure files.
66 '../../../../base/test/run_all_unittests.cc',
67 'port_monitor_unittest.cc', 65 'port_monitor_unittest.cc',
68 ], 66 ],
69 }, 67 },
70 ], 68 ],
71 } 69 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | dbus/dbus.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698