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

Unified Diff: mojo/public/python/BUILD.gn

Issue 599283003: Make gn check //mojo/public/* pass (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/public/python/BUILD.gn
diff --git a/mojo/public/python/BUILD.gn b/mojo/public/python/BUILD.gn
index e71cf62e1f190b41dbe8ad2f103dcf07e4fda09b..ead27428e14ef4f3c8b3e322ffcba46038067ba5 100644
--- a/mojo/public/python/BUILD.gn
+++ b/mojo/public/python/BUILD.gn
@@ -25,9 +25,12 @@ python_binary_module("system") {
"src/python_system_helper.h",
]
deps = [
- "//mojo/public/c/system",
+ "//mojo/public/c/environment",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/environment:standalone",
+ "//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
+ "//mojo/public/cpp/bindings:callback",
":base",
]
}

Powered by Google App Engine
This is Rietveld 408576698