Chromium Code Reviews| 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", |