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

Unified Diff: content/test/BUILD.gn

Issue 2745003003: Moved the FakeDownloadItem to content/public/test. (Closed)
Patch Set: Fix merge issue Created 3 years, 9 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 | « content/public/test/fake_download_item.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index d6a87867861f90f7496753b772c3f15dcb3d11f9..5ed90dc8bef2396b5942b88147c6c3eff6ee84fa 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -55,6 +55,8 @@ static_library("test_support") {
"../public/test/content_test_suite_base.h",
"../public/test/download_test_observer.cc",
"../public/test/download_test_observer.h",
+ "../public/test/fake_download_item.cc",
+ "../public/test/fake_download_item.h",
"../public/test/fake_speech_recognition_manager.cc",
"../public/test/fake_speech_recognition_manager.h",
"../public/test/find_test_utils.cc",
« no previous file with comments | « content/public/test/fake_download_item.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698