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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 'mac/scoped_ioplugininterface.h', | 250 'mac/scoped_ioplugininterface.h', |
251 'mac/scoped_launch_data.h', | 251 'mac/scoped_launch_data.h', |
252 'mac/scoped_mach_port.cc', | 252 'mac/scoped_mach_port.cc', |
253 'mac/scoped_mach_port.h', | 253 'mac/scoped_mach_port.h', |
254 'mac/scoped_nsautorelease_pool.h', | 254 'mac/scoped_nsautorelease_pool.h', |
255 'mac/scoped_nsautorelease_pool.mm', | 255 'mac/scoped_nsautorelease_pool.mm', |
256 'mac/scoped_nsexception_enabler.h', | 256 'mac/scoped_nsexception_enabler.h', |
257 'mac/scoped_nsexception_enabler.mm', | 257 'mac/scoped_nsexception_enabler.mm', |
258 'mac/scoped_sending_event.h', | 258 'mac/scoped_sending_event.h', |
259 'mac/scoped_sending_event.mm', | 259 'mac/scoped_sending_event.mm', |
| 260 'mac/sdk_forward_declarations.h', |
260 'memory/aligned_memory.cc', | 261 'memory/aligned_memory.cc', |
261 'memory/aligned_memory.h', | 262 'memory/aligned_memory.h', |
262 'memory/discardable_memory.cc', | 263 'memory/discardable_memory.cc', |
263 'memory/discardable_memory.h', | 264 'memory/discardable_memory.h', |
264 'memory/discardable_memory_android.cc', | 265 'memory/discardable_memory_android.cc', |
265 'memory/discardable_memory_mac.cc', | 266 'memory/discardable_memory_mac.cc', |
266 'memory/linked_ptr.h', | 267 'memory/linked_ptr.h', |
267 'memory/manual_constructor.h', | 268 'memory/manual_constructor.h', |
268 'memory/raw_scoped_refptr_mismatch_checker.h', | 269 'memory/raw_scoped_refptr_mismatch_checker.h', |
269 'memory/ref_counted.cc', | 270 'memory/ref_counted.cc', |
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
819 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 820 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
820 'sources/': [ | 821 'sources/': [ |
821 ['exclude', '^third_party/nspr/'], | 822 ['exclude', '^third_party/nspr/'], |
822 ], | 823 ], |
823 }], | 824 }], |
824 ], | 825 ], |
825 }], | 826 }], |
826 ], | 827 ], |
827 }, | 828 }, |
828 } | 829 } |
OLD | NEW |