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

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

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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 | « gpu/command_buffer/tests/gl_manager.h ('k') | mojo/python/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 6178f05bd0a8a91d91a130f614b199a2dcf6e39b..5b9c8ab4054ca5872049cb3b417c931d85faf2aa 100644
--- a/mojo/public/python/BUILD.gn
+++ b/mojo/public/python/BUILD.gn
@@ -14,7 +14,6 @@ group("python") {
# GYP version: mojo.gyp:mojo_python_system
python_binary_module("mojo_system") {
- python_base_module = ""
configs = [ "../build/config:mojo_sdk" ]
deps = [
":system_embedded",
@@ -40,7 +39,6 @@ python_binary_source_set("system_embedded") {
}
python_binary_module("mojo_system_impl") {
- python_base_module = ""
cython_sources = [
"c_environment.pxd",
"c_export.pxd",
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.h ('k') | mojo/python/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698