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

Unified Diff: base/base.gyp

Issue 23985006: base: Split logging functions and PerfTimeLogger out of perftimer.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix visitedlink Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/test/perf_log.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index bf3e26199d6cbd24ce3ecd2ea07ff4c6a0f7b5d9..7c988f3407cf158f61cad94b69da7fced0cc2704 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -886,9 +886,14 @@
'test/null_task_runner.h',
'test/parallel_test_launcher.cc',
'test/parallel_test_launcher.h',
+ 'test/perf_log.cc',
+ 'test/perf_log.h',
'test/perf_test_suite.cc',
'test/perf_test_suite.h',
+ 'test/perf_time_logger.cc',
+ 'test/perf_time_logger.h',
'test/perftimer.cc',
+ 'test/perftimer.h',
'test/power_monitor_test_base.cc',
'test/power_monitor_test_base.h',
'test/scoped_locale.cc',
@@ -964,10 +969,10 @@
'type': 'static_library',
'dependencies': [
'base',
+ 'test_support_base',
'../testing/gtest.gyp:gtest',
],
'sources': [
- 'test/perftimer.cc',
'test/run_all_perftests.cc',
],
'direct_dependent_settings': {
« no previous file with comments | « no previous file | base/test/perf_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698