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

Unified Diff: mojo/edk/mojo_edk.gni

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/edk/mojo_edk.gni
diff --git a/mojo/edk/mojo_edk.gni b/mojo/edk/mojo_edk.gni
index efb2a5f46def6a7cb113b7e8f0ff6ade280351ba..b7b3909d3e573e3d3e845532b1fbdcadaa79387e 100644
--- a/mojo/edk/mojo_edk.gni
+++ b/mojo/edk/mojo_edk.gni
@@ -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("../../third_party/mojo/src/mojo/public/mojo_sdk.gni")
+import("../../mojo/public/mojo_sdk.gni")
# A mojo_edk_source_set is a mojo_sdk_source_set that does not restrict
# external dependencies and understands the following additional variables, all
@@ -46,7 +46,7 @@ template("mojo_edk_source_set") {
# path.
assert(get_path_info(edk_target, "abspath") != edk_target)
allow_circular_includes_from +=
- [ rebase_path(edk_target, ".", mojo_root) ]
+ [ rebase_path(edk_target, ".", "//third_party/mojo/src") ]
}
}

Powered by Google App Engine
This is Rietveld 408576698