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

Unified Diff: services/python/content_handler/BUILD.gn

Issue 1512343002: Remove the //mojo/public/c/system:for_shared_library target. (Closed) Base URL: https://github.com/domokit/mojo.git@c_system_target_1
Patch Set: Created 5 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
Index: services/python/content_handler/BUILD.gn
diff --git a/services/python/content_handler/BUILD.gn b/services/python/content_handler/BUILD.gn
index c17e0fb56dbd186e180d585a16f65d0a1629d597..a326aa6799bcc6b6d1361975e2249613570b58f9 100644
--- a/services/python/content_handler/BUILD.gn
+++ b/services/python/content_handler/BUILD.gn
@@ -25,7 +25,7 @@ python_binary_source_set("content_handler_src") {
"//mojo/application:content_handler",
"//mojo/data_pipe_utils",
"//mojo/environment:chromium",
- "//mojo/public/c/system:for_shared_library",
+ "//mojo/public/c/system",
viettrungluu 2015/12/10 16:50:06 The .../native:system dependency belongs in the "b
"//mojo/public/cpp/utility",
"//mojo/public/python:python_common",
"//mojo/public/python:system_embedded",
@@ -64,7 +64,7 @@ python_binary_source_set("mojo_system_impl") {
"//base",
"//mojo/environment:chromium",
"//mojo/message_pump",
- "//mojo/public/c/system:for_shared_library",
+ "//mojo/public/c/system",
viettrungluu 2015/12/10 16:50:06 "
"//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
"//mojo/public/cpp/bindings:callback",

Powered by Google App Engine
This is Rietveld 408576698