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

Side by Side Diff: base/base.gypi

Issue 2123333003: Remove base::mac::LibDispatchTaskRunner and migrate its sole client to plain libdispatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak comments Created 4 years, 5 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
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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'mac/close_nocancel.cc', 290 'mac/close_nocancel.cc',
291 'mac/cocoa_protocols.h', 291 'mac/cocoa_protocols.h',
292 'mac/dispatch_source_mach.cc', 292 'mac/dispatch_source_mach.cc',
293 'mac/dispatch_source_mach.h', 293 'mac/dispatch_source_mach.h',
294 'mac/foundation_util.h', 294 'mac/foundation_util.h',
295 'mac/foundation_util.mm', 295 'mac/foundation_util.mm',
296 'mac/launch_services_util.cc', 296 'mac/launch_services_util.cc',
297 'mac/launch_services_util.h', 297 'mac/launch_services_util.h',
298 'mac/launchd.cc', 298 'mac/launchd.cc',
299 'mac/launchd.h', 299 'mac/launchd.h',
300 'mac/libdispatch_task_runner.cc',
301 'mac/libdispatch_task_runner.h',
302 'mac/mac_logging.h', 300 'mac/mac_logging.h',
303 'mac/mac_logging.mm', 301 'mac/mac_logging.mm',
304 'mac/mac_util.h', 302 'mac/mac_util.h',
305 'mac/mac_util.mm', 303 'mac/mac_util.mm',
306 'mac/mach_logging.cc', 304 'mac/mach_logging.cc',
307 'mac/mach_logging.h', 305 'mac/mach_logging.h',
308 'mac/mach_port_broker.h', 306 'mac/mach_port_broker.h',
309 'mac/mach_port_broker.mm', 307 'mac/mach_port_broker.mm',
310 'mac/mach_port_util.cc', 308 'mac/mach_port_util.cc',
311 'mac/mach_port_util.h', 309 'mac/mach_port_util.h',
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 'i18n/time_formatting.h', 1096 'i18n/time_formatting.h',
1099 'i18n/timezone.cc', 1097 'i18n/timezone.cc',
1100 'i18n/timezone.h', 1098 'i18n/timezone.h',
1101 'i18n/utf8_validator_tables.cc', 1099 'i18n/utf8_validator_tables.cc',
1102 'i18n/utf8_validator_tables.h', 1100 'i18n/utf8_validator_tables.h',
1103 ], 1101 ],
1104 }] 1102 }]
1105 ], 1103 ],
1106 }, 1104 },
1107 } 1105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698