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

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

Issue 799113004: Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add mojo's ply to checklicenses whitelist 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
« no previous file with comments | « mojo/public/platform/native/system_thunks.cc ('k') | mojo/public/python/mojo/bindings/messaging.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/python/BUILD.gn
diff --git a/mojo/public/python/BUILD.gn b/mojo/public/python/BUILD.gn
index 70402e778102c6f4a14a68ae89df8f1feff996a2..51bd6eb8599aaf0bf67ed84503be83fb63f3bca9 100644
--- a/mojo/public/python/BUILD.gn
+++ b/mojo/public/python/BUILD.gn
@@ -20,14 +20,16 @@ python_binary_module("system") {
"mojo/c_core.pxd",
"mojo/system.pyx",
]
+ configs = [ "../build/config:mojo_sdk" ]
deps = [
":base",
"../c/environment",
- "../c/system:for_shared_library",
+ "../c/system",
"../cpp/environment:standalone",
"../cpp/system",
"../cpp/utility",
"../cpp/bindings:callback",
+ "../platform/native:system",
]
}
@@ -42,14 +44,16 @@ python_binary_module("system_impl") {
"src/python_system_helper.cc",
"src/python_system_helper.h",
]
+ configs = [ "../build/config:mojo_sdk" ]
deps = [
":base",
"../c/environment",
- "../c/system:for_shared_library",
+ "../c/system",
"../cpp/environment:standalone",
"../cpp/system",
"../cpp/utility",
"../cpp/bindings:callback",
+ "../platform/native:system",
]
}
« no previous file with comments | « mojo/public/platform/native/system_thunks.cc ('k') | mojo/public/python/mojo/bindings/messaging.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698