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

Side by Side Diff: base/base.gyp

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 | « no previous file | base/base.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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'strings/utf_offset_string_conversions_unittest.cc', 608 'strings/utf_offset_string_conversions_unittest.cc',
609 'strings/utf_string_conversions_unittest.cc', 609 'strings/utf_string_conversions_unittest.cc',
610 'sync_socket_unittest.cc', 610 'sync_socket_unittest.cc',
611 'synchronization/cancellation_flag_unittest.cc', 611 'synchronization/cancellation_flag_unittest.cc',
612 'synchronization/condition_variable_unittest.cc', 612 'synchronization/condition_variable_unittest.cc',
613 'synchronization/lock_unittest.cc', 613 'synchronization/lock_unittest.cc',
614 'synchronization/waitable_event_unittest.cc', 614 'synchronization/waitable_event_unittest.cc',
615 'synchronization/waitable_event_watcher_unittest.cc', 615 'synchronization/waitable_event_watcher_unittest.cc',
616 'sys_info_unittest.cc', 616 'sys_info_unittest.cc',
617 'system_monitor/system_monitor_unittest.cc', 617 'system_monitor/system_monitor_unittest.cc',
618 'task/cancelable_task_tracker_unittest.cc',
618 'task_runner_util_unittest.cc', 619 'task_runner_util_unittest.cc',
619 'template_util_unittest.cc', 620 'template_util_unittest.cc',
620 'test/expectations/expectation_unittest.cc', 621 'test/expectations/expectation_unittest.cc',
621 'test/expectations/parser_unittest.cc', 622 'test/expectations/parser_unittest.cc',
622 'test/statistics_delta_reader_unittest.cc', 623 'test/statistics_delta_reader_unittest.cc',
623 'test/test_reg_util_win_unittest.cc', 624 'test/test_reg_util_win_unittest.cc',
624 'test/trace_event_analyzer_unittest.cc', 625 'test/trace_event_analyzer_unittest.cc',
625 'threading/non_thread_safe_unittest.cc', 626 'threading/non_thread_safe_unittest.cc',
626 'threading/platform_thread_unittest.cc', 627 'threading/platform_thread_unittest.cc',
627 'threading/sequenced_worker_pool_unittest.cc', 628 'threading/sequenced_worker_pool_unittest.cc',
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 'base_unittests.isolate', 1421 'base_unittests.isolate',
1421 ], 1422 ],
1422 'sources': [ 1423 'sources': [
1423 'base_unittests.isolate', 1424 'base_unittests.isolate',
1424 ], 1425 ],
1425 }, 1426 },
1426 ], 1427 ],
1427 }], 1428 }],
1428 ], 1429 ],
1429 } 1430 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698