| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 'mac/mac_util.mm', | 209 'mac/mac_util.mm', |
| 210 'mac/objc_property_releaser.h', | 210 'mac/objc_property_releaser.h', |
| 211 'mac/objc_property_releaser.mm', | 211 'mac/objc_property_releaser.mm', |
| 212 'mac/os_crash_dumps.cc', | 212 'mac/os_crash_dumps.cc', |
| 213 'mac/os_crash_dumps.h', | 213 'mac/os_crash_dumps.h', |
| 214 'mac/scoped_aedesc.h', | 214 'mac/scoped_aedesc.h', |
| 215 'mac/scoped_authorizationref.h', | 215 'mac/scoped_authorizationref.h', |
| 216 'mac/scoped_cftyperef.h', | 216 'mac/scoped_cftyperef.h', |
| 217 'mac/scoped_ioobject.h', | 217 'mac/scoped_ioobject.h', |
| 218 'mac/scoped_launch_data.h', | 218 'mac/scoped_launch_data.h', |
| 219 'mac/scoped_mach_port.h', |
| 219 'mac/scoped_nsautorelease_pool.h', | 220 'mac/scoped_nsautorelease_pool.h', |
| 220 'mac/scoped_nsautorelease_pool.mm', | 221 'mac/scoped_nsautorelease_pool.mm', |
| 221 'mac/scoped_nsexception_enabler.h', | 222 'mac/scoped_nsexception_enabler.h', |
| 222 'mac/scoped_nsexception_enabler.mm', | 223 'mac/scoped_nsexception_enabler.mm', |
| 223 'mac/scoped_sending_event.h', | 224 'mac/scoped_sending_event.h', |
| 224 'mac/scoped_sending_event.mm', | 225 'mac/scoped_sending_event.mm', |
| 225 'mach_ipc_mac.h', | 226 'mach_ipc_mac.h', |
| 226 'mach_ipc_mac.mm', | 227 'mach_ipc_mac.mm', |
| 227 'memory/aligned_memory.cc', | 228 'memory/aligned_memory.cc', |
| 228 'memory/aligned_memory.h', | 229 'memory/aligned_memory.h', |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 703 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 704 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
| 704 # command-line-string limitation when building NaCl on Windows. | 705 # command-line-string limitation when building NaCl on Windows. |
| 705 ['OS == "win" and >(nacl_untrusted_build)==1', { | 706 ['OS == "win" and >(nacl_untrusted_build)==1', { |
| 706 'sources/': [ ['exclude', '\\.h$'] ], | 707 'sources/': [ ['exclude', '\\.h$'] ], |
| 707 }], | 708 }], |
| 708 ], | 709 ], |
| 709 }], | 710 }], |
| 710 ], | 711 ], |
| 711 }, | 712 }, |
| 712 } | 713 } |
| OLD | NEW |