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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 'common/media_galleries/picasa_test_util.cc', | 404 'common/media_galleries/picasa_test_util.cc', |
405 'common/media_galleries/pmp_test_util.cc', | 405 'common/media_galleries/pmp_test_util.cc', |
406 'common/media_galleries/pmp_test_util.h', | 406 'common/media_galleries/pmp_test_util.h', |
407 ], | 407 ], |
408 }], | 408 }], |
409 ['OS=="mac"', { | 409 ['OS=="mac"', { |
410 'dependencies': [ | 410 'dependencies': [ |
411 '../components/components.gyp:breakpad_stubs', | 411 '../components/components.gyp:breakpad_stubs', |
412 ], | 412 ], |
413 }], | 413 }], |
| 414 ['enable_mdns == 1', { |
| 415 'sources': [ |
| 416 'browser/local_discovery/test_service_discovery_client.cc', |
| 417 'browser/local_discovery/test_service_discovery_client.h', |
| 418 ] |
| 419 }], |
414 ], | 420 ], |
415 }, | 421 }, |
416 { | 422 { |
417 'target_name': 'test_support_unit', | 423 'target_name': 'test_support_unit', |
418 'type': 'static_library', | 424 'type': 'static_library', |
419 'dependencies': [ | 425 'dependencies': [ |
420 'chrome_resources.gyp:chrome_resources', | 426 'chrome_resources.gyp:chrome_resources', |
421 'chrome_resources.gyp:chrome_strings', | 427 'chrome_resources.gyp:chrome_strings', |
422 'browser', | 428 'browser', |
423 'common', | 429 'common', |
(...skipping 1786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2210 ['file_manager_extension==0', { | 2216 ['file_manager_extension==0', { |
2211 'sources!': [ | 2217 'sources!': [ |
2212 'browser/ui/views/select_file_dialog_extension_unittest.cc', | 2218 'browser/ui/views/select_file_dialog_extension_unittest.cc', |
2213 ], | 2219 ], |
2214 }], | 2220 }], |
2215 ['enable_mdns == 1', { | 2221 ['enable_mdns == 1', { |
2216 'sources': [ | 2222 'sources': [ |
2217 'utility/local_discovery/local_domain_resolver_unittest.cc', | 2223 'utility/local_discovery/local_domain_resolver_unittest.cc', |
2218 'utility/local_discovery/service_discovery_client_unittest.cc', | 2224 'utility/local_discovery/service_discovery_client_unittest.cc', |
2219 'browser/local_discovery/privet_device_lister_unittest.cc', | 2225 'browser/local_discovery/privet_device_lister_unittest.cc', |
2220 'browser/local_discovery/privet_notifications_unittest.cc' | 2226 'browser/local_discovery/privet_notifications_unittest.cc', |
| 2227 'browser/local_discovery/privet_local_printer_lister_unittest.cc', |
2221 ] | 2228 ] |
2222 }], | 2229 }], |
2223 ['configuration_policy==0', { | 2230 ['configuration_policy==0', { |
2224 'sources!': [ | 2231 'sources!': [ |
2225 'browser/extensions/api/storage/policy_value_store_unittest.cc', | 2232 'browser/extensions/api/storage/policy_value_store_unittest.cc', |
2226 'browser/extensions/policy_handlers_unittest.cc', | 2233 'browser/extensions/policy_handlers_unittest.cc', |
2227 'browser/net/proxy_policy_handler_unittest.cc', | 2234 'browser/net/proxy_policy_handler_unittest.cc', |
2228 'browser/prefs/proxy_policy_unittest.cc', | 2235 'browser/prefs/proxy_policy_unittest.cc', |
2229 'browser/profiles/incognito_mode_policy_handler_unittest.cc', | 2236 'browser/profiles/incognito_mode_policy_handler_unittest.cc', |
2230 'browser/search_engines/default_search_policy_handler_unittest.cc', | 2237 'browser/search_engines/default_search_policy_handler_unittest.cc', |
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2909 'browser/ui/app_list/test/fake_profile.h', | 2916 'browser/ui/app_list/test/fake_profile.h', |
2910 'browser/ui/app_list/test/fake_profile_store.cc', | 2917 'browser/ui/app_list/test/fake_profile_store.cc', |
2911 'browser/ui/app_list/test/fake_profile_store.h', | 2918 'browser/ui/app_list/test/fake_profile_store.h', |
2912 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2919 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2913 ], | 2920 ], |
2914 }, | 2921 }, |
2915 ], | 2922 ], |
2916 }], | 2923 }], |
2917 ], # 'conditions' | 2924 ], # 'conditions' |
2918 } | 2925 } |
OLD | NEW |