summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/DEPS')
-rw-r--r--Source/WebKit/chromium/DEPS10
1 files changed, 6 insertions, 4 deletions
diff --git a/Source/WebKit/chromium/DEPS b/Source/WebKit/chromium/DEPS
index e12c78f59..67371f99f 100644
--- a/Source/WebKit/chromium/DEPS
+++ b/Source/WebKit/chromium/DEPS
@@ -32,7 +32,7 @@
vars = {
'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
- 'chromium_rev': '139184'
+ 'chromium_rev': '139747'
}
deps = {
@@ -167,10 +167,12 @@ deps_os = {
From('chromium_deps', 'src/third_party/openssl'),
},
'android': {
- 'third_party/freetype':
- 'https://git.chromium.org/chromium/src/third_party/freetype.git',
'tools/android':
- Var('chromium_svn')+'/tools/android@'+Var('chromium_rev'),
+ Var('chromium_svn') + '/tools/android@' + Var('chromium_rev'),
+ 'third_party/freetype':
+ From('chromium_deps', 'src/third_party/freetype'),
+ 'third_party/aosp':
+ From('chromium_deps', 'src/third_party/aosp'),
},
}