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

Side by Side Diff: chrome/chrome_common.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/browser/ui/webui/version_handler_chromeos.h ('k') | chrome/chrome_tests_unit.gypi » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'common/auto_start_linux.cc', 60 'common/auto_start_linux.cc',
61 'common/auto_start_linux.h', 61 'common/auto_start_linux.h',
62 'common/autocomplete_match_type.cc', 62 'common/autocomplete_match_type.cc',
63 'common/autocomplete_match_type.h', 63 'common/autocomplete_match_type.h',
64 'common/automation_constants.cc', 64 'common/automation_constants.cc',
65 'common/automation_constants.h', 65 'common/automation_constants.h',
66 'common/automation_messages.h', 66 'common/automation_messages.h',
67 'common/automation_messages_internal.h', 67 'common/automation_messages_internal.h',
68 'common/badge_util.cc', 68 'common/badge_util.cc',
69 'common/badge_util.h', 69 'common/badge_util.h',
70 'common/cancelable_task_tracker.cc',
71 'common/cancelable_task_tracker.h',
72 'common/child_process_logging.h', 70 'common/child_process_logging.h',
73 'common/child_process_logging_win.cc', 71 'common/child_process_logging_win.cc',
74 'common/chrome_content_client.cc', 72 'common/chrome_content_client.cc',
75 'common/chrome_content_client.h', 73 'common/chrome_content_client.h',
76 'common/chrome_content_client_constants.cc', 74 'common/chrome_content_client_constants.cc',
77 'common/chrome_content_client_ios.mm', 75 'common/chrome_content_client_ios.mm',
78 'common/chrome_result_codes.h', 76 'common/chrome_result_codes.h',
79 'common/chrome_utility_messages.h', 77 'common/chrome_utility_messages.h',
80 'common/chrome_version_info.cc', 78 'common/chrome_version_info.cc',
81 'common/chrome_version_info_android.cc', 79 'common/chrome_version_info_android.cc',
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'common/metrics/proto/user_action_event.proto', 745 'common/metrics/proto/user_action_event.proto',
748 ], 746 ],
749 'variables': { 747 'variables': {
750 'proto_in_dir': 'common/metrics/proto', 748 'proto_in_dir': 'common/metrics/proto',
751 'proto_out_dir': 'chrome/common/metrics/proto', 749 'proto_out_dir': 'chrome/common/metrics/proto',
752 }, 750 },
753 'includes': [ '../build/protoc.gypi' ], 751 'includes': [ '../build/protoc.gypi' ],
754 }, 752 },
755 ], 753 ],
756 } 754 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/version_handler_chromeos.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698