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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 'memory/scoped_vector.h', | 334 'memory/scoped_vector.h', |
335 'memory/shared_memory.h', | 335 'memory/shared_memory.h', |
336 'memory/shared_memory_android.cc', | 336 'memory/shared_memory_android.cc', |
337 'memory/shared_memory_nacl.cc', | 337 'memory/shared_memory_nacl.cc', |
338 'memory/shared_memory_posix.cc', | 338 'memory/shared_memory_posix.cc', |
339 'memory/shared_memory_win.cc', | 339 'memory/shared_memory_win.cc', |
340 'memory/singleton.cc', | 340 'memory/singleton.cc', |
341 'memory/singleton.h', | 341 'memory/singleton.h', |
342 'memory/weak_ptr.cc', | 342 'memory/weak_ptr.cc', |
343 'memory/weak_ptr.h', | 343 'memory/weak_ptr.h', |
| 344 'message_loop/high_priority_task_runner.cc', |
| 345 'message_loop/high_priority_task_runner.h', |
344 'message_loop/incoming_task_queue.cc', | 346 'message_loop/incoming_task_queue.cc', |
345 'message_loop/incoming_task_queue.h', | 347 'message_loop/incoming_task_queue.h', |
346 'message_loop/message_loop.cc', | 348 'message_loop/message_loop.cc', |
347 'message_loop/message_loop.h', | 349 'message_loop/message_loop.h', |
348 'message_loop/message_loop_proxy.cc', | 350 'message_loop/message_loop_proxy.cc', |
349 'message_loop/message_loop_proxy.h', | 351 'message_loop/message_loop_proxy.h', |
350 'message_loop/message_loop_proxy_impl.cc', | 352 'message_loop/message_loop_proxy_impl.cc', |
351 'message_loop/message_loop_proxy_impl.h', | 353 'message_loop/message_loop_proxy_impl.h', |
352 'message_loop/message_pump.cc', | 354 'message_loop/message_pump.cc', |
353 'message_loop/message_pump.h', | 355 'message_loop/message_pump.h', |
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
967 'i18n/time_formatting.h', | 969 'i18n/time_formatting.h', |
968 'i18n/timezone.cc', | 970 'i18n/timezone.cc', |
969 'i18n/timezone.h', | 971 'i18n/timezone.h', |
970 'i18n/utf8_validator_tables.cc', | 972 'i18n/utf8_validator_tables.cc', |
971 'i18n/utf8_validator_tables.h', | 973 'i18n/utf8_validator_tables.h', |
972 ], | 974 ], |
973 }] | 975 }] |
974 ], | 976 ], |
975 }, | 977 }, |
976 } | 978 } |
OLD | NEW |