| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 'memory/manual_constructor.h', | 281 'memory/manual_constructor.h', |
| 282 'memory/memory_pressure_listener.cc', | 282 'memory/memory_pressure_listener.cc', |
| 283 'memory/memory_pressure_listener.h', | 283 'memory/memory_pressure_listener.h', |
| 284 'memory/raw_scoped_refptr_mismatch_checker.h', | 284 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 285 'memory/ref_counted.cc', | 285 'memory/ref_counted.cc', |
| 286 'memory/ref_counted.h', | 286 'memory/ref_counted.h', |
| 287 'memory/ref_counted_delete_on_message_loop.h', | 287 'memory/ref_counted_delete_on_message_loop.h', |
| 288 'memory/ref_counted_memory.cc', | 288 'memory/ref_counted_memory.cc', |
| 289 'memory/ref_counted_memory.h', | 289 'memory/ref_counted_memory.h', |
| 290 'memory/scoped_handle.h', | 290 'memory/scoped_handle.h', |
| 291 'memory/scoped_nsobject.h', | |
| 292 'memory/scoped_open_process.h', | 291 'memory/scoped_open_process.h', |
| 293 'memory/scoped_policy.h', | 292 'memory/scoped_policy.h', |
| 294 'memory/scoped_ptr.h', | 293 'memory/scoped_ptr.h', |
| 295 'memory/scoped_vector.h', | 294 'memory/scoped_vector.h', |
| 296 'memory/shared_memory.h', | 295 'memory/shared_memory.h', |
| 297 'memory/shared_memory_android.cc', | 296 'memory/shared_memory_android.cc', |
| 298 'memory/shared_memory_nacl.cc', | 297 'memory/shared_memory_nacl.cc', |
| 299 'memory/shared_memory_posix.cc', | 298 'memory/shared_memory_posix.cc', |
| 300 'memory/shared_memory_win.cc', | 299 'memory/shared_memory_win.cc', |
| 301 'memory/singleton.cc', | 300 'memory/singleton.cc', |
| (...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 853 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 852 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 854 'sources/': [ | 853 'sources/': [ |
| 855 ['exclude', '^third_party/nspr/'], | 854 ['exclude', '^third_party/nspr/'], |
| 856 ], | 855 ], |
| 857 }], | 856 }], |
| 858 ], | 857 ], |
| 859 }], | 858 }], |
| 860 ], | 859 ], |
| 861 }, | 860 }, |
| 862 } | 861 } |
| OLD | NEW |