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: base/base.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 | « base/base.gyp ('k') | base/task/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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 'sys_info_android.cc', 565 'sys_info_android.cc',
566 'sys_info_chromeos.cc', 566 'sys_info_chromeos.cc',
567 'sys_info_freebsd.cc', 567 'sys_info_freebsd.cc',
568 'sys_info_internal.h', 568 'sys_info_internal.h',
569 'sys_info_ios.mm', 569 'sys_info_ios.mm',
570 'sys_info_linux.cc', 570 'sys_info_linux.cc',
571 'sys_info_mac.cc', 571 'sys_info_mac.cc',
572 'sys_info_openbsd.cc', 572 'sys_info_openbsd.cc',
573 'sys_info_posix.cc', 573 'sys_info_posix.cc',
574 'sys_info_win.cc', 574 'sys_info_win.cc',
575 'task/cancelable_task_tracker.cc',
576 'task/cancelable_task_tracker.h',
575 'task_runner.cc', 577 'task_runner.cc',
576 'task_runner.h', 578 'task_runner.h',
577 'task_runner_util.h', 579 'task_runner_util.h',
578 'template_util.h', 580 'template_util.h',
579 'thread_task_runner_handle.cc', 581 'thread_task_runner_handle.cc',
580 'thread_task_runner_handle.h', 582 'thread_task_runner_handle.h',
581 'threading/non_thread_safe.h', 583 'threading/non_thread_safe.h',
582 'threading/non_thread_safe_impl.cc', 584 'threading/non_thread_safe_impl.cc',
583 'threading/non_thread_safe_impl.h', 585 'threading/non_thread_safe_impl.h',
584 'threading/platform_thread.h', 586 'threading/platform_thread.h',
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 'i18n/time_formatting.h', 976 'i18n/time_formatting.h',
975 'i18n/timezone.cc', 977 'i18n/timezone.cc',
976 'i18n/timezone.h', 978 'i18n/timezone.h',
977 'i18n/utf8_validator_tables.cc', 979 'i18n/utf8_validator_tables.cc',
978 'i18n/utf8_validator_tables.h', 980 'i18n/utf8_validator_tables.h',
979 ], 981 ],
980 }] 982 }]
981 ], 983 ],
982 }, 984 },
983 } 985 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/task/cancelable_task_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698