| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'files/file_path.cc', | 203 'files/file_path.cc', |
| 204 'files/file_path.h', | 204 'files/file_path.h', |
| 205 'files/file_path_constants.cc', | 205 'files/file_path_constants.cc', |
| 206 'files/file_path_watcher.cc', | 206 'files/file_path_watcher.cc', |
| 207 'files/file_path_watcher.h', | 207 'files/file_path_watcher.h', |
| 208 'files/file_path_watcher_kqueue.cc', | 208 'files/file_path_watcher_kqueue.cc', |
| 209 'files/file_path_watcher_linux.cc', | 209 'files/file_path_watcher_linux.cc', |
| 210 'files/file_path_watcher_stub.cc', | 210 'files/file_path_watcher_stub.cc', |
| 211 'files/file_path_watcher_win.cc', | 211 'files/file_path_watcher_win.cc', |
| 212 'files/file_posix.cc', | 212 'files/file_posix.cc', |
| 213 'files/file_proxy.cc', |
| 214 'files/file_proxy.h', |
| 213 'files/file_util_proxy.cc', | 215 'files/file_util_proxy.cc', |
| 214 'files/file_util_proxy.h', | 216 'files/file_util_proxy.h', |
| 215 'files/file_win.cc', | 217 'files/file_win.cc', |
| 216 'files/important_file_writer.h', | 218 'files/important_file_writer.h', |
| 217 'files/important_file_writer.cc', | 219 'files/important_file_writer.cc', |
| 218 'files/memory_mapped_file.cc', | 220 'files/memory_mapped_file.cc', |
| 219 'files/memory_mapped_file.h', | 221 'files/memory_mapped_file.h', |
| 220 'files/memory_mapped_file_posix.cc', | 222 'files/memory_mapped_file_posix.cc', |
| 221 'files/memory_mapped_file_win.cc', | 223 'files/memory_mapped_file_win.cc', |
| 222 'files/scoped_platform_file_closer.cc', | 224 'files/scoped_platform_file_closer.cc', |
| (...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 'sources!': [ | 768 'sources!': [ |
| 767 'allocator/type_profiler_control.cc', | 769 'allocator/type_profiler_control.cc', |
| 768 'allocator/type_profiler_control.h', | 770 'allocator/type_profiler_control.h', |
| 769 'base_paths.cc', | 771 'base_paths.cc', |
| 770 'cpu.cc', | 772 'cpu.cc', |
| 771 'debug/stack_trace_posix.cc', | 773 'debug/stack_trace_posix.cc', |
| 772 'file_util.cc', | 774 'file_util.cc', |
| 773 'file_util_posix.cc', | 775 'file_util_posix.cc', |
| 774 'files/file_enumerator_posix.cc', | 776 'files/file_enumerator_posix.cc', |
| 775 'files/file_path_watcher_kqueue.cc', | 777 'files/file_path_watcher_kqueue.cc', |
| 778 'files/file_proxy.cc', |
| 776 'files/file_util_proxy.cc', | 779 'files/file_util_proxy.cc', |
| 777 'memory/shared_memory_posix.cc', | 780 'memory/shared_memory_posix.cc', |
| 778 'native_library_posix.cc', | 781 'native_library_posix.cc', |
| 779 'path_service.cc', | 782 'path_service.cc', |
| 780 'posix/unix_domain_socket_linux.cc', | 783 'posix/unix_domain_socket_linux.cc', |
| 781 'process/kill_posix.cc', | 784 'process/kill_posix.cc', |
| 782 'process/launch_posix.cc', | 785 'process/launch_posix.cc', |
| 783 'process/process_metrics_posix.cc', | 786 'process/process_metrics_posix.cc', |
| 784 'process/process_posix.cc', | 787 'process/process_posix.cc', |
| 785 'rand_util_posix.cc', | 788 'rand_util_posix.cc', |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 979 'i18n/time_formatting.h', | 982 'i18n/time_formatting.h', |
| 980 'i18n/timezone.cc', | 983 'i18n/timezone.cc', |
| 981 'i18n/timezone.h', | 984 'i18n/timezone.h', |
| 982 'i18n/utf8_validator_tables.cc', | 985 'i18n/utf8_validator_tables.cc', |
| 983 'i18n/utf8_validator_tables.h', | 986 'i18n/utf8_validator_tables.h', |
| 984 ], | 987 ], |
| 985 }] | 988 }] |
| 986 ], | 989 ], |
| 987 }, | 990 }, |
| 988 } | 991 } |
| OLD | NEW |