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

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

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « mojo/services/mojo_sdk_root.gni ('k') | ppapi/ppapi_tests_mojo.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/BUILD.gn
diff --git a/mojo/services/network/BUILD.gn b/mojo/services/network/BUILD.gn
index df26015fe13a3f9670a8537892c73df4e64cc5fd..856525ee60c42660c6ef31764a26becb19a907ab 100644
--- a/mojo/services/network/BUILD.gn
+++ b/mojo/services/network/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/mojo_application.gni")
+import("//third_party/mojo/src/mojo/public/mojo_application.gni")
mojo_native_application("network") {
output_name = "network_service"
@@ -11,9 +11,9 @@ mojo_native_application("network") {
":lib",
"//base",
"//mojo/application",
- "//mojo/public/c/system:for_shared_library",
- "//mojo/public/cpp/bindings:bindings",
"//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",
]
sources = [
« no previous file with comments | « mojo/services/mojo_sdk_root.gni ('k') | ppapi/ppapi_tests_mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698