| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 'mac/mac_util.mm', | 232 'mac/mac_util.mm', |
| 233 'mac/objc_property_releaser.h', | 233 'mac/objc_property_releaser.h', |
| 234 'mac/objc_property_releaser.mm', | 234 'mac/objc_property_releaser.mm', |
| 235 'mac/os_crash_dumps.cc', | 235 'mac/os_crash_dumps.cc', |
| 236 'mac/os_crash_dumps.h', | 236 'mac/os_crash_dumps.h', |
| 237 'mac/scoped_aedesc.h', | 237 'mac/scoped_aedesc.h', |
| 238 'mac/scoped_authorizationref.h', | 238 'mac/scoped_authorizationref.h', |
| 239 'mac/scoped_block.h', | 239 'mac/scoped_block.h', |
| 240 'mac/scoped_cftyperef.h', | 240 'mac/scoped_cftyperef.h', |
| 241 'mac/scoped_ioobject.h', | 241 'mac/scoped_ioobject.h', |
| 242 'mac/scoped_ioplugininterface.h', |
| 242 'mac/scoped_launch_data.h', | 243 'mac/scoped_launch_data.h', |
| 243 'mac/scoped_mach_port.cc', | 244 'mac/scoped_mach_port.cc', |
| 244 'mac/scoped_mach_port.h', | 245 'mac/scoped_mach_port.h', |
| 245 'mac/scoped_nsautorelease_pool.h', | 246 'mac/scoped_nsautorelease_pool.h', |
| 246 'mac/scoped_nsautorelease_pool.mm', | 247 'mac/scoped_nsautorelease_pool.mm', |
| 247 'mac/scoped_nsexception_enabler.h', | 248 'mac/scoped_nsexception_enabler.h', |
| 248 'mac/scoped_nsexception_enabler.mm', | 249 'mac/scoped_nsexception_enabler.mm', |
| 249 'mac/scoped_sending_event.h', | 250 'mac/scoped_sending_event.h', |
| 250 'mac/scoped_sending_event.mm', | 251 'mac/scoped_sending_event.mm', |
| 251 'memory/aligned_memory.cc', | 252 'memory/aligned_memory.cc', |
| (...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 775 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 775 'sources/': [ | 776 'sources/': [ |
| 776 ['exclude', '^third_party/nspr/'], | 777 ['exclude', '^third_party/nspr/'], |
| 777 ], | 778 ], |
| 778 }], | 779 }], |
| 779 ], | 780 ], |
| 780 }], | 781 }], |
| 781 ], | 782 ], |
| 782 }, | 783 }, |
| 783 } | 784 } |
| OLD | NEW |