| 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 846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 857 'browser/extensions/api/declarative_content/content_action_unittest.cc', | 857 'browser/extensions/api/declarative_content/content_action_unittest.cc', |
| 858 'browser/extensions/api/declarative_content/content_condition_unittest.c
c', | 858 'browser/extensions/api/declarative_content/content_condition_unittest.c
c', |
| 859 'browser/extensions/api/declarative_content/content_rules_registry_unitt
est.cc', | 859 'browser/extensions/api/declarative_content/content_rules_registry_unitt
est.cc', |
| 860 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes
t.cc', | 860 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes
t.cc', |
| 861 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr
ibute_unittest.cc', | 861 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr
ibute_unittest.cc', |
| 862 'browser/extensions/api/declarative_webrequest/webrequest_condition_unit
test.cc', | 862 'browser/extensions/api/declarative_webrequest/webrequest_condition_unit
test.cc', |
| 863 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry
_unittest.cc', | 863 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry
_unittest.cc', |
| 864 'browser/extensions/api/dial/dial_device_data_unittest.cc', | 864 'browser/extensions/api/dial/dial_device_data_unittest.cc', |
| 865 'browser/extensions/api/dial/dial_registry_unittest.cc', | 865 'browser/extensions/api/dial/dial_registry_unittest.cc', |
| 866 'browser/extensions/api/dial/dial_service_unittest.cc', | 866 'browser/extensions/api/dial/dial_service_unittest.cc', |
| 867 'browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chro
meos_unittest.cc', |
| 867 'browser/extensions/api/enterprise_platform_keys_private/enterprise_plat
form_keys_private_api_unittest.cc', | 868 'browser/extensions/api/enterprise_platform_keys_private/enterprise_plat
form_keys_private_api_unittest.cc', |
| 868 'browser/extensions/api/experience_sampling_private/experience_sampling_
private_api_unittest.cc', | 869 'browser/extensions/api/experience_sampling_private/experience_sampling_
private_api_unittest.cc', |
| 869 'browser/extensions/api/extension_action/extension_action_prefs_unittest
.cc', | 870 'browser/extensions/api/extension_action/extension_action_prefs_unittest
.cc', |
| 870 'browser/extensions/api/file_handlers/mime_util_unittest.cc', | 871 'browser/extensions/api/file_handlers/mime_util_unittest.cc', |
| 871 'browser/extensions/api/file_system/file_system_api_unittest.cc', | 872 'browser/extensions/api/file_system/file_system_api_unittest.cc', |
| 872 'browser/extensions/api/identity/extension_token_key_unittest.cc', | 873 'browser/extensions/api/identity/extension_token_key_unittest.cc', |
| 873 'browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc', | 874 'browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc', |
| 874 'browser/extensions/api/identity/identity_mint_queue_unittest.cc', | 875 'browser/extensions/api/identity/identity_mint_queue_unittest.cc', |
| 875 'browser/extensions/api/idle/idle_api_unittest.cc', | 876 'browser/extensions/api/idle/idle_api_unittest.cc', |
| 876 'browser/extensions/api/image_writer_private/destroy_partitions_operatio
n_unittest.cc', | 877 'browser/extensions/api/image_writer_private/destroy_partitions_operatio
n_unittest.cc', |
| (...skipping 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2869 'dependencies': [ | 2870 'dependencies': [ |
| 2870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2871 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2871 ], | 2872 ], |
| 2872 }], | 2873 }], |
| 2873 ], | 2874 ], |
| 2874 }, | 2875 }, |
| 2875 ], | 2876 ], |
| 2876 }], | 2877 }], |
| 2877 ], # 'conditions' | 2878 ], # 'conditions' |
| 2878 } | 2879 } |
| OLD | NEW |