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

Unified Diff: mojo/tools/roll/update_from_chromium.py

Issue 832683005: Move the network service source-of-truth from Mojo to Chromium. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase. Created 5 years, 11 months 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
« no previous file with comments | « mojo/tools/roll/rev_sdk.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"]
« no previous file with comments | « mojo/tools/roll/rev_sdk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698