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

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

Issue 599283003: Make gn check //mojo/public/* pass (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/BUILD.gn ('k') | mojo/services/public/cpp/view_manager/lib/bitmap_uploader.cc » ('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 61f94dc33aa890d7d3e4c9be0c45768bc9685e4a..9b947a55d3402e66f6b9772ae04eb2874e8f5df7 100644
--- a/mojo/public/python/BUILD.gn
+++ b/mojo/public/python/BUILD.gn
@@ -25,9 +25,12 @@ python_binary_module("system") {
"src/python_system_helper.h",
]
deps = [
- "//mojo/public/c/system",
+ "//mojo/public/c/environment",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/environment:standalone",
+ "//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
+ "//mojo/public/cpp/bindings:callback",
":base",
]
}
« no previous file with comments | « mojo/public/platform/native/BUILD.gn ('k') | mojo/services/public/cpp/view_manager/lib/bitmap_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698