Update to Chromium version 58.0.3029.6

This commit is contained in:
Marshall Greenblatt
2017-03-09 13:31:23 -05:00
parent 54647945f1
commit 2071058036
4 changed files with 45 additions and 24 deletions

21
patch/patches/DEPS.patch Normal file
View File

@@ -0,0 +1,21 @@
diff --git a/DEPS b/DEPS
index 849d1f7..c5297af 100644
--- a/DEPS
+++ b/DEPS
@@ -1166,12 +1166,12 @@ recursedeps = [
'src/buildtools',
'src/third_party/android_tools',
[
- 'DEPS.chromium',
- 'src/third_party/angle'
+ 'src/third_party/angle',
+ 'DEPS.chromium'
],
[
- 'DEPS',
- 'src/third_party/swiftshader'
+ 'src/third_party/swiftshader',
+ 'DEPS'
]
]