| 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 'memory/linked_ptr.h', | 198 'memory/linked_ptr.h', |
| 199 'memory/mru_cache.h', | 199 'memory/mru_cache.h', |
| 200 'memory/raw_scoped_refptr_mismatch_checker.h', | 200 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 201 'memory/ref_counted.cc', | 201 'memory/ref_counted.cc', |
| 202 'memory/ref_counted.h', | 202 'memory/ref_counted.h', |
| 203 'memory/ref_counted_memory.cc', | 203 'memory/ref_counted_memory.cc', |
| 204 'memory/ref_counted_memory.h', | 204 'memory/ref_counted_memory.h', |
| 205 'memory/scoped_handle.h', | 205 'memory/scoped_handle.h', |
| 206 'memory/scoped_nsobject.h', | 206 'memory/scoped_nsobject.h', |
| 207 'memory/scoped_open_process.h', | 207 'memory/scoped_open_process.h', |
| 208 'memory/scoped_policy.h', |
| 208 'memory/scoped_ptr.h', | 209 'memory/scoped_ptr.h', |
| 209 'memory/scoped_vector.h', | 210 'memory/scoped_vector.h', |
| 210 'memory/singleton.cc', | 211 'memory/singleton.cc', |
| 211 'memory/singleton.h', | 212 'memory/singleton.h', |
| 212 'memory/weak_ptr.cc', | 213 'memory/weak_ptr.cc', |
| 213 'memory/weak_ptr.h', | 214 'memory/weak_ptr.h', |
| 214 'message_loop.cc', | 215 'message_loop.cc', |
| 215 'message_loop.h', | 216 'message_loop.h', |
| 216 'message_loop_helpers.h', | 217 'message_loop_helpers.h', |
| 217 'message_loop_proxy.cc', | 218 'message_loop_proxy.cc', |
| (...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 936 'third_party/xdg_mime/xdgmimemagic.c', | 937 'third_party/xdg_mime/xdgmimemagic.c', |
| 937 'third_party/xdg_mime/xdgmimemagic.h', | 938 'third_party/xdg_mime/xdgmimemagic.h', |
| 938 'third_party/xdg_mime/xdgmimeparent.c', | 939 'third_party/xdg_mime/xdgmimeparent.c', |
| 939 'third_party/xdg_mime/xdgmimeparent.h', | 940 'third_party/xdg_mime/xdgmimeparent.h', |
| 940 ], | 941 ], |
| 941 }, | 942 }, |
| 942 ], | 943 ], |
| 943 }], | 944 }], |
| 944 ], | 945 ], |
| 945 } | 946 } |
| OLD | NEW |