Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 137263007: Move CancelableTaskTracker to //base/task/CancelableTaskTracker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to base/task/cancelable_task_tracker* Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/cancelable_task_tracker.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1758 matching lines...) Expand 10 before | Expand all | Expand 10 after
1769 'browser/web_applications/web_app_mac_unittest.mm', 1769 'browser/web_applications/web_app_mac_unittest.mm',
1770 'browser/web_applications/web_app_unittest.cc', 1770 'browser/web_applications/web_app_unittest.cc',
1771 'browser/web_resource/eula_accepted_notifier_unittest.cc', 1771 'browser/web_resource/eula_accepted_notifier_unittest.cc',
1772 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', 1772 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc',
1773 'browser/web_resource/promo_resource_service_unittest.cc', 1773 'browser/web_resource/promo_resource_service_unittest.cc',
1774 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', 1774 'browser/web_resource/resource_request_allowed_notifier_test_util.cc',
1775 'browser/web_resource/resource_request_allowed_notifier_test_util.h', 1775 'browser/web_resource/resource_request_allowed_notifier_test_util.h',
1776 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', 1776 'browser/web_resource/resource_request_allowed_notifier_unittest.cc',
1777 'browser/webdata/keyword_table_unittest.cc', 1777 'browser/webdata/keyword_table_unittest.cc',
1778 'browser/webdata/web_apps_table_unittest.cc', 1778 'browser/webdata/web_apps_table_unittest.cc',
1779 'common/cancelable_task_tracker_unittest.cc',
1780 'common/chrome_paths_unittest.cc', 1779 'common/chrome_paths_unittest.cc',
1781 'common/chrome_content_client_unittest.cc', 1780 'common/chrome_content_client_unittest.cc',
1782 'common/cloud_print/cloud_print_helpers_unittest.cc', 1781 'common/cloud_print/cloud_print_helpers_unittest.cc',
1783 'common/content_settings_helper_unittest.cc', 1782 'common/content_settings_helper_unittest.cc',
1784 'common/content_settings_pattern_parser_unittest.cc', 1783 'common/content_settings_pattern_parser_unittest.cc',
1785 'common/content_settings_pattern_unittest.cc', 1784 'common/content_settings_pattern_unittest.cc',
1786 'common/crash_keys_unittest.cc', 1785 'common/crash_keys_unittest.cc',
1787 'common/extensions/api/commands/commands_manifest_unittest.cc', 1786 'common/extensions/api/commands/commands_manifest_unittest.cc',
1788 'common/extensions/api/extension_action/browser_action_manifest_unittest .cc', 1787 'common/extensions/api/extension_action/browser_action_manifest_unittest .cc',
1789 'common/extensions/api/extension_action/page_action_manifest_unittest.cc ', 1788 'common/extensions/api/extension_action/page_action_manifest_unittest.cc ',
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
2906 'browser/ui/app_list/test/fake_profile_store.h', 2905 'browser/ui/app_list/test/fake_profile_store.h',
2907 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2906 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2908 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2907 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2909 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2908 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2910 ], 2909 ],
2911 }, 2910 },
2912 ], 2911 ],
2913 }], 2912 }],
2914 ], # 'conditions' 2913 ], # 'conditions'
2915 } 2914 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/cancelable_task_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698