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

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

Issue 938573005: Stop rolling /net and /crypto from Chromium. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | 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 b99cb0a81a14f2d906bbab34af5292df28a46c88..5f8ae822acf5bcbefef5b6f6d4befbbced1b2d38 100755
--- a/mojo/tools/roll/update_from_chromium.py
+++ b/mojo/tools/roll/update_from_chromium.py
@@ -78,12 +78,6 @@ dirs_to_snapshot = [
"ui/gl",
]
-# These directories are temporarily cloned in order to support the network
-# bootstrap library until we get that sorted out.
-net_dirs = [
- "crypto",
- "net"]
-
files_to_copy = ["sandbox/sandbox_export.h",
".clang-format"]
@@ -91,7 +85,7 @@ files_to_copy = ["sandbox/sandbox_export.h",
# even though they live in directories rolled in from Chromium.
files_not_to_roll = [ "build/module_args/mojo.gni" ]
-dirs = dirs_to_snapshot + net_dirs
+dirs = dirs_to_snapshot
def chromium_rev_number(src_commit):
base_url = "https://cr-rev.appspot.com/_ah/api/crrev/v1/commit/"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698