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

Unified Diff: mojo/python/BUILD.gn

Issue 792843002: Refactor the python system_impl module. (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
« no previous file with comments | « mojo/public/python/src/python_system_helper.cc ('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 8cbb5fa33a42dc09b7c448c6601ba7f8cf7315e4..3c71480894e8702ea207658905bfb21468865c52 100644
--- a/mojo/python/BUILD.gn
+++ b/mojo/python/BUILD.gn
@@ -16,9 +16,7 @@ group("python") {
# GYP version: mojo/mojo.gyp:mojo_python_embedder
python_binary_module("embedder") {
python_base_module = "mojo"
- cython_sources = [
- "system/mojo/embedder.pyx",
- ]
+ cython_sources = [ "system/mojo/embedder.pyx" ]
deps = [
"//mojo/edk/system",
]
@@ -38,9 +36,7 @@ copy("tests_module") {
python_binary_module("validation_util") {
python_base_module = "mojo/tests"
- cython_sources = [
- "system/mojo/tests/validation_util.pyx",
- ]
+ cython_sources = [ "system/mojo/tests/validation_util.pyx" ]
deps = [
"//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
]
« no previous file with comments | « mojo/public/python/src/python_system_helper.cc ('k') | mojo/python/system/mojo/embedder.pyx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698