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

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

Issue 2236083002: Move mojo/public/c/gpu/* to mojo/public/c/include. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: foo Created 4 years, 4 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/platform/native/mgl_thunks.h ('k') | mojo/skia/BUILD.gn » ('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 8202e4f24b0e89d7db66b888ef427dc390cdf7b6..0dd114f9f519e787518a49c5778db9729eee0da1 100644
--- a/mojo/public/python/BUILD.gn
+++ b/mojo/public/python/BUILD.gn
@@ -35,7 +35,7 @@ python_binary_source_set("system_embedded") {
"../cpp/bindings:callback",
"../cpp/system",
"../cpp/utility",
- "../platform/native:system",
+ "../platform/native:system_thunks",
]
public_deps = [
"../c:system",
@@ -62,7 +62,7 @@ python_binary_module("mojo_system_impl") {
"../cpp/environment:standalone",
"../cpp/system",
"../cpp/utility",
- "../platform/native:system",
+ "../platform/native:system_thunks",
]
}
« no previous file with comments | « mojo/public/platform/native/mgl_thunks.h ('k') | mojo/skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698