| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |