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

Unified Diff: mojo/services/network/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/network/BUILD.gn
diff --git a/mojo/services/network/BUILD.gn b/mojo/services/network/BUILD.gn
index 4dec488069742a689016bd5d25e7fd35d432f43b..18978baa01ae3f1cb1408373992fb89d5e669fc6 100644
--- a/mojo/services/network/BUILD.gn
+++ b/mojo/services/network/BUILD.gn
@@ -104,7 +104,7 @@ source_set("lib") {
"//net:http_server",
"//url",
"//sql/mojo",
- "//third_party/mojo/src/mojo/public/cpp/system:system",
+ "//mojo/public/cpp/system:system",
]
}
@@ -121,8 +121,8 @@ source_set("sources") {
"//mojo/application/public/cpp",
"//mojo/services/network/public/cpp",
"//mojo/services/network/public/interfaces",
- "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
- "//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
+ "//mojo/public/c/system:for_shared_library",
+ "//mojo/public/cpp/bindings:bindings",
]
}
@@ -149,6 +149,6 @@ mojo_native_application("apptests") {
"//net",
"//net:test_support",
"//testing/gtest",
- "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
+ "//mojo/public/cpp/bindings:callback",
]
}

Powered by Google App Engine
This is Rietveld 408576698