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

Unified Diff: chrome/installer/util/BUILD.gn

Issue 1869383003: Simplify WorkItemListTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no inline destructors Created 4 years, 8 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 | « chrome/chrome_installer.gypi ('k') | chrome/installer/util/conditional_work_item_list_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/BUILD.gn
diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
index b78e1ede47809af12dd5866352fcce1bfa0596e7..63a89d901157f999498223edde997d79f42a9e10 100644
--- a/chrome/installer/util/BUILD.gn
+++ b/chrome/installer/util/BUILD.gn
@@ -293,6 +293,7 @@ if (is_win) {
"beacons_unittest.cc",
"callback_work_item_unittest.cc",
"channel_info_unittest.cc",
+ "conditional_work_item_list_unittest.cc",
"copy_tree_work_item_unittest.cc",
"create_dir_work_item_unittest.cc",
"create_reg_key_work_item_unittest.cc",
@@ -333,6 +334,8 @@ if (is_win) {
"uninstall_metrics_unittest.cc",
"wmi_unittest.cc",
"work_item_list_unittest.cc",
+ "work_item_mocks.cc",
+ "work_item_mocks.h",
]
deps = [
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/util/conditional_work_item_list_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698