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

Side by Side Diff: base/base.gypi

Issue 888923004: Temporary commit to evaluate perf impact of prototype CPU profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: address comments Created 5 years, 10 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 '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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'process/process_metrics_ios.cc', 493 'process/process_metrics_ios.cc',
494 'process/process_metrics_linux.cc', 494 'process/process_metrics_linux.cc',
495 'process/process_metrics_mac.cc', 495 'process/process_metrics_mac.cc',
496 'process/process_metrics_openbsd.cc', 496 'process/process_metrics_openbsd.cc',
497 'process/process_metrics_posix.cc', 497 'process/process_metrics_posix.cc',
498 'process/process_metrics_win.cc', 498 'process/process_metrics_win.cc',
499 'process/process_posix.cc', 499 'process/process_posix.cc',
500 'process/process_win.cc', 500 'process/process_win.cc',
501 'profiler/alternate_timer.cc', 501 'profiler/alternate_timer.cc',
502 'profiler/alternate_timer.h', 502 'profiler/alternate_timer.h',
503 'profiler/cpu_profiler.cc',
504 'profiler/cpu_profiler.h',
505 'profiler/cpu_profiler_posix.cc',
506 'profiler/cpu_profiler_win.cc',
503 'profiler/scoped_profile.cc', 507 'profiler/scoped_profile.cc',
504 'profiler/scoped_profile.h', 508 'profiler/scoped_profile.h',
505 'profiler/scoped_tracker.cc', 509 'profiler/scoped_tracker.cc',
506 'profiler/scoped_tracker.h', 510 'profiler/scoped_tracker.h',
507 'profiler/tracked_time.cc', 511 'profiler/tracked_time.cc',
508 'profiler/tracked_time.h', 512 'profiler/tracked_time.h',
509 'rand_util.cc', 513 'rand_util.cc',
510 'rand_util.h', 514 'rand_util.h',
511 'rand_util_nacl.cc', 515 'rand_util_nacl.cc',
512 'rand_util_posix.cc', 516 'rand_util_posix.cc',
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 'i18n/time_formatting.h', 1047 'i18n/time_formatting.h',
1044 'i18n/timezone.cc', 1048 'i18n/timezone.cc',
1045 'i18n/timezone.h', 1049 'i18n/timezone.h',
1046 'i18n/utf8_validator_tables.cc', 1050 'i18n/utf8_validator_tables.cc',
1047 'i18n/utf8_validator_tables.h', 1051 'i18n/utf8_validator_tables.h',
1048 ], 1052 ],
1049 }] 1053 }]
1050 ], 1054 ],
1051 }, 1055 },
1052 } 1056 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/profiler/cpu_profiler.h » ('j') | base/profiler/cpu_profiler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698