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

Unified Diff: mojo/services/content_handler/public/interfaces/BUILD.gn

Issue 1129063008: Move mojom definitions of URL{Request,Response} into SDK (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix up deps from other mojoms Created 5 years, 7 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: mojo/services/content_handler/public/interfaces/BUILD.gn
diff --git a/mojo/services/content_handler/public/interfaces/BUILD.gn b/mojo/services/content_handler/public/interfaces/BUILD.gn
index c58507a1f7de5a7a6d3aae41cb6bf13fd32db767..be214e0e7ad074e6daed6e2e5af485db04d210af 100644
--- a/mojo/services/content_handler/public/interfaces/BUILD.gn
+++ b/mojo/services/content_handler/public/interfaces/BUILD.gn
@@ -12,15 +12,8 @@ mojom("interfaces") {
import_dirs = [ get_path_info("../../../", "abspath") ]
- if (defined(mojo_network_service_root)) {
- import_dirs += [ mojo_network_service_root ]
- } else {
- mojo_network_service_root = "../../.."
- }
-
- deps = [
- "$mojo_network_service_root/network/public/interfaces",
+ mojo_sdk_deps = [
+ "mojo/public/interfaces/application",
+ "mojo/public/interfaces/network",
]
-
- mojo_sdk_deps = [ "mojo/public/interfaces/application" ]
}

Powered by Google App Engine
This is Rietveld 408576698