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

Unified Diff: services/url_response_disk_cache/BUILD.gn

Issue 1404443004: Move //mojo/services/network/public/interfaces to //mojo/services/network/interfaces. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add some missing dependencies Created 5 years, 2 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
Index: services/url_response_disk_cache/BUILD.gn
diff --git a/services/url_response_disk_cache/BUILD.gn b/services/url_response_disk_cache/BUILD.gn
index 0a0938f2993a3c05fdd3a778203e6ff2aa69b82f..318f38a6c5e26478b1344497b6eb4b53f72a77b9 100644
--- a/services/url_response_disk_cache/BUILD.gn
+++ b/services/url_response_disk_cache/BUILD.gn
@@ -82,7 +82,7 @@ mojo_native_application("apptests") {
"//mojo/application:test_support",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system:system",
- "//mojo/services/network/public/interfaces:interfaces",
+ "//mojo/services/network/interfaces:interfaces",
"//mojo/services/url_response_disk_cache/interfaces",
]

Powered by Google App Engine
This is Rietveld 408576698