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

Side by Side Diff: base/base.gypi

Issue 1755973002: Move non-content specific parts of content::MachBroker into base::MachPortBroker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove libbsm from content build rules. 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/base.gyp ('k') | base/mac/mach_port_broker.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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'mac/launchd.cc', 299 'mac/launchd.cc',
300 'mac/launchd.h', 300 'mac/launchd.h',
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',
310 'mac/mach_port_broker.mm',
309 'mac/objc_property_releaser.h', 311 'mac/objc_property_releaser.h',
310 'mac/objc_property_releaser.mm', 312 'mac/objc_property_releaser.mm',
311 'mac/os_crash_dumps.cc', 313 'mac/os_crash_dumps.cc',
312 'mac/os_crash_dumps.h', 314 'mac/os_crash_dumps.h',
313 'mac/scoped_aedesc.h', 315 'mac/scoped_aedesc.h',
314 'mac/scoped_authorizationref.h', 316 'mac/scoped_authorizationref.h',
315 'mac/scoped_block.h', 317 'mac/scoped_block.h',
316 'mac/scoped_cftyperef.h', 318 'mac/scoped_cftyperef.h',
317 'mac/scoped_ioobject.h', 319 'mac/scoped_ioobject.h',
318 'mac/scoped_ioplugininterface.h', 320 'mac/scoped_ioplugininterface.h',
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 'i18n/time_formatting.h', 1062 'i18n/time_formatting.h',
1061 'i18n/timezone.cc', 1063 'i18n/timezone.cc',
1062 'i18n/timezone.h', 1064 'i18n/timezone.h',
1063 'i18n/utf8_validator_tables.cc', 1065 'i18n/utf8_validator_tables.cc',
1064 'i18n/utf8_validator_tables.h', 1066 'i18n/utf8_validator_tables.h',
1065 ], 1067 ],
1066 }] 1068 }]
1067 ], 1069 ],
1068 }, 1070 },
1069 } 1071 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/mac/mach_port_broker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698