diff options
Diffstat (limited to 'WebKit/chromium/DEPS')
-rw-r--r-- | WebKit/chromium/DEPS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS index 07401d7..9e34fe4 100644 --- a/WebKit/chromium/DEPS +++ b/WebKit/chromium/DEPS @@ -32,7 +32,7 @@ vars = { 'chromium_svn': 'http://src.chromium.org/svn/trunk/src', - 'chromium_rev': '45932', + 'chromium_rev': '46899', 'pthreads-win32_rev': '26716', } @@ -132,6 +132,9 @@ deps = { 'third_party/npapi': Var('chromium_svn')+'/third_party/npapi@'+Var('chromium_rev'), + 'third_party/ppapi': + From('chromium_deps', 'src/third_party/ppapi'), + 'third_party/ots': From('chromium_deps', 'src/third_party/ots'), |