| Index: content/content_tests.gypi | 
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi | 
| index 02351615e8220334657425112b1f1873d78c60e0..0a47676dccd8a56c5c05e04129681cd22b579e5b 100644 | 
| --- a/content/content_tests.gypi | 
| +++ b/content/content_tests.gypi | 
| @@ -20,6 +20,8 @@ | 
| 'public/test/async_file_test_helper.h', | 
| 'public/test/background_sync_test_util.cc', | 
| 'public/test/background_sync_test_util.h', | 
| +      'public/test/browser_side_navigation_test_utils.cc', | 
| +      'public/test/browser_side_navigation_test_utils.h', | 
| 'public/test/content_test_suite_base.cc', | 
| 'public/test/content_test_suite_base.h', | 
| 'public/test/download_test_observer.cc', | 
| @@ -103,8 +105,6 @@ | 
| 'test/appcache_test_helper.h', | 
| 'test/blink_test_environment.cc', | 
| 'test/blink_test_environment.h', | 
| -      'test/browser_side_navigation_test_utils.cc', | 
| -      'test/browser_side_navigation_test_utils.h', | 
| 'test/content_browser_sanity_checker.cc', | 
| 'test/content_browser_sanity_checker.h', | 
| 'test/content_test_suite.cc', | 
| @@ -667,10 +667,10 @@ | 
| 'child/shared_memory_received_data_factory_unittest.cc', | 
| 'child/simple_webmimeregistry_impl_unittest.cc', | 
| 'child/site_isolation_stats_gatherer_unittest.cc', | 
| +      'child/url_response_body_consumer_unittest.cc', | 
| 'child/v8_value_converter_impl_unittest.cc', | 
| 'child/web_data_consumer_handle_impl_unittest.cc', | 
| 'child/web_url_loader_impl_unittest.cc', | 
| -      'child/url_response_body_consumer_unittest.cc', | 
| 'child/worker_thread_registry_unittest.cc', | 
| 'common/android/address_parser_unittest.cc', | 
| 'common/android/gin_java_bridge_value_unittest.cc', | 
|  |