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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 'mac/scoped_typeref.h', | 311 'mac/scoped_typeref.h', |
312 'mac/sdk_forward_declarations.h', | 312 'mac/sdk_forward_declarations.h', |
313 'mac/sdk_forward_declarations.mm', | 313 'mac/sdk_forward_declarations.mm', |
314 'macros.h', | 314 'macros.h', |
315 'md5.cc', | 315 'md5.cc', |
316 'md5.h', | 316 'md5.h', |
317 'memory/aligned_memory.cc', | 317 'memory/aligned_memory.cc', |
318 'memory/aligned_memory.h', | 318 'memory/aligned_memory.h', |
319 'memory/discardable_memory.cc', | 319 'memory/discardable_memory.cc', |
320 'memory/discardable_memory.h', | 320 'memory/discardable_memory.h', |
321 'memory/discardable_memory_shmem.cc', | 321 'memory/discardable_memory_allocator.cc', |
322 'memory/discardable_memory_shmem.h', | 322 'memory/discardable_memory_allocator.h', |
323 'memory/discardable_memory_shmem_allocator.cc', | |
324 'memory/discardable_memory_shmem_allocator.h', | |
325 'memory/discardable_shared_memory.cc', | 323 'memory/discardable_shared_memory.cc', |
326 'memory/discardable_shared_memory.h', | 324 'memory/discardable_shared_memory.h', |
327 'memory/linked_ptr.h', | 325 'memory/linked_ptr.h', |
328 'memory/manual_constructor.h', | 326 'memory/manual_constructor.h', |
329 'memory/memory_pressure_listener.cc', | 327 'memory/memory_pressure_listener.cc', |
330 'memory/memory_pressure_listener.h', | 328 'memory/memory_pressure_listener.h', |
331 'memory/raw_scoped_refptr_mismatch_checker.h', | 329 'memory/raw_scoped_refptr_mismatch_checker.h', |
332 'memory/ref_counted.cc', | 330 'memory/ref_counted.cc', |
333 'memory/ref_counted.h', | 331 'memory/ref_counted.h', |
334 'memory/ref_counted_delete_on_message_loop.h', | 332 'memory/ref_counted_delete_on_message_loop.h', |
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1031 'i18n/time_formatting.h', | 1029 'i18n/time_formatting.h', |
1032 'i18n/timezone.cc', | 1030 'i18n/timezone.cc', |
1033 'i18n/timezone.h', | 1031 'i18n/timezone.h', |
1034 'i18n/utf8_validator_tables.cc', | 1032 'i18n/utf8_validator_tables.cc', |
1035 'i18n/utf8_validator_tables.h', | 1033 'i18n/utf8_validator_tables.h', |
1036 ], | 1034 ], |
1037 }] | 1035 }] |
1038 ], | 1036 ], |
1039 }, | 1037 }, |
1040 } | 1038 } |
OLD | NEW |