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 'includes': [ | 6 'includes': [ |
7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
8 ], | 8 ], |
9 'target_defaults': { | 9 'target_defaults': { |
10 'variables': { | 10 'variables': { |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 'process/launch_ios.cc', | 467 'process/launch_ios.cc', |
468 'process/launch_mac.cc', | 468 'process/launch_mac.cc', |
469 'process/launch_posix.cc', | 469 'process/launch_posix.cc', |
470 'process/launch_win.cc', | 470 'process/launch_win.cc', |
471 'process/memory.cc', | 471 'process/memory.cc', |
472 'process/memory.h', | 472 'process/memory.h', |
473 'process/memory_linux.cc', | 473 'process/memory_linux.cc', |
474 'process/memory_mac.mm', | 474 'process/memory_mac.mm', |
475 'process/memory_win.cc', | 475 'process/memory_win.cc', |
476 'process/process.h', | 476 'process/process.h', |
| 477 'process/process_handle.cc', |
477 'process/process_handle_freebsd.cc', | 478 'process/process_handle_freebsd.cc', |
478 'process/process_handle_linux.cc', | 479 'process/process_handle_linux.cc', |
479 'process/process_handle_mac.cc', | 480 'process/process_handle_mac.cc', |
480 'process/process_handle_openbsd.cc', | 481 'process/process_handle_openbsd.cc', |
481 'process/process_handle_posix.cc', | 482 'process/process_handle_posix.cc', |
482 'process/process_handle_win.cc', | 483 'process/process_handle_win.cc', |
483 'process/process_info.h', | 484 'process/process_info.h', |
484 'process/process_info_linux.cc', | 485 'process/process_info_linux.cc', |
485 'process/process_info_mac.cc', | 486 'process/process_info_mac.cc', |
486 'process/process_info_win.cc', | 487 'process/process_info_win.cc', |
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1030 'i18n/time_formatting.h', | 1031 'i18n/time_formatting.h', |
1031 'i18n/timezone.cc', | 1032 'i18n/timezone.cc', |
1032 'i18n/timezone.h', | 1033 'i18n/timezone.h', |
1033 'i18n/utf8_validator_tables.cc', | 1034 'i18n/utf8_validator_tables.cc', |
1034 'i18n/utf8_validator_tables.h', | 1035 'i18n/utf8_validator_tables.h', |
1035 ], | 1036 ], |
1036 }] | 1037 }] |
1037 ], | 1038 ], |
1038 }, | 1039 }, |
1039 } | 1040 } |
OLD | NEW |