cef/patch/patches/DEPS.patch

22 lines
394 B
Diff
Raw Normal View History

2017-03-09 19:31:23 +01:00
diff --git a/DEPS b/DEPS
index 849d1f7..c5297af 100644
2017-04-06 20:14:21 +02:00
--- DEPS
+++ DEPS
2017-03-09 19:31:23 +01:00
@@ -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'
]
]