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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 'process/process_metrics_ios.cc', | 477 'process/process_metrics_ios.cc', |
478 'process/process_metrics_linux.cc', | 478 'process/process_metrics_linux.cc', |
479 'process/process_metrics_mac.cc', | 479 'process/process_metrics_mac.cc', |
480 'process/process_metrics_openbsd.cc', | 480 'process/process_metrics_openbsd.cc', |
481 'process/process_metrics_posix.cc', | 481 'process/process_metrics_posix.cc', |
482 'process/process_metrics_win.cc', | 482 'process/process_metrics_win.cc', |
483 'process/process_posix.cc', | 483 'process/process_posix.cc', |
484 'process/process_win.cc', | 484 'process/process_win.cc', |
485 'profiler/alternate_timer.cc', | 485 'profiler/alternate_timer.cc', |
486 'profiler/alternate_timer.h', | 486 'profiler/alternate_timer.h', |
| 487 'profiler/native_stack_sampler.cc', |
| 488 'profiler/native_stack_sampler.h', |
487 'profiler/scoped_profile.cc', | 489 'profiler/scoped_profile.cc', |
488 'profiler/scoped_profile.h', | 490 'profiler/scoped_profile.h', |
489 'profiler/scoped_tracker.cc', | 491 'profiler/scoped_tracker.cc', |
490 'profiler/scoped_tracker.h', | 492 'profiler/scoped_tracker.h', |
491 'profiler/stack_sampling_profiler.cc', | 493 'profiler/stack_sampling_profiler.cc', |
492 'profiler/stack_sampling_profiler.h', | 494 'profiler/stack_sampling_profiler.h', |
493 'profiler/stack_sampling_profiler_posix.cc', | 495 'profiler/stack_sampling_profiler_posix.cc', |
494 'profiler/stack_sampling_profiler_win.cc', | 496 'profiler/stack_sampling_profiler_win.cc', |
495 'profiler/tracked_time.cc', | 497 'profiler/tracked_time.cc', |
496 'profiler/tracked_time.h', | 498 'profiler/tracked_time.h', |
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1006 'i18n/time_formatting.h', | 1008 'i18n/time_formatting.h', |
1007 'i18n/timezone.cc', | 1009 'i18n/timezone.cc', |
1008 'i18n/timezone.h', | 1010 'i18n/timezone.h', |
1009 'i18n/utf8_validator_tables.cc', | 1011 'i18n/utf8_validator_tables.cc', |
1010 'i18n/utf8_validator_tables.h', | 1012 'i18n/utf8_validator_tables.h', |
1011 ], | 1013 ], |
1012 }] | 1014 }] |
1013 ], | 1015 ], |
1014 }, | 1016 }, |
1015 } | 1017 } |
OLD | NEW |