| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'mac/scoped_ioobject.h', | 196 'mac/scoped_ioobject.h', |
| 197 'mac/scoped_launch_data.h', | 197 'mac/scoped_launch_data.h', |
| 198 'mac/scoped_nsautorelease_pool.h', | 198 'mac/scoped_nsautorelease_pool.h', |
| 199 'mac/scoped_nsautorelease_pool.mm', | 199 'mac/scoped_nsautorelease_pool.mm', |
| 200 'mac/scoped_nsexception_enabler.h', | 200 'mac/scoped_nsexception_enabler.h', |
| 201 'mac/scoped_nsexception_enabler.mm', | 201 'mac/scoped_nsexception_enabler.mm', |
| 202 'mac/scoped_sending_event.h', | 202 'mac/scoped_sending_event.h', |
| 203 'mac/scoped_sending_event.mm', | 203 'mac/scoped_sending_event.mm', |
| 204 'mach_ipc_mac.h', | 204 'mach_ipc_mac.h', |
| 205 'mach_ipc_mac.mm', | 205 'mach_ipc_mac.mm', |
| 206 'memory/awesome_ptr.h', |
| 206 'memory/linked_ptr.h', | 207 'memory/linked_ptr.h', |
| 207 'memory/mru_cache.h', | 208 'memory/mru_cache.h', |
| 208 'memory/raw_scoped_refptr_mismatch_checker.h', | 209 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 209 'memory/ref_counted.cc', | 210 'memory/ref_counted.cc', |
| 210 'memory/ref_counted.h', | 211 'memory/ref_counted.h', |
| 211 'memory/ref_counted_memory.cc', | 212 'memory/ref_counted_memory.cc', |
| 212 'memory/ref_counted_memory.h', | 213 'memory/ref_counted_memory.h', |
| 213 'memory/scoped_handle.h', | 214 'memory/scoped_handle.h', |
| 214 'memory/scoped_nsobject.h', | 215 'memory/scoped_nsobject.h', |
| 215 'memory/scoped_open_process.h', | 216 'memory/scoped_open_process.h', |
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 650 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { | 651 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { |
| 651 'sources/': [ | 652 'sources/': [ |
| 652 ['exclude', '^chromeos/'], | 653 ['exclude', '^chromeos/'], |
| 653 ], | 654 ], |
| 654 }], | 655 }], |
| 655 ], | 656 ], |
| 656 }], | 657 }], |
| 657 ], | 658 ], |
| 658 }, | 659 }, |
| 659 } | 660 } |
| OLD | NEW |