| 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 'includes': [ | 6 'includes': [ |
| 7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 'memory/raw_scoped_refptr_mismatch_checker.h', | 353 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 354 'memory/ref_counted.cc', | 354 'memory/ref_counted.cc', |
| 355 'memory/ref_counted.h', | 355 'memory/ref_counted.h', |
| 356 'memory/ref_counted_delete_on_message_loop.h', | 356 'memory/ref_counted_delete_on_message_loop.h', |
| 357 'memory/ref_counted_memory.cc', | 357 'memory/ref_counted_memory.cc', |
| 358 'memory/ref_counted_memory.h', | 358 'memory/ref_counted_memory.h', |
| 359 'memory/scoped_policy.h', | 359 'memory/scoped_policy.h', |
| 360 'memory/scoped_ptr.h', | 360 'memory/scoped_ptr.h', |
| 361 'memory/scoped_vector.h', | 361 'memory/scoped_vector.h', |
| 362 'memory/shared_memory.h', | 362 'memory/shared_memory.h', |
| 363 'memory/shared_memory_allocator.cc', |
| 364 'memory/shared_memory_allocator.h', |
| 363 'memory/shared_memory_android.cc', | 365 'memory/shared_memory_android.cc', |
| 364 'memory/shared_memory_handle.h', | 366 'memory/shared_memory_handle.h', |
| 365 'memory/shared_memory_handle_mac.cc', | 367 'memory/shared_memory_handle_mac.cc', |
| 366 'memory/shared_memory_handle_win.cc', | 368 'memory/shared_memory_handle_win.cc', |
| 367 'memory/shared_memory_mac.cc', | 369 'memory/shared_memory_mac.cc', |
| 368 'memory/shared_memory_nacl.cc', | 370 'memory/shared_memory_nacl.cc', |
| 369 'memory/shared_memory_posix.cc', | 371 'memory/shared_memory_posix.cc', |
| 370 'memory/shared_memory_win.cc', | 372 'memory/shared_memory_win.cc', |
| 371 'memory/singleton.cc', | 373 'memory/singleton.cc', |
| 372 'memory/singleton.h', | 374 'memory/singleton.h', |
| (...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1049 'i18n/time_formatting.h', | 1051 'i18n/time_formatting.h', |
| 1050 'i18n/timezone.cc', | 1052 'i18n/timezone.cc', |
| 1051 'i18n/timezone.h', | 1053 'i18n/timezone.h', |
| 1052 'i18n/utf8_validator_tables.cc', | 1054 'i18n/utf8_validator_tables.cc', |
| 1053 'i18n/utf8_validator_tables.h', | 1055 'i18n/utf8_validator_tables.h', |
| 1054 ], | 1056 ], |
| 1055 }] | 1057 }] |
| 1056 ], | 1058 ], |
| 1057 }, | 1059 }, |
| 1058 } | 1060 } |
| OLD | NEW |