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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 'memory/linked_ptr.h', | 341 'memory/linked_ptr.h', |
342 'memory/manual_constructor.h', | 342 'memory/manual_constructor.h', |
343 'memory/memory_pressure_listener.cc', | 343 'memory/memory_pressure_listener.cc', |
344 'memory/memory_pressure_listener.h', | 344 'memory/memory_pressure_listener.h', |
345 'memory/raw_scoped_refptr_mismatch_checker.h', | 345 'memory/raw_scoped_refptr_mismatch_checker.h', |
346 'memory/ref_counted.cc', | 346 'memory/ref_counted.cc', |
347 'memory/ref_counted.h', | 347 'memory/ref_counted.h', |
348 'memory/ref_counted_delete_on_message_loop.h', | 348 'memory/ref_counted_delete_on_message_loop.h', |
349 'memory/ref_counted_memory.cc', | 349 'memory/ref_counted_memory.cc', |
350 'memory/ref_counted_memory.h', | 350 'memory/ref_counted_memory.h', |
351 'memory/scoped_open_process.h', | |
352 'memory/scoped_policy.h', | 351 'memory/scoped_policy.h', |
353 'memory/scoped_ptr.h', | 352 'memory/scoped_ptr.h', |
354 'memory/scoped_vector.h', | 353 'memory/scoped_vector.h', |
355 'memory/shared_memory.h', | 354 'memory/shared_memory.h', |
356 'memory/shared_memory_android.cc', | 355 'memory/shared_memory_android.cc', |
357 'memory/shared_memory_nacl.cc', | 356 'memory/shared_memory_nacl.cc', |
358 'memory/shared_memory_posix.cc', | 357 'memory/shared_memory_posix.cc', |
359 'memory/shared_memory_win.cc', | 358 'memory/shared_memory_win.cc', |
360 'memory/singleton.cc', | 359 'memory/singleton.cc', |
361 'memory/singleton.h', | 360 'memory/singleton.h', |
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1041 'i18n/time_formatting.h', | 1040 'i18n/time_formatting.h', |
1042 'i18n/timezone.cc', | 1041 'i18n/timezone.cc', |
1043 'i18n/timezone.h', | 1042 'i18n/timezone.h', |
1044 'i18n/utf8_validator_tables.cc', | 1043 'i18n/utf8_validator_tables.cc', |
1045 'i18n/utf8_validator_tables.h', | 1044 'i18n/utf8_validator_tables.h', |
1046 ], | 1045 ], |
1047 }] | 1046 }] |
1048 ], | 1047 ], |
1049 }, | 1048 }, |
1050 } | 1049 } |
OLD | NEW |