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

Side by Side Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/mac/libdispatch_task_runner.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 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'mac/bind_objc_block.mm', 202 'mac/bind_objc_block.mm',
203 'mac/bundle_locations.h', 203 'mac/bundle_locations.h',
204 'mac/bundle_locations.mm', 204 'mac/bundle_locations.mm',
205 'mac/cocoa_protocols.h', 205 'mac/cocoa_protocols.h',
206 'mac/crash_logging.h', 206 'mac/crash_logging.h',
207 'mac/crash_logging.mm', 207 'mac/crash_logging.mm',
208 'mac/foundation_util.h', 208 'mac/foundation_util.h',
209 'mac/foundation_util.mm', 209 'mac/foundation_util.mm',
210 'mac/launchd.cc', 210 'mac/launchd.cc',
211 'mac/launchd.h', 211 'mac/launchd.h',
212 'mac/libdispatch_task_runner.cc',
213 'mac/libdispatch_task_runner.h',
212 'mac/mac_logging.h', 214 'mac/mac_logging.h',
213 'mac/mac_logging.cc', 215 'mac/mac_logging.cc',
214 'mac/mac_util.h', 216 'mac/mac_util.h',
215 'mac/mac_util.mm', 217 'mac/mac_util.mm',
216 'mac/objc_property_releaser.h', 218 'mac/objc_property_releaser.h',
217 'mac/objc_property_releaser.mm', 219 'mac/objc_property_releaser.mm',
218 'mac/os_crash_dumps.cc', 220 'mac/os_crash_dumps.cc',
219 'mac/os_crash_dumps.h', 221 'mac/os_crash_dumps.h',
220 'mac/scoped_aedesc.h', 222 'mac/scoped_aedesc.h',
221 'mac/scoped_authorizationref.h', 223 'mac/scoped_authorizationref.h',
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 # Remove all unnecessary files for build_nexe.py to avoid exceeding 719 # Remove all unnecessary files for build_nexe.py to avoid exceeding
718 # command-line-string limitation when building NaCl on Windows. 720 # command-line-string limitation when building NaCl on Windows.
719 ['OS == "win" and >(nacl_untrusted_build)==1', { 721 ['OS == "win" and >(nacl_untrusted_build)==1', {
720 'sources/': [ ['exclude', '\\.h$'] ], 722 'sources/': [ ['exclude', '\\.h$'] ],
721 }], 723 }],
722 ], 724 ],
723 }], 725 }],
724 ], 726 ],
725 }, 727 },
726 } 728 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/mac/libdispatch_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698