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

Side by Side Diff: base/base.gyp

Issue 9416060: Move PostTaskAndReplyWithStatus into task_runner_helpers.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/file_util_proxy.cc » ('j') | base/task_runner.h » ('J')
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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'stringprintf_unittest.cc', 251 'stringprintf_unittest.cc',
252 'synchronization/cancellation_flag_unittest.cc', 252 'synchronization/cancellation_flag_unittest.cc',
253 'synchronization/condition_variable_unittest.cc', 253 'synchronization/condition_variable_unittest.cc',
254 'synchronization/lock_unittest.cc', 254 'synchronization/lock_unittest.cc',
255 'synchronization/waitable_event_unittest.cc', 255 'synchronization/waitable_event_unittest.cc',
256 'synchronization/waitable_event_watcher_unittest.cc', 256 'synchronization/waitable_event_watcher_unittest.cc',
257 'sys_info_unittest.cc', 257 'sys_info_unittest.cc',
258 'sys_string_conversions_mac_unittest.mm', 258 'sys_string_conversions_mac_unittest.mm',
259 'sys_string_conversions_unittest.cc', 259 'sys_string_conversions_unittest.cc',
260 'system_monitor/system_monitor_unittest.cc', 260 'system_monitor/system_monitor_unittest.cc',
261 'task_runner_unittest.cc',
261 'template_util_unittest.cc', 262 'template_util_unittest.cc',
262 'test/trace_event_analyzer_unittest.cc', 263 'test/trace_event_analyzer_unittest.cc',
263 'threading/non_thread_safe_unittest.cc', 264 'threading/non_thread_safe_unittest.cc',
264 'threading/platform_thread_unittest.cc', 265 'threading/platform_thread_unittest.cc',
265 'threading/sequenced_worker_pool_unittest.cc', 266 'threading/sequenced_worker_pool_unittest.cc',
266 'threading/simple_thread_unittest.cc', 267 'threading/simple_thread_unittest.cc',
267 'threading/thread_checker_unittest.cc', 268 'threading/thread_checker_unittest.cc',
268 'threading/thread_collision_warner_unittest.cc', 269 'threading/thread_collision_warner_unittest.cc',
269 'threading/thread_local_storage_unittest.cc', 270 'threading/thread_local_storage_unittest.cc',
270 'threading/thread_local_unittest.cc', 271 'threading/thread_local_unittest.cc',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 # treated as weak imports in dependents, who still must 650 # treated as weak imports in dependents, who still must
650 # #include closure_blocks_leopard_compat.h to get weak imports. 651 # #include closure_blocks_leopard_compat.h to get weak imports.
651 'type': 'none', 652 'type': 'none',
652 }], 653 }],
653 ], 654 ],
654 }, 655 },
655 ], 656 ],
656 }], 657 }],
657 ], 658 ],
658 } 659 }
OLDNEW
« no previous file with comments | « no previous file | base/file_util_proxy.cc » ('j') | base/task_runner.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698