| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'mac/mac_util.mm', | 238 'mac/mac_util.mm', |
| 239 'mac/objc_property_releaser.h', | 239 'mac/objc_property_releaser.h', |
| 240 'mac/objc_property_releaser.mm', | 240 'mac/objc_property_releaser.mm', |
| 241 'mac/os_crash_dumps.cc', | 241 'mac/os_crash_dumps.cc', |
| 242 'mac/os_crash_dumps.h', | 242 'mac/os_crash_dumps.h', |
| 243 'mac/scoped_aedesc.h', | 243 'mac/scoped_aedesc.h', |
| 244 'mac/scoped_authorizationref.h', | 244 'mac/scoped_authorizationref.h', |
| 245 'mac/scoped_block.h', | 245 'mac/scoped_block.h', |
| 246 'mac/scoped_cftyperef.h', | 246 'mac/scoped_cftyperef.h', |
| 247 'mac/scoped_ioobject.h', | 247 'mac/scoped_ioobject.h', |
| 248 'mac/scoped_ioplugininterface.h', |
| 248 'mac/scoped_launch_data.h', | 249 'mac/scoped_launch_data.h', |
| 249 'mac/scoped_mach_port.cc', | 250 'mac/scoped_mach_port.cc', |
| 250 'mac/scoped_mach_port.h', | 251 'mac/scoped_mach_port.h', |
| 251 'mac/scoped_nsautorelease_pool.h', | 252 'mac/scoped_nsautorelease_pool.h', |
| 252 'mac/scoped_nsautorelease_pool.mm', | 253 'mac/scoped_nsautorelease_pool.mm', |
| 253 'mac/scoped_nsexception_enabler.h', | 254 'mac/scoped_nsexception_enabler.h', |
| 254 'mac/scoped_nsexception_enabler.mm', | 255 'mac/scoped_nsexception_enabler.mm', |
| 255 'mac/scoped_sending_event.h', | 256 'mac/scoped_sending_event.h', |
| 256 'mac/scoped_sending_event.mm', | 257 'mac/scoped_sending_event.mm', |
| 257 'memory/aligned_memory.cc', | 258 'memory/aligned_memory.cc', |
| (...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 793 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 793 'sources/': [ | 794 'sources/': [ |
| 794 ['exclude', '^third_party/nspr/'], | 795 ['exclude', '^third_party/nspr/'], |
| 795 ], | 796 ], |
| 796 }], | 797 }], |
| 797 ], | 798 ], |
| 798 }], | 799 }], |
| 799 ], | 800 ], |
| 800 }, | 801 }, |
| 801 } | 802 } |
| OLD | NEW |