| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 'files/file_util_proxy.h', | 215 'files/file_util_proxy.h', |
| 216 'files/file_win.cc', | 216 'files/file_win.cc', |
| 217 'files/important_file_writer.h', | 217 'files/important_file_writer.h', |
| 218 'files/important_file_writer.cc', | 218 'files/important_file_writer.cc', |
| 219 'files/memory_mapped_file.cc', | 219 'files/memory_mapped_file.cc', |
| 220 'files/memory_mapped_file.h', | 220 'files/memory_mapped_file.h', |
| 221 'files/memory_mapped_file_posix.cc', | 221 'files/memory_mapped_file_posix.cc', |
| 222 'files/memory_mapped_file_win.cc', | 222 'files/memory_mapped_file_win.cc', |
| 223 'files/scoped_file.cc', | 223 'files/scoped_file.cc', |
| 224 'files/scoped_file.h', | 224 'files/scoped_file.h', |
| 225 'files/scoped_platform_file_closer.cc', | |
| 226 'files/scoped_platform_file_closer.h', | |
| 227 'files/scoped_temp_dir.cc', | 225 'files/scoped_temp_dir.cc', |
| 228 'files/scoped_temp_dir.h', | 226 'files/scoped_temp_dir.h', |
| 229 'float_util.h', | 227 'float_util.h', |
| 230 'format_macros.h', | 228 'format_macros.h', |
| 231 'gtest_prod_util.h', | 229 'gtest_prod_util.h', |
| 232 'guid.cc', | 230 'guid.cc', |
| 233 'guid.h', | 231 'guid.h', |
| 234 'guid_posix.cc', | 232 'guid_posix.cc', |
| 235 'guid_win.cc', | 233 'guid_win.cc', |
| 236 'hash.cc', | 234 'hash.cc', |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 'os_compat_android.cc', | 408 'os_compat_android.cc', |
| 411 'os_compat_android.h', | 409 'os_compat_android.h', |
| 412 'os_compat_nacl.cc', | 410 'os_compat_nacl.cc', |
| 413 'os_compat_nacl.h', | 411 'os_compat_nacl.h', |
| 414 'path_service.cc', | 412 'path_service.cc', |
| 415 'path_service.h', | 413 'path_service.h', |
| 416 'pending_task.cc', | 414 'pending_task.cc', |
| 417 'pending_task.h', | 415 'pending_task.h', |
| 418 'pickle.cc', | 416 'pickle.cc', |
| 419 'pickle.h', | 417 'pickle.h', |
| 420 'platform_file.cc', | |
| 421 'platform_file.h', | |
| 422 'platform_file_posix.cc', | |
| 423 'platform_file_win.cc', | |
| 424 'port.h', | 418 'port.h', |
| 425 'posix/eintr_wrapper.h', | 419 'posix/eintr_wrapper.h', |
| 426 'posix/global_descriptors.cc', | 420 'posix/global_descriptors.cc', |
| 427 'posix/global_descriptors.h', | 421 'posix/global_descriptors.h', |
| 428 'posix/unix_domain_socket_linux.cc', | 422 'posix/unix_domain_socket_linux.cc', |
| 429 'posix/unix_domain_socket_linux.h', | 423 'posix/unix_domain_socket_linux.h', |
| 430 'power_monitor/power_monitor.cc', | 424 'power_monitor/power_monitor.cc', |
| 431 'power_monitor/power_monitor.h', | 425 'power_monitor/power_monitor.h', |
| 432 'power_monitor/power_monitor_device_source_android.cc', | 426 'power_monitor/power_monitor_device_source_android.cc', |
| 433 'power_monitor/power_monitor_device_source_android.h', | 427 'power_monitor/power_monitor_device_source_android.h', |
| (...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 996 'i18n/time_formatting.h', | 990 'i18n/time_formatting.h', |
| 997 'i18n/timezone.cc', | 991 'i18n/timezone.cc', |
| 998 'i18n/timezone.h', | 992 'i18n/timezone.h', |
| 999 'i18n/utf8_validator_tables.cc', | 993 'i18n/utf8_validator_tables.cc', |
| 1000 'i18n/utf8_validator_tables.h', | 994 'i18n/utf8_validator_tables.h', |
| 1001 ], | 995 ], |
| 1002 }] | 996 }] |
| 1003 ], | 997 ], |
| 1004 }, | 998 }, |
| 1005 } | 999 } |
| OLD | NEW |