| 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 'mac/mach_port_broker.mm', | 310 'mac/mach_port_broker.mm', |
| 311 'mac/mach_port_util.cc', | 311 'mac/mach_port_util.cc', |
| 312 'mac/mach_port_util.h', | 312 'mac/mach_port_util.h', |
| 313 'mac/objc_property_releaser.h', | 313 'mac/objc_property_releaser.h', |
| 314 'mac/objc_property_releaser.mm', | 314 'mac/objc_property_releaser.mm', |
| 315 'mac/os_crash_dumps.cc', | 315 'mac/os_crash_dumps.cc', |
| 316 'mac/os_crash_dumps.h', | 316 'mac/os_crash_dumps.h', |
| 317 'mac/scoped_aedesc.h', | 317 'mac/scoped_aedesc.h', |
| 318 'mac/scoped_authorizationref.h', | 318 'mac/scoped_authorizationref.h', |
| 319 'mac/scoped_block.h', | 319 'mac/scoped_block.h', |
| 320 'mac/scoped_block.mm', |
| 320 'mac/scoped_cftyperef.h', | 321 'mac/scoped_cftyperef.h', |
| 321 'mac/scoped_ioobject.h', | 322 'mac/scoped_ioobject.h', |
| 322 'mac/scoped_ioplugininterface.h', | 323 'mac/scoped_ioplugininterface.h', |
| 323 'mac/scoped_launch_data.h', | 324 'mac/scoped_launch_data.h', |
| 324 'mac/scoped_mach_port.cc', | 325 'mac/scoped_mach_port.cc', |
| 325 'mac/scoped_mach_port.h', | 326 'mac/scoped_mach_port.h', |
| 326 'mac/scoped_mach_vm.cc', | 327 'mac/scoped_mach_vm.cc', |
| 327 'mac/scoped_mach_vm.h', | 328 'mac/scoped_mach_vm.h', |
| 328 'mac/scoped_nsautorelease_pool.h', | 329 'mac/scoped_nsautorelease_pool.h', |
| 329 'mac/scoped_nsautorelease_pool.mm', | 330 'mac/scoped_nsautorelease_pool.mm', |
| 330 'mac/scoped_nsobject.h', | 331 'mac/scoped_nsobject.h', |
| 332 'mac/scoped_nsobject.mm', |
| 331 'mac/scoped_objc_class_swizzler.h', | 333 'mac/scoped_objc_class_swizzler.h', |
| 332 'mac/scoped_objc_class_swizzler.mm', | 334 'mac/scoped_objc_class_swizzler.mm', |
| 333 'mac/scoped_sending_event.h', | 335 'mac/scoped_sending_event.h', |
| 334 'mac/scoped_sending_event.mm', | 336 'mac/scoped_sending_event.mm', |
| 335 'mac/scoped_typeref.h', | 337 'mac/scoped_typeref.h', |
| 336 'mac/sdk_forward_declarations.h', | 338 'mac/sdk_forward_declarations.h', |
| 337 'mac/sdk_forward_declarations.mm', | 339 'mac/sdk_forward_declarations.mm', |
| 338 'macros.h', | 340 'macros.h', |
| 339 'md5.cc', | 341 'md5.cc', |
| 340 'md5.h', | 342 'md5.h', |
| (...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1082 'i18n/time_formatting.h', | 1084 'i18n/time_formatting.h', |
| 1083 'i18n/timezone.cc', | 1085 'i18n/timezone.cc', |
| 1084 'i18n/timezone.h', | 1086 'i18n/timezone.h', |
| 1085 'i18n/utf8_validator_tables.cc', | 1087 'i18n/utf8_validator_tables.cc', |
| 1086 'i18n/utf8_validator_tables.h', | 1088 'i18n/utf8_validator_tables.h', |
| 1087 ], | 1089 ], |
| 1088 }] | 1090 }] |
| 1089 ], | 1091 ], |
| 1090 }, | 1092 }, |
| 1091 } | 1093 } |
| OLD | NEW |