| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index be9fda215107086988beae3a470edae8d18f3369..0b200278da6de2121b11f55f03453a05b8521bd1 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -224,8 +224,6 @@
|
| 'sys_string_conversions_mac_unittest.mm',
|
| 'sys_string_conversions_unittest.cc',
|
| 'system_monitor/system_monitor_unittest.cc',
|
| - 'task_runner_test_template.cc',
|
| - 'task_runner_test_template.h',
|
| 'template_util_unittest.cc',
|
| 'test/trace_event_analyzer_unittest.cc',
|
| 'threading/non_thread_safe_unittest.cc',
|
| @@ -419,6 +417,8 @@
|
| 'test/perf_test_suite.h',
|
| 'test/scoped_locale.cc',
|
| 'test/scoped_locale.h',
|
| + 'test/task_runner_test_template.cc',
|
| + 'test/task_runner_test_template.h',
|
| 'test/test_file_util.h',
|
| 'test/test_file_util_linux.cc',
|
| 'test/test_file_util_mac.cc',
|
|
|