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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 'mac/scoped_ioobject.h', | 198 'mac/scoped_ioobject.h', |
199 'mac/scoped_launch_data.h', | 199 'mac/scoped_launch_data.h', |
200 'mac/scoped_nsautorelease_pool.h', | 200 'mac/scoped_nsautorelease_pool.h', |
201 'mac/scoped_nsautorelease_pool.mm', | 201 'mac/scoped_nsautorelease_pool.mm', |
202 'mac/scoped_nsexception_enabler.h', | 202 'mac/scoped_nsexception_enabler.h', |
203 'mac/scoped_nsexception_enabler.mm', | 203 'mac/scoped_nsexception_enabler.mm', |
204 'mac/scoped_sending_event.h', | 204 'mac/scoped_sending_event.h', |
205 'mac/scoped_sending_event.mm', | 205 'mac/scoped_sending_event.mm', |
206 'mach_ipc_mac.h', | 206 'mach_ipc_mac.h', |
207 'mach_ipc_mac.mm', | 207 'mach_ipc_mac.mm', |
| 208 'memory/aligned_memory.cc', |
| 209 'memory/aligned_memory.h', |
208 'memory/linked_ptr.h', | 210 'memory/linked_ptr.h', |
209 'memory/mru_cache.h', | 211 'memory/mru_cache.h', |
210 'memory/raw_scoped_refptr_mismatch_checker.h', | 212 'memory/raw_scoped_refptr_mismatch_checker.h', |
211 'memory/ref_counted.cc', | 213 'memory/ref_counted.cc', |
212 'memory/ref_counted.h', | 214 'memory/ref_counted.h', |
213 'memory/ref_counted_memory.cc', | 215 'memory/ref_counted_memory.cc', |
214 'memory/ref_counted_memory.h', | 216 'memory/ref_counted_memory.h', |
215 'memory/scoped_handle.h', | 217 'memory/scoped_handle.h', |
216 'memory/scoped_nsobject.h', | 218 'memory/scoped_nsobject.h', |
217 'memory/scoped_open_process.h', | 219 'memory/scoped_open_process.h', |
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 665 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
664 # command-line-string limitation when building NaCl on Windows. | 666 # command-line-string limitation when building NaCl on Windows. |
665 ['OS == "win" and >(nacl_untrusted_build)==1', { | 667 ['OS == "win" and >(nacl_untrusted_build)==1', { |
666 'sources/': [ ['exclude', '\\.h$'] ], | 668 'sources/': [ ['exclude', '\\.h$'] ], |
667 }], | 669 }], |
668 ], | 670 ], |
669 }], | 671 }], |
670 ], | 672 ], |
671 }, | 673 }, |
672 } | 674 } |
OLD | NEW |