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