| 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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 'threading/platform_thread_posix.cc', | 692 'threading/platform_thread_posix.cc', |
| 693 'threading/platform_thread_win.cc', | 693 'threading/platform_thread_win.cc', |
| 694 'threading/post_task_and_reply_impl.cc', | 694 'threading/post_task_and_reply_impl.cc', |
| 695 'threading/post_task_and_reply_impl.h', | 695 'threading/post_task_and_reply_impl.h', |
| 696 'threading/sequenced_task_runner_handle.cc', | 696 'threading/sequenced_task_runner_handle.cc', |
| 697 'threading/sequenced_task_runner_handle.h', | 697 'threading/sequenced_task_runner_handle.h', |
| 698 'threading/sequenced_worker_pool.cc', | 698 'threading/sequenced_worker_pool.cc', |
| 699 'threading/sequenced_worker_pool.h', | 699 'threading/sequenced_worker_pool.h', |
| 700 'threading/simple_thread.cc', | 700 'threading/simple_thread.cc', |
| 701 'threading/simple_thread.h', | 701 'threading/simple_thread.h', |
| 702 'threading/task_runner_handle.cc', |
| 703 'threading/task_runner_handle.h', |
| 704 'threading/task_runner_handle_internal.h', |
| 702 'threading/thread.cc', | 705 'threading/thread.cc', |
| 703 'threading/thread.h', | 706 'threading/thread.h', |
| 704 'threading/thread_checker.h', | 707 'threading/thread_checker.h', |
| 705 'threading/thread_checker_impl.cc', | 708 'threading/thread_checker_impl.cc', |
| 706 'threading/thread_checker_impl.h', | 709 'threading/thread_checker_impl.h', |
| 707 'threading/thread_collision_warner.cc', | 710 'threading/thread_collision_warner.cc', |
| 708 'threading/thread_collision_warner.h', | 711 'threading/thread_collision_warner.h', |
| 709 'threading/thread_id_name_manager.cc', | 712 'threading/thread_id_name_manager.cc', |
| 710 'threading/thread_id_name_manager.h', | 713 'threading/thread_id_name_manager.h', |
| 711 'threading/thread_local.h', | 714 'threading/thread_local.h', |
| (...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1099 'i18n/time_formatting.h', | 1102 'i18n/time_formatting.h', |
| 1100 'i18n/timezone.cc', | 1103 'i18n/timezone.cc', |
| 1101 'i18n/timezone.h', | 1104 'i18n/timezone.h', |
| 1102 'i18n/utf8_validator_tables.cc', | 1105 'i18n/utf8_validator_tables.cc', |
| 1103 'i18n/utf8_validator_tables.h', | 1106 'i18n/utf8_validator_tables.h', |
| 1104 ], | 1107 ], |
| 1105 }] | 1108 }] |
| 1106 ], | 1109 ], |
| 1107 }, | 1110 }, |
| 1108 } | 1111 } |
| OLD | NEW |