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