Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Side by Side Diff: base/base.gypi

Issue 1030923002: StackSamplingProfiler clean up (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: address comments Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 'i18n/time_formatting.h', 1015 'i18n/time_formatting.h',
1014 'i18n/timezone.cc', 1016 'i18n/timezone.cc',
1015 'i18n/timezone.h', 1017 'i18n/timezone.h',
1016 'i18n/utf8_validator_tables.cc', 1018 'i18n/utf8_validator_tables.cc',
1017 'i18n/utf8_validator_tables.h', 1019 'i18n/utf8_validator_tables.h',
1018 ], 1020 ],
1019 }] 1021 }]
1020 ], 1022 ],
1021 }, 1023 },
1022 } 1024 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698