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

Unified Diff: content/test/BUILD.gn

Issue 2682313002: Introduce NavigationSimulator to use in unit tests (Closed)
Patch Set: Addressed comments Created 3 years, 10 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/test_renderer_host.h ('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 c6f5c6f66b253550e6b494ac5b624a39655afce9..051dd188e221d874c8c4751602ccdff9bf3818da 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -83,6 +83,8 @@ static_library("test_support") {
"../public/test/mock_special_storage_policy.h",
"../public/test/mock_storage_client.cc",
"../public/test/mock_storage_client.h",
+ "../public/test/navigation_simulator.cc",
+ "../public/test/navigation_simulator.h",
"../public/test/ppapi_test_utils.cc",
"../public/test/ppapi_test_utils.h",
"../public/test/render_view_test.cc",
« no previous file with comments | « content/public/test/test_renderer_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698