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

Unified Diff: services/asset_bundle/BUILD.gn

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
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/android/java_handler.h ('k') | services/asset_bundle/asset_bundle_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/asset_bundle/BUILD.gn
diff --git a/services/asset_bundle/BUILD.gn b/services/asset_bundle/BUILD.gn
index 7c38a3727461a1b8d88d3967de557b3ad52d5f5b..1b256e046f85325a3d5c996c14ed33ea7a880932 100644
--- a/services/asset_bundle/BUILD.gn
+++ b/services/asset_bundle/BUILD.gn
@@ -19,7 +19,7 @@ source_set("lib") {
"//mojo/data_pipe_utils",
"//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/system",
- "//mojo/services/asset_bundle/public/interfaces",
+ "//mojo/services/asset_bundle/interfaces",
"//third_party/zlib:zip",
]
}
@@ -35,7 +35,7 @@ mojo_native_application("asset_bundle") {
"//mojo/public/cpp/application",
"//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/system",
- "//mojo/services/asset_bundle/public/interfaces",
+ "//mojo/services/asset_bundle/interfaces",
":lib",
]
}
@@ -55,7 +55,7 @@ mojo_native_application("apptests") {
"//mojo/application:test_support",
"//mojo/data_pipe_utils",
"//mojo/public/cpp/bindings",
- "//mojo/services/asset_bundle/public/interfaces",
+ "//mojo/services/asset_bundle/interfaces",
"//third_party/zlib:zip",
]
« no previous file with comments | « services/android/java_handler.h ('k') | services/asset_bundle/asset_bundle_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698