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

Side by Side Diff: base/base.gypi

Issue 1778203002: Move mach code shared by Chrome IPC and Mojo to //base/mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enum for error code Created 4 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
« no previous file with comments | « base/BUILD.gn ('k') | base/mac/mach_port_util.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 '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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'mac/libdispatch_task_runner.cc', 301 'mac/libdispatch_task_runner.cc',
302 'mac/libdispatch_task_runner.h', 302 'mac/libdispatch_task_runner.h',
303 'mac/mac_logging.h', 303 'mac/mac_logging.h',
304 'mac/mac_logging.mm', 304 'mac/mac_logging.mm',
305 'mac/mac_util.h', 305 'mac/mac_util.h',
306 'mac/mac_util.mm', 306 'mac/mac_util.mm',
307 'mac/mach_logging.cc', 307 'mac/mach_logging.cc',
308 'mac/mach_logging.h', 308 'mac/mach_logging.h',
309 'mac/mach_port_broker.h', 309 'mac/mach_port_broker.h',
310 'mac/mach_port_broker.mm', 310 'mac/mach_port_broker.mm',
311 'mac/mach_port_util.cc',
312 'mac/mach_port_util.h',
311 'mac/objc_property_releaser.h', 313 'mac/objc_property_releaser.h',
312 'mac/objc_property_releaser.mm', 314 'mac/objc_property_releaser.mm',
313 'mac/os_crash_dumps.cc', 315 'mac/os_crash_dumps.cc',
314 'mac/os_crash_dumps.h', 316 'mac/os_crash_dumps.h',
315 'mac/scoped_aedesc.h', 317 'mac/scoped_aedesc.h',
316 'mac/scoped_authorizationref.h', 318 'mac/scoped_authorizationref.h',
317 'mac/scoped_block.h', 319 'mac/scoped_block.h',
318 'mac/scoped_cftyperef.h', 320 'mac/scoped_cftyperef.h',
319 'mac/scoped_ioobject.h', 321 'mac/scoped_ioobject.h',
320 'mac/scoped_ioplugininterface.h', 322 'mac/scoped_ioplugininterface.h',
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 'i18n/time_formatting.h', 1064 'i18n/time_formatting.h',
1063 'i18n/timezone.cc', 1065 'i18n/timezone.cc',
1064 'i18n/timezone.h', 1066 'i18n/timezone.h',
1065 'i18n/utf8_validator_tables.cc', 1067 'i18n/utf8_validator_tables.cc',
1066 'i18n/utf8_validator_tables.h', 1068 'i18n/utf8_validator_tables.h',
1067 ], 1069 ],
1068 }] 1070 }]
1069 ], 1071 ],
1070 }, 1072 },
1071 } 1073 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/mac/mach_port_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698