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

Unified Diff: mojo/python/BUILD.gn

Issue 621153003: Move mojo edk into mojo/edk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix checkdeps Created 6 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 | « mojo/public/c/system/BUILD.gn ('k') | mojo/python/system/mojo/embedder.pyx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/python/BUILD.gn
diff --git a/mojo/python/BUILD.gn b/mojo/python/BUILD.gn
index 95eab0433e763bad6a733136bae820f31c2b4897..7b07f4f2e5d1e0400c2055fab17f84323164dfa8 100644
--- a/mojo/python/BUILD.gn
+++ b/mojo/python/BUILD.gn
@@ -19,7 +19,7 @@ python_binary_module("embedder") {
"system/mojo/embedder.pyx",
]
deps = [
- "//mojo/system",
+ "//mojo/edk/system",
]
datadeps = [
"//mojo/public/python:system",
« no previous file with comments | « mojo/public/c/system/BUILD.gn ('k') | mojo/python/system/mojo/embedder.pyx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698