Index: mojo/tools/roll/update_from_chromium.py |
diff --git a/mojo/tools/roll/update_from_chromium.py b/mojo/tools/roll/update_from_chromium.py |
index f28caedbc4d645937d0c53c5a40cff20945bd12b..5d2bd4475f757e725a77eb6a82e80bfa4701f4d2 100755 |
--- a/mojo/tools/roll/update_from_chromium.py |
+++ b/mojo/tools/roll/update_from_chromium.py |
@@ -80,8 +80,10 @@ dirs_to_snapshot = [ |
# These directories are temporarily cloned in order to support the network |
# bootstrap library until we get that sorted out. |
-net_dirs = ["crypto", |
- "net"] |
+net_dirs = [ |
+ "crypto", |
+ "net", |
+ "mojo/services/network"] |
files_to_copy = ["sandbox/sandbox_export.h", |
".clang-format"] |