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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 'memory/linked_ptr.h', | 320 'memory/linked_ptr.h', |
321 'memory/manual_constructor.h', | 321 'memory/manual_constructor.h', |
322 'memory/memory_pressure_listener.cc', | 322 'memory/memory_pressure_listener.cc', |
323 'memory/memory_pressure_listener.h', | 323 'memory/memory_pressure_listener.h', |
324 'memory/raw_scoped_refptr_mismatch_checker.h', | 324 'memory/raw_scoped_refptr_mismatch_checker.h', |
325 'memory/ref_counted.cc', | 325 'memory/ref_counted.cc', |
326 'memory/ref_counted.h', | 326 'memory/ref_counted.h', |
327 'memory/ref_counted_delete_on_message_loop.h', | 327 'memory/ref_counted_delete_on_message_loop.h', |
328 'memory/ref_counted_memory.cc', | 328 'memory/ref_counted_memory.cc', |
329 'memory/ref_counted_memory.h', | 329 'memory/ref_counted_memory.h', |
330 'memory/scoped_handle.h', | |
331 'memory/scoped_open_process.h', | 330 'memory/scoped_open_process.h', |
332 'memory/scoped_policy.h', | 331 'memory/scoped_policy.h', |
333 'memory/scoped_ptr.h', | 332 'memory/scoped_ptr.h', |
334 'memory/scoped_vector.h', | 333 'memory/scoped_vector.h', |
335 'memory/shared_memory.h', | 334 'memory/shared_memory.h', |
336 'memory/shared_memory_android.cc', | 335 'memory/shared_memory_android.cc', |
337 'memory/shared_memory_nacl.cc', | 336 'memory/shared_memory_nacl.cc', |
338 'memory/shared_memory_posix.cc', | 337 'memory/shared_memory_posix.cc', |
339 'memory/shared_memory_win.cc', | 338 'memory/shared_memory_win.cc', |
340 'memory/singleton.cc', | 339 'memory/singleton.cc', |
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
968 'i18n/time_formatting.h', | 967 'i18n/time_formatting.h', |
969 'i18n/timezone.cc', | 968 'i18n/timezone.cc', |
970 'i18n/timezone.h', | 969 'i18n/timezone.h', |
971 'i18n/utf8_validator_tables.cc', | 970 'i18n/utf8_validator_tables.cc', |
972 'i18n/utf8_validator_tables.h', | 971 'i18n/utf8_validator_tables.h', |
973 ], | 972 ], |
974 }] | 973 }] |
975 ], | 974 ], |
976 }, | 975 }, |
977 } | 976 } |
OLD | NEW |