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

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

Issue 754963008: Simplify //mojo/public/c/system targets (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 70402e778102c6f4a14a68ae89df8f1feff996a2..4058758ca576b822f68438420ec1f3d5d193e481 100644
--- a/mojo/public/python/BUILD.gn
+++ b/mojo/public/python/BUILD.gn
@@ -23,11 +23,12 @@ python_binary_module("system") {
deps = [
":base",
"../c/environment",
- "../c/system:for_shared_library",
+ "../c/system",
"../cpp/environment:standalone",
"../cpp/system",
"../cpp/utility",
"../cpp/bindings:callback",
+ "../platform/native:system",
]
}
@@ -45,11 +46,12 @@ python_binary_module("system_impl") {
deps = [
":base",
"../c/environment",
- "../c/system:for_shared_library",
+ "../c/system",
"../cpp/environment:standalone",
"../cpp/system",
"../cpp/utility",
"../cpp/bindings:callback",
+ "../platform/native:system",
]
}

Powered by Google App Engine
This is Rietveld 408576698