| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index e7b7351f0b4ad6afbe9cb6767f0996fe1b283a52..f8b9caa3feb4113cc0b694a41c438e627680a729 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -80,6 +80,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",
|
| @@ -176,6 +178,8 @@ static_library("test_support") {
|
| "mock_webblob_registry_impl.h",
|
| "mock_webclipboard_impl.cc",
|
| "mock_webclipboard_impl.h",
|
| + "navigation_simulator_impl.cc",
|
| + "navigation_simulator_impl.h",
|
| "net/url_request_abort_on_end_job.cc",
|
| "net/url_request_abort_on_end_job.h",
|
| "ppapi_unittest.cc",
|
|
|