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

Side by Side Diff: base/base.gyp

Issue 11464009: Create LibDispatchTaskRunner, a SingleThreadTaskRunner that is backed by a libdispatch queue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: BASE_EXPORT Created 8 years 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/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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'json/json_parser_unittest.cc', 457 'json/json_parser_unittest.cc',
458 'json/json_reader_unittest.cc', 458 'json/json_reader_unittest.cc',
459 'json/json_value_converter_unittest.cc', 459 'json/json_value_converter_unittest.cc',
460 'json/json_value_serializer_unittest.cc', 460 'json/json_value_serializer_unittest.cc',
461 'json/json_writer_unittest.cc', 461 'json/json_writer_unittest.cc',
462 'json/string_escape_unittest.cc', 462 'json/string_escape_unittest.cc',
463 'lazy_instance_unittest.cc', 463 'lazy_instance_unittest.cc',
464 'logging_unittest.cc', 464 'logging_unittest.cc',
465 'mac/bind_objc_block_unittest.mm', 465 'mac/bind_objc_block_unittest.mm',
466 'mac/foundation_util_unittest.mm', 466 'mac/foundation_util_unittest.mm',
467 'mac/libdispatch_task_runner_unittest.cc',
467 'mac/mac_util_unittest.mm', 468 'mac/mac_util_unittest.mm',
468 'mac/objc_property_releaser_unittest.mm', 469 'mac/objc_property_releaser_unittest.mm',
469 'mac/scoped_sending_event_unittest.mm', 470 'mac/scoped_sending_event_unittest.mm',
470 'md5_unittest.cc', 471 'md5_unittest.cc',
471 'memory/aligned_memory_unittest.cc', 472 'memory/aligned_memory_unittest.cc',
472 'memory/linked_ptr_unittest.cc', 473 'memory/linked_ptr_unittest.cc',
473 'memory/ref_counted_memory_unittest.cc', 474 'memory/ref_counted_memory_unittest.cc',
474 'memory/ref_counted_unittest.cc', 475 'memory/ref_counted_unittest.cc',
475 'memory/scoped_nsobject_unittest.mm', 476 'memory/scoped_nsobject_unittest.mm',
476 'memory/scoped_ptr_unittest.cc', 477 'memory/scoped_ptr_unittest.cc',
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'base_unittests.isolate', 1100 'base_unittests.isolate',
1100 ], 1101 ],
1101 'sources': [ 1102 'sources': [
1102 'base_unittests.isolate', 1103 'base_unittests.isolate',
1103 ], 1104 ],
1104 }, 1105 },
1105 ], 1106 ],
1106 }], 1107 }],
1107 ], 1108 ],
1108 } 1109 }
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