diff --git a/DEPS b/DEPS index e2c4105..72fca0b3 100644 --- a/DEPS +++ b/DEPS
@@ -39,19 +39,19 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and whatever else without interference from each other. - 'skia_revision': '82e26bf23923f20828c850d1a0e01d8bde69cfff', + 'skia_revision': '56fb57a05159b72a746ab534c3daf50d4220acef', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. - 'v8_revision': 'd0c8821827571ceab1d88a5b16d881bad3c93d1c', + 'v8_revision': '8bdb8d85f5f3a80fe966b4aba97a89c4f6f498ce', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client # and whatever else without interference from each other. - 'swarming_revision': 'a72f46e42dba1335e8001499b4621acad2d26728', + 'swarming_revision': 'df6e95e7669883c8fe9ef956c69a544154701a49', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling ANGLE # and whatever else without interference from each other. - 'angle_revision': '115056012f5a63c1068df0a1feade979ef260b8a', + 'angle_revision': 'd8fa921572e43b5c46b28d99a3944a728e332f01', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling build tools # and whatever else without interference from each other. @@ -59,7 +59,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling PDFium # and whatever else without interference from each other. - 'pdfium_revision': '8ba5b59356d506d3b9e976e7422e69bbd5bec8d6', + 'pdfium_revision': '88aa3a76d309e8192a206e40d418294d89f35adb', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling openmax_dl # and whatever else without interference from each other. @@ -67,7 +67,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. - 'boringssl_revision': '6d49157929abdefb155daf2751dc03fd9eb4240c', + 'boringssl_revision': '708db16463a21b922aed6d393ef74c3c5a366668', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling nss # and whatever else without interference from each other. @@ -87,7 +87,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling NaCl # and whatever else without interference from each other. - 'nacl_revision': '20359cdbc6f7bfe997fc734e79c6b7f3a57d6eff', + 'nacl_revision': 'dd370db130c6c4f7d42230431eb9b9a030bd578b', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling dEQP # and whatever else without interference from each other. @@ -143,7 +143,7 @@ Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + '9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6', 'src/third_party/leveldatabase/src': - Var('chromium_git') + '/external/leveldb.git' + '@' + '706b7f8d43b0aecdc75c5ee49d3e4ef5f27b9faf', + Var('chromium_git') + '/external/leveldb.git' + '@' + '7306ef856a91e462a73ff1832c1fa8771008ba36', 'src/third_party/snappy/src': Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958c7c0933d22e80c20bf', @@ -184,7 +184,7 @@ 'src/third_party/webdriver/pylib': Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd', - 'src/third_party/libvpx_new/source/libvpx': + 'src/third_party/libvpx/source/libvpx': Var('chromium_git') + '/webm/libvpx.git' + '@' + '89cc68252846478fa7f2d570d96ff93776cefac6', 'src/third_party/ffmpeg': @@ -215,7 +215,7 @@ Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067', 'src/third_party/webrtc': - Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'bcf5bfae4efec89e9c8f309f1c8f479e67c404c0', # commit position 11765 + Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'ea4df373b3daa4db9296fd90ad928d5c17dc6171', # commit position 11859 'src/third_party/openmax_dl': Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), @@ -232,13 +232,8 @@ 'src/third_party/libaddressinput/src': Var('chromium_git') + '/external/libaddressinput.git' + '@' + '5eeeb797e79fa01503fcdcbebdc50036fac023ef', - # These are all at libphonenumber r728. - 'src/third_party/libphonenumber/src/phonenumbers': - Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' + '@' + '0d6e3e50e17c94262ad1ca3b7d52b11223084bca', - 'src/third_party/libphonenumber/src/test': - Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + 'f351a7e007f9c9995494499120bbc361ca808a16', - 'src/third_party/libphonenumber/src/resources': - Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6dfdc7952571ff7ee72643cd88c988cbe966396', + 'src/third_party/libphonenumber/dist': + Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a9bd368debe74355364965c24bcc5a6bfb1dc546', 'src/third_party/webpagereplay': Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '@' + '7564939bdf6482d57b9bd5e9c931679f96d8cf75', @@ -275,7 +270,7 @@ 'src/third_party/catapult': Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + - '861b2624ee4f751437add6fd6cba4a75497b3dff', + '9880e484751ef3ed9873a17b604a5a6798032b2e', 'src/third_party/openh264/src': Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda248234162033e3e11b0335f3131cdfe488', @@ -336,8 +331,12 @@ Var('deqp_url') + '@' + Var('deqp_revision'), }, 'ios': { + 'src/ios/third_party/earl_grey/src': + Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + 'ffdbbb7e9e0a3c617d9f110ef752dbd2dc09c919', + 'src/ios/third_party/fishhook/src': Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c', + 'src/ios/third_party/gcdwebserver/src': Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '3d5fd0b8281a7224c057deb2d17709b5bea64836', @@ -784,7 +783,7 @@ 'action': ['python', 'src/build/get_syzygy_binaries.py', '--output-dir=src/third_party/syzygy/binaries', - '--revision=2d774f05a05cbc2f0dd929170c7a62fd549b2c5f', + '--revision=311374dcf60389071ec231b82bbc61b1fe3c82c1', '--overwrite', ], }, @@ -837,6 +836,7 @@ 'src/infra', 'src/ppapi', 'src/printing', + 'src/third_party/catapult', 'src/third_party/closure_compiler/build', 'src/tools', ],