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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 383023002: Partial setup flow with unittest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wed 07/16/2014 12:37:42.65 Created 6 years, 5 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after
2245 }], 2245 }],
2246 ['enable_service_discovery==1', { 2246 ['enable_service_discovery==1', {
2247 'sources': [ 2247 'sources': [
2248 'browser/local_discovery/cloud_device_list_unittest.cc', 2248 'browser/local_discovery/cloud_device_list_unittest.cc',
2249 'browser/local_discovery/cloud_print_printer_list_unittest.cc', 2249 'browser/local_discovery/cloud_print_printer_list_unittest.cc',
2250 'browser/local_discovery/gcd_api_flow_unittest.cc', 2250 'browser/local_discovery/gcd_api_flow_unittest.cc',
2251 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc ', 2251 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc ',
2252 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', 2252 'browser/local_discovery/privet_confirm_api_flow_unittest.cc',
2253 'browser/local_discovery/privet_http_unittest.cc', 2253 'browser/local_discovery/privet_http_unittest.cc',
2254 'browser/local_discovery/privet_url_fetcher_unittest.cc', 2254 'browser/local_discovery/privet_url_fetcher_unittest.cc',
2255 'browser/local_discovery/privetv3_session_unittest.cc',
2256 'browser/local_discovery/privetv3_setup_flow_unittest.cc',
2255 'browser/local_discovery/service_discovery_client_mac_unittest.mm', 2257 'browser/local_discovery/service_discovery_client_mac_unittest.mm',
2256 'browser/local_discovery/storage/path_util_unittest.cc', 2258 'browser/local_discovery/storage/path_util_unittest.cc',
2257 'browser/local_discovery/storage/privet_filesystem_attribute_cache_u nittest.cc', 2259 'browser/local_discovery/storage/privet_filesystem_attribute_cache_u nittest.cc',
2258 ], 2260 ],
2259 }], 2261 }],
2260 ['configuration_policy==0', { 2262 ['configuration_policy==0', {
2261 'sources!': [ 2263 'sources!': [
2262 'browser/extensions/api/storage/policy_value_store_unittest.cc', 2264 'browser/extensions/api/storage/policy_value_store_unittest.cc',
2263 'browser/extensions/policy_handlers_unittest.cc', 2265 'browser/extensions/policy_handlers_unittest.cc',
2264 'browser/net/proxy_policy_handler_unittest.cc', 2266 'browser/net/proxy_policy_handler_unittest.cc',
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
2922 'dependencies': [ 2924 'dependencies': [
2923 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2924 ], 2926 ],
2925 }], 2927 }],
2926 ], 2928 ],
2927 }, 2929 },
2928 ], 2930 ],
2929 }], 2931 }],
2930 ], # 'conditions' 2932 ], # 'conditions'
2931 } 2933 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698