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 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1791 'browser/web_resource/eula_accepted_notifier_unittest.cc', | 1791 'browser/web_resource/eula_accepted_notifier_unittest.cc', |
1792 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', | 1792 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', |
1793 'browser/web_resource/promo_resource_service_unittest.cc', | 1793 'browser/web_resource/promo_resource_service_unittest.cc', |
1794 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', | 1794 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', |
1795 'browser/web_resource/resource_request_allowed_notifier_test_util.h', | 1795 'browser/web_resource/resource_request_allowed_notifier_test_util.h', |
1796 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', | 1796 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', |
1797 'browser/webdata/keyword_table_unittest.cc', | 1797 'browser/webdata/keyword_table_unittest.cc', |
1798 'common/chrome_paths_unittest.cc', | 1798 'common/chrome_paths_unittest.cc', |
1799 'common/chrome_content_client_unittest.cc', | 1799 'common/chrome_content_client_unittest.cc', |
1800 'common/cloud_print/cloud_print_helpers_unittest.cc', | 1800 'common/cloud_print/cloud_print_helpers_unittest.cc', |
1801 'common/content_settings_pattern_parser_unittest.cc', | |
1802 'common/content_settings_pattern_unittest.cc', | |
1803 'common/crash_keys_unittest.cc', | 1801 'common/crash_keys_unittest.cc', |
1804 'common/extensions/api/commands/commands_manifest_unittest.cc', | 1802 'common/extensions/api/commands/commands_manifest_unittest.cc', |
1805 'common/extensions/api/extension_action/browser_action_manifest_unittest
.cc', | 1803 'common/extensions/api/extension_action/browser_action_manifest_unittest
.cc', |
1806 'common/extensions/api/extension_action/page_action_manifest_unittest.cc
', | 1804 'common/extensions/api/extension_action/page_action_manifest_unittest.cc
', |
1807 'common/extensions/api/file_browser_handlers/file_browser_handler_manife
st_unittest.cc', | 1805 'common/extensions/api/file_browser_handlers/file_browser_handler_manife
st_unittest.cc', |
1808 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', | 1806 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', |
1809 'common/extensions/api/identity/extension_manifests_auth_unittest.cc', | 1807 'common/extensions/api/identity/extension_manifests_auth_unittest.cc', |
1810 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.
cc', | 1808 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.
cc', |
1811 'common/extensions/command_unittest.cc', | 1809 'common/extensions/command_unittest.cc', |
1812 'common/extensions/extension_file_util_unittest.cc', | 1810 'common/extensions/extension_file_util_unittest.cc', |
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2864 'dependencies': [ | 2862 'dependencies': [ |
2865 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2863 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2866 ], | 2864 ], |
2867 }], | 2865 }], |
2868 ], | 2866 ], |
2869 }, | 2867 }, |
2870 ], | 2868 ], |
2871 }], | 2869 }], |
2872 ], # 'conditions' | 2870 ], # 'conditions' |
2873 } | 2871 } |
OLD | NEW |