OLD | NEW |
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 2229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2240 }], | 2240 }], |
2241 ['enable_service_discovery==1', { | 2241 ['enable_service_discovery==1', { |
2242 'sources': [ | 2242 'sources': [ |
2243 'browser/local_discovery/cloud_device_list_unittest.cc', | 2243 'browser/local_discovery/cloud_device_list_unittest.cc', |
2244 'browser/local_discovery/cloud_print_printer_list_unittest.cc', | 2244 'browser/local_discovery/cloud_print_printer_list_unittest.cc', |
2245 'browser/local_discovery/gcd_api_flow_unittest.cc', | 2245 'browser/local_discovery/gcd_api_flow_unittest.cc', |
2246 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc
', | 2246 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc
', |
2247 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', | 2247 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', |
2248 'browser/local_discovery/privet_http_unittest.cc', | 2248 'browser/local_discovery/privet_http_unittest.cc', |
2249 'browser/local_discovery/privet_url_fetcher_unittest.cc', | 2249 'browser/local_discovery/privet_url_fetcher_unittest.cc', |
| 2250 'browser/local_discovery/privetv3_session_unittest.cc', |
| 2251 'browser/local_discovery/privetv3_setup_flow_unittest.cc', |
2250 'browser/local_discovery/service_discovery_client_mac_unittest.mm', | 2252 'browser/local_discovery/service_discovery_client_mac_unittest.mm', |
2251 'browser/local_discovery/storage/path_util_unittest.cc', | 2253 'browser/local_discovery/storage/path_util_unittest.cc', |
2252 'browser/local_discovery/storage/privet_filesystem_attribute_cache_u
nittest.cc', | 2254 'browser/local_discovery/storage/privet_filesystem_attribute_cache_u
nittest.cc', |
2253 ], | 2255 ], |
2254 }], | 2256 }], |
2255 ['configuration_policy==0', { | 2257 ['configuration_policy==0', { |
2256 'sources!': [ | 2258 'sources!': [ |
2257 'browser/extensions/api/storage/policy_value_store_unittest.cc', | 2259 'browser/extensions/api/storage/policy_value_store_unittest.cc', |
2258 'browser/extensions/policy_handlers_unittest.cc', | 2260 'browser/extensions/policy_handlers_unittest.cc', |
2259 'browser/net/proxy_policy_handler_unittest.cc', | 2261 'browser/net/proxy_policy_handler_unittest.cc', |
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2917 'dependencies': [ | 2919 'dependencies': [ |
2918 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2920 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2919 ], | 2921 ], |
2920 }], | 2922 }], |
2921 ], | 2923 ], |
2922 }, | 2924 }, |
2923 ], | 2925 ], |
2924 }], | 2926 }], |
2925 ], # 'conditions' | 2927 ], # 'conditions' |
2926 } | 2928 } |
OLD | NEW |