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