Chromium Code Reviews| Index: build/module_args/mojo.gni |
| diff --git a/build/module_args/mojo.gni b/build/module_args/mojo.gni |
| index d370cfaa02e101b5957195f778037e8389e0bea1..c8343251ec3053e81f2913ffedfdfa8775d138b7 100644 |
| --- a/build/module_args/mojo.gni |
| +++ b/build/module_args/mojo.gni |
| @@ -13,6 +13,9 @@ build_network_service_from_source = true |
| # depend on the apptest framework. |
| disable_dart_apptest_framework = true |
| +# Points to the directory network_service is built from. |
| +network_service_root = "//mojo/services" |
|
brettw
2015/03/24 21:53:07
Can you call this "mojo_network_service_root" inst
|
| + |
| declare_args() { |
| # Specify prebuilt network service mojo file location rather than download |
| # from gs://mojo. |