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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 'memory/linked_ptr.h', | 351 'memory/linked_ptr.h', |
352 'memory/manual_constructor.h', | 352 'memory/manual_constructor.h', |
353 'memory/memory_pressure_listener.cc', | 353 'memory/memory_pressure_listener.cc', |
354 'memory/memory_pressure_listener.h', | 354 'memory/memory_pressure_listener.h', |
355 'memory/raw_scoped_refptr_mismatch_checker.h', | 355 'memory/raw_scoped_refptr_mismatch_checker.h', |
356 'memory/ref_counted.cc', | 356 'memory/ref_counted.cc', |
357 'memory/ref_counted.h', | 357 'memory/ref_counted.h', |
358 'memory/ref_counted_delete_on_message_loop.h', | 358 'memory/ref_counted_delete_on_message_loop.h', |
359 'memory/ref_counted_memory.cc', | 359 'memory/ref_counted_memory.cc', |
360 'memory/ref_counted_memory.h', | 360 'memory/ref_counted_memory.h', |
361 'memory/scoped_open_process.h', | |
362 'memory/scoped_policy.h', | 361 'memory/scoped_policy.h', |
363 'memory/scoped_ptr.h', | 362 'memory/scoped_ptr.h', |
364 'memory/scoped_vector.h', | 363 'memory/scoped_vector.h', |
365 'memory/shared_memory.h', | 364 'memory/shared_memory.h', |
366 'memory/shared_memory_android.cc', | 365 'memory/shared_memory_android.cc', |
367 'memory/shared_memory_nacl.cc', | 366 'memory/shared_memory_nacl.cc', |
368 'memory/shared_memory_posix.cc', | 367 'memory/shared_memory_posix.cc', |
369 'memory/shared_memory_win.cc', | 368 'memory/shared_memory_win.cc', |
370 'memory/singleton.cc', | 369 'memory/singleton.cc', |
371 'memory/singleton.h', | 370 'memory/singleton.h', |
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1036 'i18n/time_formatting.h', | 1035 'i18n/time_formatting.h', |
1037 'i18n/timezone.cc', | 1036 'i18n/timezone.cc', |
1038 'i18n/timezone.h', | 1037 'i18n/timezone.h', |
1039 'i18n/utf8_validator_tables.cc', | 1038 'i18n/utf8_validator_tables.cc', |
1040 'i18n/utf8_validator_tables.h', | 1039 'i18n/utf8_validator_tables.h', |
1041 ], | 1040 ], |
1042 }] | 1041 }] |
1043 ], | 1042 ], |
1044 }, | 1043 }, |
1045 } | 1044 } |
OLD | NEW |