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 1769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1780 'browser/web_resource/eula_accepted_notifier_unittest.cc', | 1780 'browser/web_resource/eula_accepted_notifier_unittest.cc', |
1781 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', | 1781 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', |
1782 'browser/web_resource/promo_resource_service_unittest.cc', | 1782 'browser/web_resource/promo_resource_service_unittest.cc', |
1783 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', | 1783 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', |
1784 'browser/web_resource/resource_request_allowed_notifier_test_util.h', | 1784 'browser/web_resource/resource_request_allowed_notifier_test_util.h', |
1785 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', | 1785 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', |
1786 'browser/webdata/keyword_table_unittest.cc', | 1786 'browser/webdata/keyword_table_unittest.cc', |
1787 'common/chrome_paths_unittest.cc', | 1787 'common/chrome_paths_unittest.cc', |
1788 'common/chrome_content_client_unittest.cc', | 1788 'common/chrome_content_client_unittest.cc', |
1789 'common/cloud_print/cloud_print_helpers_unittest.cc', | 1789 'common/cloud_print/cloud_print_helpers_unittest.cc', |
1790 'common/content_settings_pattern_parser_unittest.cc', | |
1791 'common/content_settings_pattern_unittest.cc', | |
1792 'common/crash_keys_unittest.cc', | 1790 'common/crash_keys_unittest.cc', |
1793 'common/extensions/api/commands/commands_manifest_unittest.cc', | 1791 'common/extensions/api/commands/commands_manifest_unittest.cc', |
1794 'common/extensions/api/extension_action/browser_action_manifest_unittest
.cc', | 1792 'common/extensions/api/extension_action/browser_action_manifest_unittest
.cc', |
1795 'common/extensions/api/extension_action/page_action_manifest_unittest.cc
', | 1793 'common/extensions/api/extension_action/page_action_manifest_unittest.cc
', |
1796 'common/extensions/api/file_browser_handlers/file_browser_handler_manife
st_unittest.cc', | 1794 'common/extensions/api/file_browser_handlers/file_browser_handler_manife
st_unittest.cc', |
1797 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', | 1795 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', |
1798 'common/extensions/api/identity/extension_manifests_auth_unittest.cc', | 1796 'common/extensions/api/identity/extension_manifests_auth_unittest.cc', |
1799 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.
cc', | 1797 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.
cc', |
1800 'common/extensions/command_unittest.cc', | 1798 'common/extensions/command_unittest.cc', |
1801 'common/extensions/extension_file_util_unittest.cc', | 1799 'common/extensions/extension_file_util_unittest.cc', |
(...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2878 'dependencies': [ | 2876 'dependencies': [ |
2879 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2877 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2880 ], | 2878 ], |
2881 }], | 2879 }], |
2882 ], | 2880 ], |
2883 }, | 2881 }, |
2884 ], | 2882 ], |
2885 }], | 2883 }], |
2886 ], # 'conditions' | 2884 ], # 'conditions' |
2887 } | 2885 } |
OLD | NEW |