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

Unified Diff: base/test/BUILD.gn

Issue 2627863002: Split Closure part of TestPendingTask out of the struct (Closed)
Patch Set: rebase Created 3 years, 11 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 | « base/BUILD.gn ('k') | base/test/scoped_mock_time_message_loop_task_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index 256cae257f3d2e5fab0919c638b0046a9465fc21..97c042b8b1b2a1298ed29468e10f47aa46cf69dc 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -113,8 +113,8 @@ static_library("test_support") {
"test_message_loop.h",
"test_mock_time_task_runner.cc",
"test_mock_time_task_runner.h",
- "test_pending_task.cc",
- "test_pending_task.h",
+ "test_pending_task_info.cc",
+ "test_pending_task_info.h",
"test_reg_util_win.cc",
"test_reg_util_win.h",
"test_shortcut_win.cc",
« no previous file with comments | « base/BUILD.gn ('k') | base/test/scoped_mock_time_message_loop_task_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698