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

Unified Diff: content/browser/loader/DEPS

Issue 2581393002: Update MojoAsyncResourceHandler tests to use MockResourceLoader. (Closed)
Patch Set: Oops, had another local change I forgot about Created 3 years, 11 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 | « no previous file | content/browser/loader/mock_resource_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/DEPS
diff --git a/content/browser/loader/DEPS b/content/browser/loader/DEPS
index 2db051382500534c98a79bca0f26c8373419121d..41cf73f065b3c26ec164c1a4f72b4b3c20fa8034 100644
--- a/content/browser/loader/DEPS
+++ b/content/browser/loader/DEPS
@@ -104,9 +104,9 @@ specific_include_rules = {
],
"mojo_async_resource_handler_unittest\.cc": [
"-content",
+ "+content/browser/loader/mock_resource_loader.h",
"+content/browser/loader/mojo_async_resource_handler.h",
"+content/browser/loader/test_url_loader_client.h",
- "+content/public/browser/navigation_data.h",
"+content/browser/loader/resource_controller.h",
"+content/browser/loader/resource_dispatcher_host_impl.h",
"+content/browser/loader/resource_request_info_impl.h",
@@ -114,6 +114,7 @@ specific_include_rules = {
"+content/common/resource_request_completion_status.h",
"+content/common/url_loader.mojom.h",
"+content/public/browser/appcache_service.h",
+ "+content/public/browser/navigation_data.h",
"+content/public/browser/resource_context.h",
"+content/public/browser/resource_dispatcher_host_delegate.h",
"+content/public/browser/resource_throttle.h",
« no previous file with comments | « no previous file | content/browser/loader/mock_resource_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698