libchrome: Add TestMockTimeTaskRunner and its dependency.
To address CL:*779648's review comment.
BUG=None
TEST=Build and run the test locally.
Change-Id: If137f4da87d4d27002cded1b04f7358921a363a8
Reviewed-on: https://chromium-review.googlesource.com/1409624
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Tested-by: Hidehiko Abe <hidehiko@chromium.org>
Reviewed-by: Ryo Hashimoto <hashimoto@chromium.org>
diff --git a/BUILD.gn b/BUILD.gn
index c7b63ff..0526dc4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -278,6 +278,8 @@
"base/test/simple_test_tick_clock.cc",
"base/test/test_file_util.cc",
"base/test/test_file_util_linux.cc",
+ "base/test/test_mock_time_task_runner.cc",
+ "base/test/test_pending_task.cc",
"base/test/test_switches.cc",
"base/test/test_timeouts.cc",
]