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

Unified Diff: services/url_response_disk_cache/BUILD.gn

Issue 1394303004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 3). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_2-x-no_public_1
Patch Set: 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
« no previous file with comments | « services/tracing/tracing_app.h ('k') | services/url_response_disk_cache/url_response_disk_cache_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2adba418c5810bcdd5e3d1046dbe6f2376e8de89..0a0938f2993a3c05fdd3a778203e6ff2aa69b82f 100644
--- a/services/url_response_disk_cache/BUILD.gn
+++ b/services/url_response_disk_cache/BUILD.gn
@@ -37,7 +37,7 @@ source_set("url_response_disk_cache") {
"//mojo/public/cpp/application",
"//mojo/public/cpp/system",
"//mojo/public/interfaces/network",
- "//mojo/services/url_response_disk_cache/public/interfaces",
+ "//mojo/services/url_response_disk_cache/interfaces",
"//third_party/zlib:zip",
"//url:url",
]
@@ -83,7 +83,7 @@ mojo_native_application("apptests") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system:system",
"//mojo/services/network/public/interfaces:interfaces",
- "//mojo/services/url_response_disk_cache/public/interfaces",
+ "//mojo/services/url_response_disk_cache/interfaces",
]
data_deps = [ ":url_response_disk_cache" ]
« no previous file with comments | « services/tracing/tracing_app.h ('k') | services/url_response_disk_cache/url_response_disk_cache_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698