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

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
« no previous file with comments | « base/BUILD.gn ('k') | base/profiler/cpu_profiler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'process/process_metrics_ios.cc', 501 'process/process_metrics_ios.cc',
502 'process/process_metrics_linux.cc', 502 'process/process_metrics_linux.cc',
503 'process/process_metrics_mac.cc', 503 'process/process_metrics_mac.cc',
504 'process/process_metrics_openbsd.cc', 504 'process/process_metrics_openbsd.cc',
505 'process/process_metrics_posix.cc', 505 'process/process_metrics_posix.cc',
506 'process/process_metrics_win.cc', 506 'process/process_metrics_win.cc',
507 'process/process_posix.cc', 507 'process/process_posix.cc',
508 'process/process_win.cc', 508 'process/process_win.cc',
509 'profiler/alternate_timer.cc', 509 'profiler/alternate_timer.cc',
510 'profiler/alternate_timer.h', 510 'profiler/alternate_timer.h',
511 'profiler/cpu_profiler.cc',
512 'profiler/cpu_profiler.h',
513 'profiler/cpu_profiler_posix.cc',
514 'profiler/cpu_profiler_win.cc',
511 'profiler/scoped_profile.cc', 515 'profiler/scoped_profile.cc',
512 'profiler/scoped_profile.h', 516 'profiler/scoped_profile.h',
513 'profiler/scoped_tracker.cc', 517 'profiler/scoped_tracker.cc',
514 'profiler/scoped_tracker.h', 518 'profiler/scoped_tracker.h',
515 'profiler/tracked_time.cc', 519 'profiler/tracked_time.cc',
516 'profiler/tracked_time.h', 520 'profiler/tracked_time.h',
517 'rand_util.cc', 521 'rand_util.cc',
518 'rand_util.h', 522 'rand_util.h',
519 'rand_util_nacl.cc', 523 'rand_util_nacl.cc',
520 'rand_util_posix.cc', 524 'rand_util_posix.cc',
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 'i18n/time_formatting.h', 1040 'i18n/time_formatting.h',
1037 'i18n/timezone.cc', 1041 'i18n/timezone.cc',
1038 'i18n/timezone.h', 1042 'i18n/timezone.h',
1039 'i18n/utf8_validator_tables.cc', 1043 'i18n/utf8_validator_tables.cc',
1040 'i18n/utf8_validator_tables.h', 1044 'i18n/utf8_validator_tables.h',
1041 ], 1045 ],
1042 }] 1046 }]
1043 ], 1047 ],
1044 }, 1048 },
1045 } 1049 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/profiler/cpu_profiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698