summaryrefslogtreecommitdiff
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, 9 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/DEPS b/Source/WebKit/chromium/DEPS
index 6194e131a..90b7caed8 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': '146999'
+ 'chromium_rev': '147759'
}
deps = {
@@ -143,12 +143,18 @@ deps = {
deps_os = {
'win': {
+ 'third_party/bison':
+ From('chromium_deps', 'src/third_party/bison'),
'third_party/cygwin':
From('chromium_deps', 'src/third_party/cygwin'),
+ 'third_party/gperf':
+ From('chromium_deps', 'src/third_party/gperf'),
'third_party/lighttpd':
From('chromium_deps', 'src/third_party/lighttpd'),
'third_party/nss':
From('chromium_deps', 'src/third_party/nss'),
+ 'third_party/perl':
+ From('chromium_deps', 'src/third_party/perl'),
# Dependencies used by libjpeg-turbo
'third_party/yasm/binaries':
From('chromium_deps', 'src/third_party/yasm/binaries'),
@@ -156,6 +162,8 @@ deps_os = {
'mac': {
'third_party/nss':
From('chromium_deps', 'src/third_party/nss'),
+ 'third_party/GTM':
+ From('chromium_deps', 'src/third_party/GTM'),
},
'unix': {
# Linux, actually.