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 1817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1828 'browser/upload_list_unittest.cc', | 1828 'browser/upload_list_unittest.cc', |
1829 'browser/web_applications/web_app_mac_unittest.mm', | 1829 'browser/web_applications/web_app_mac_unittest.mm', |
1830 'browser/web_applications/web_app_unittest.cc', | 1830 'browser/web_applications/web_app_unittest.cc', |
1831 'browser/web_resource/eula_accepted_notifier_unittest.cc', | 1831 'browser/web_resource/eula_accepted_notifier_unittest.cc', |
1832 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', | 1832 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', |
1833 'browser/web_resource/promo_resource_service_unittest.cc', | 1833 'browser/web_resource/promo_resource_service_unittest.cc', |
1834 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', | 1834 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', |
1835 'browser/web_resource/resource_request_allowed_notifier_test_util.h', | 1835 'browser/web_resource/resource_request_allowed_notifier_test_util.h', |
1836 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', | 1836 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', |
1837 'browser/webdata/keyword_table_unittest.cc', | 1837 'browser/webdata/keyword_table_unittest.cc', |
1838 'browser/webdata/web_apps_table_unittest.cc', | |
1839 'common/chrome_paths_unittest.cc', | 1838 'common/chrome_paths_unittest.cc', |
1840 'common/chrome_content_client_unittest.cc', | 1839 'common/chrome_content_client_unittest.cc', |
1841 'common/cloud_print/cloud_print_helpers_unittest.cc', | 1840 'common/cloud_print/cloud_print_helpers_unittest.cc', |
1842 'common/content_settings_helper_unittest.cc', | 1841 'common/content_settings_helper_unittest.cc', |
1843 'common/content_settings_pattern_parser_unittest.cc', | 1842 'common/content_settings_pattern_parser_unittest.cc', |
1844 'common/content_settings_pattern_unittest.cc', | 1843 'common/content_settings_pattern_unittest.cc', |
1845 'common/crash_keys_unittest.cc', | 1844 'common/crash_keys_unittest.cc', |
1846 'common/extensions/api/commands/commands_manifest_unittest.cc', | 1845 'common/extensions/api/commands/commands_manifest_unittest.cc', |
1847 'common/extensions/api/extension_action/browser_action_manifest_unittest
.cc', | 1846 'common/extensions/api/extension_action/browser_action_manifest_unittest
.cc', |
1848 'common/extensions/api/extension_action/page_action_manifest_unittest.cc
', | 1847 'common/extensions/api/extension_action/page_action_manifest_unittest.cc
', |
(...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2925 'dependencies': [ | 2924 'dependencies': [ |
2926 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2927 ], | 2926 ], |
2928 }], | 2927 }], |
2929 ], | 2928 ], |
2930 }, | 2929 }, |
2931 ], | 2930 ], |
2932 }], | 2931 }], |
2933 ], # 'conditions' | 2932 ], # 'conditions' |
2934 } | 2933 } |
OLD | NEW |