Chromium Code Reviews| Index: remoting/client/BUILD.gn |
| diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn |
| index a3cc1b10a94b4f194e872c6c9b89d065effae5a7..7d96c30ec1dda40a6cecea3de356535adad58d38 100644 |
| --- a/remoting/client/BUILD.gn |
| +++ b/remoting/client/BUILD.gn |
| @@ -31,6 +31,11 @@ source_set("client") { |
| "client_status_logger.cc", |
| "server_log_entry_client.cc", |
| ] |
| + } else { |
| + sources += rebase_path( |
| + remoting_srcs_gypi_values.remoting_client_standalone_sources, |
| + ".", |
| + "//remoting") |
| } |
| } |