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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 'observer_list.h', | 422 'observer_list.h', |
423 'observer_list_threadsafe.h', | 423 'observer_list_threadsafe.h', |
424 'os_compat_android.cc', | 424 'os_compat_android.cc', |
425 'os_compat_android.h', | 425 'os_compat_android.h', |
426 'os_compat_nacl.cc', | 426 'os_compat_nacl.cc', |
427 'os_compat_nacl.h', | 427 'os_compat_nacl.h', |
428 'path_service.cc', | 428 'path_service.cc', |
429 'path_service.h', | 429 'path_service.h', |
430 'pending_task.cc', | 430 'pending_task.cc', |
431 'pending_task.h', | 431 'pending_task.h', |
| 432 'perf_util.cc', |
| 433 'perf_util.h', |
432 'pickle.cc', | 434 'pickle.cc', |
433 'pickle.h', | 435 'pickle.h', |
434 'port.h', | 436 'port.h', |
435 'posix/eintr_wrapper.h', | 437 'posix/eintr_wrapper.h', |
436 'posix/global_descriptors.cc', | 438 'posix/global_descriptors.cc', |
437 'posix/global_descriptors.h', | 439 'posix/global_descriptors.h', |
438 'posix/unix_domain_socket_linux.cc', | 440 'posix/unix_domain_socket_linux.cc', |
439 'posix/unix_domain_socket_linux.h', | 441 'posix/unix_domain_socket_linux.h', |
440 'power_monitor/power_monitor.cc', | 442 'power_monitor/power_monitor.cc', |
441 'power_monitor/power_monitor.h', | 443 'power_monitor/power_monitor.h', |
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1019 'i18n/time_formatting.h', | 1021 'i18n/time_formatting.h', |
1020 'i18n/timezone.cc', | 1022 'i18n/timezone.cc', |
1021 'i18n/timezone.h', | 1023 'i18n/timezone.h', |
1022 'i18n/utf8_validator_tables.cc', | 1024 'i18n/utf8_validator_tables.cc', |
1023 'i18n/utf8_validator_tables.h', | 1025 'i18n/utf8_validator_tables.h', |
1024 ], | 1026 ], |
1025 }] | 1027 }] |
1026 ], | 1028 ], |
1027 }, | 1029 }, |
1028 } | 1030 } |
OLD | NEW |