summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 39e9f33..fabc868 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -865,7 +865,6 @@
}],
],
'sources': [
- 'perftimer.cc',
'test/expectations/expectation.cc',
'test/expectations/expectation.h',
'test/expectations/parser.cc',
@@ -885,6 +884,7 @@
'test/null_task_runner.h',
'test/perf_test_suite.cc',
'test/perf_test_suite.h',
+ 'test/perftimer.cc',
'test/power_monitor_test_base.cc',
'test/power_monitor_test_base.h',
'test/scoped_locale.cc',
@@ -935,9 +935,9 @@
'test/thread_test_helper.h',
'test/trace_event_analyzer.cc',
'test/trace_event_analyzer.h',
- 'test/unit_test_launcher_ios.cc',
'test/unit_test_launcher.cc',
'test/unit_test_launcher.h',
+ 'test/unit_test_launcher_ios.cc',
'test/values_test_util.cc',
'test/values_test_util.h',
],
@@ -963,7 +963,7 @@
'../testing/gtest.gyp:gtest',
],
'sources': [
- 'perftimer.cc',
+ 'test/perftimer.cc',
'test/run_all_perftests.cc',
],
'direct_dependent_settings': {