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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 'process/kill_mac.cc', | 443 'process/kill_mac.cc', |
444 'process/kill_posix.cc', | 444 'process/kill_posix.cc', |
445 'process/kill_win.cc', | 445 'process/kill_win.cc', |
446 'process/launch.cc', | 446 'process/launch.cc', |
447 'process/launch.h', | 447 'process/launch.h', |
448 'process/launch_ios.cc', | 448 'process/launch_ios.cc', |
449 'process/launch_mac.cc', | 449 'process/launch_mac.cc', |
450 'process/launch_posix.cc', | 450 'process/launch_posix.cc', |
451 'process/launch_win.cc', | 451 'process/launch_win.cc', |
452 'process/memory.h', | 452 'process/memory.h', |
| 453 'process/memory.cc', |
453 'process/memory_linux.cc', | 454 'process/memory_linux.cc', |
454 'process/memory_mac.mm', | 455 'process/memory_mac.mm', |
455 'process/memory_win.cc', | 456 'process/memory_win.cc', |
456 'process/process.h', | 457 'process/process.h', |
457 'process/process_handle_freebsd.cc', | 458 'process/process_handle_freebsd.cc', |
458 'process/process_handle_linux.cc', | 459 'process/process_handle_linux.cc', |
459 'process/process_handle_mac.cc', | 460 'process/process_handle_mac.cc', |
460 'process/process_handle_openbsd.cc', | 461 'process/process_handle_openbsd.cc', |
461 'process/process_handle_posix.cc', | 462 'process/process_handle_posix.cc', |
462 'process/process_handle_win.cc', | 463 'process/process_handle_win.cc', |
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
982 'i18n/time_formatting.h', | 983 'i18n/time_formatting.h', |
983 'i18n/timezone.cc', | 984 'i18n/timezone.cc', |
984 'i18n/timezone.h', | 985 'i18n/timezone.h', |
985 'i18n/utf8_validator_tables.cc', | 986 'i18n/utf8_validator_tables.cc', |
986 'i18n/utf8_validator_tables.h', | 987 'i18n/utf8_validator_tables.h', |
987 ], | 988 ], |
988 }] | 989 }] |
989 ], | 990 ], |
990 }, | 991 }, |
991 } | 992 } |
OLD | NEW |