| 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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 'process/process_metrics_posix.cc', | 488 'process/process_metrics_posix.cc', |
| 489 'process/process_metrics_win.cc', | 489 'process/process_metrics_win.cc', |
| 490 'process/process_posix.cc', | 490 'process/process_posix.cc', |
| 491 'process/process_win.cc', | 491 'process/process_win.cc', |
| 492 'profiler/alternate_timer.cc', | 492 'profiler/alternate_timer.cc', |
| 493 'profiler/alternate_timer.h', | 493 'profiler/alternate_timer.h', |
| 494 'profiler/scoped_profile.cc', | 494 'profiler/scoped_profile.cc', |
| 495 'profiler/scoped_profile.h', | 495 'profiler/scoped_profile.h', |
| 496 'profiler/scoped_tracker.cc', | 496 'profiler/scoped_tracker.cc', |
| 497 'profiler/scoped_tracker.h', | 497 'profiler/scoped_tracker.h', |
| 498 'profiler/stack_sampling_profiler.cc', |
| 499 'profiler/stack_sampling_profiler.h', |
| 500 'profiler/stack_sampling_profiler_posix.cc', |
| 501 'profiler/stack_sampling_profiler_win.cc', |
| 498 'profiler/tracked_time.cc', | 502 'profiler/tracked_time.cc', |
| 499 'profiler/tracked_time.h', | 503 'profiler/tracked_time.h', |
| 500 'rand_util.cc', | 504 'rand_util.cc', |
| 501 'rand_util.h', | 505 'rand_util.h', |
| 502 'rand_util_nacl.cc', | 506 'rand_util_nacl.cc', |
| 503 'rand_util_posix.cc', | 507 'rand_util_posix.cc', |
| 504 'rand_util_win.cc', | 508 'rand_util_win.cc', |
| 505 'run_loop.cc', | 509 'run_loop.cc', |
| 506 'run_loop.h', | 510 'run_loop.h', |
| 507 'safe_strerror_posix.cc', | 511 'safe_strerror_posix.cc', |
| (...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1052 'i18n/time_formatting.h', | 1056 'i18n/time_formatting.h', |
| 1053 'i18n/timezone.cc', | 1057 'i18n/timezone.cc', |
| 1054 'i18n/timezone.h', | 1058 'i18n/timezone.h', |
| 1055 'i18n/utf8_validator_tables.cc', | 1059 'i18n/utf8_validator_tables.cc', |
| 1056 'i18n/utf8_validator_tables.h', | 1060 'i18n/utf8_validator_tables.h', |
| 1057 ], | 1061 ], |
| 1058 }] | 1062 }] |
| 1059 ], | 1063 ], |
| 1060 }, | 1064 }, |
| 1061 } | 1065 } |
| OLD | NEW |