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 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
10 }, | 10 }, |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 'mac/scoped_nsexception_enabler.h', | 291 'mac/scoped_nsexception_enabler.h', |
292 'mac/scoped_nsexception_enabler.mm', | 292 'mac/scoped_nsexception_enabler.mm', |
293 'mac/scoped_nsobject.h', | 293 'mac/scoped_nsobject.h', |
294 'mac/scoped_sending_event.h', | 294 'mac/scoped_sending_event.h', |
295 'mac/scoped_sending_event.mm', | 295 'mac/scoped_sending_event.mm', |
296 'mac/sdk_forward_declarations.h', | 296 'mac/sdk_forward_declarations.h', |
297 'md5.cc', | 297 'md5.cc', |
298 'md5.h', | 298 'md5.h', |
299 'memory/aligned_memory.cc', | 299 'memory/aligned_memory.cc', |
300 'memory/aligned_memory.h', | 300 'memory/aligned_memory.h', |
| 301 'memory/discardable_memory.cc', |
301 'memory/discardable_memory.h', | 302 'memory/discardable_memory.h', |
302 'memory/discardable_memory_allocator_android.cc', | 303 'memory/discardable_memory_allocator_android.cc', |
303 'memory/discardable_memory_allocator_android.h', | 304 'memory/discardable_memory_allocator_android.h', |
304 'memory/discardable_memory_android.cc', | 305 'memory/discardable_memory_android.cc', |
305 'memory/discardable_memory_android.h', | 306 'memory/discardable_memory_android.h', |
306 'memory/discardable_memory_emulated.cc', | 307 'memory/discardable_memory_emulated.cc', |
307 'memory/discardable_memory_emulated.h', | 308 'memory/discardable_memory_emulated.h', |
308 'memory/discardable_memory_linux.cc', | 309 'memory/discardable_memory_linux.cc', |
309 'memory/discardable_memory_mac.cc', | 310 'memory/discardable_memory_mac.cc', |
310 'memory/discardable_memory_provider.cc', | 311 'memory/discardable_memory_provider.cc', |
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
985 'i18n/string_search.h', | 986 'i18n/string_search.h', |
986 'i18n/time_formatting.cc', | 987 'i18n/time_formatting.cc', |
987 'i18n/time_formatting.h', | 988 'i18n/time_formatting.h', |
988 'i18n/timezone.cc', | 989 'i18n/timezone.cc', |
989 'i18n/timezone.h', | 990 'i18n/timezone.h', |
990 ], | 991 ], |
991 }] | 992 }] |
992 ], | 993 ], |
993 }, | 994 }, |
994 } | 995 } |
OLD | NEW |