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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 83423003: Remove unused target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 ], 73 ],
74 'include_dirs': [ 74 'include_dirs': [
75 '..', 75 '..',
76 ], 76 ],
77 'sources': [ 77 'sources': [
78 'test/base/chrome_test_launcher.cc', 78 'test/base/chrome_test_launcher.cc',
79 'test/base/chrome_test_launcher.h', 79 'test/base/chrome_test_launcher.h',
80 ], 80 ],
81 }, 81 },
82 { 82 {
83 'target_name': 'test_support_ui_runner',
84 'type': 'static_library',
85 'dependencies': [
86 'test_support_common',
87 '../testing/gtest.gyp:gtest',
88 ],
89 'export_dependent_settings': [
90 'test_support_common',
91 ],
92 'include_dirs': [
93 '..',
94 ],
95 'sources': [
96 'test/ui/run_all_unittests.cc',
97 ],
98 },
99 {
100 'target_name': 'test_support_ui', 83 'target_name': 'test_support_ui',
101 'type': 'static_library', 84 'type': 'static_library',
102 'dependencies': [ 85 'dependencies': [
103 'chrome_resources.gyp:chrome_resources', 86 'chrome_resources.gyp:chrome_resources',
104 'chrome_resources.gyp:chrome_strings', 87 'chrome_resources.gyp:chrome_strings',
105 'chrome_resources.gyp:theme_resources', 88 'chrome_resources.gyp:theme_resources',
106 'test_support_common', 89 'test_support_common',
107 '../skia/skia.gyp:skia', 90 '../skia/skia.gyp:skia',
108 '../testing/gtest.gyp:gtest', 91 '../testing/gtest.gyp:gtest',
109 ], 92 ],
(...skipping 2948 matching lines...) Expand 10 before | Expand all | Expand 10 after
3058 'utility', 3041 'utility',
3059 ], 3042 ],
3060 'sources': [ 3043 'sources': [
3061 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3044 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3062 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3045 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3063 ], 3046 ],
3064 }] 3047 }]
3065 }], 3048 }],
3066 ], # 'conditions' 3049 ], # 'conditions'
3067 } 3050 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698