diff options
author | Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> | 2016-03-31 16:33:06 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> | 2016-04-01 12:24:17 +0000 |
commit | f65c42f8a6395a5fd85719adda57ada167b0dab6 (patch) | |
tree | 3840d098e781d092f46d2f2df84b7163d97c362f /chromium/DEPS | |
parent | d26d06ed332166d6f61a5c06ab85aee5d987b2b6 (diff) | |
download | qtwebengine-chromium-f65c42f8a6395a5fd85719adda57ada167b0dab6.tar.gz |
BASELINE: Update Chromium to 49.0.2623.111
Change-Id: I5f8c7bd936a259c7229924aba755ae6064ac9240
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'chromium/DEPS')
-rw-r--r-- | chromium/DEPS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/DEPS b/chromium/DEPS index 7635fc5f03b..69fac68fc08 100644 --- a/chromium/DEPS +++ b/chromium/DEPS @@ -4,7 +4,7 @@ vars = { 'boringssl_revision': 'afe57cb14d36f70ad4a109fc5e7765d1adc67035', 'buildspec_platforms': - 'android,', + 'chromeos,', 'buildtools_revision': '0f8e6e4b126ee88137930a0ae4776c4741808740', 'chromium_git': @@ -66,7 +66,7 @@ deps = { 'src/testing/gtest': (Var("chromium_git")) + '/external/github.com/google/googletest.git@6f8a66431cb592dad629028a50b3dd418a408c87', 'src/third_party/angle': - (Var("chromium_git")) + '/angle/angle.git@83aec70b3d944fd0636073779e1e5a95e62dce3a', + (Var("chromium_git")) + '/angle/angle.git@4e9536d0f612dab15dd6722975155b78b92ca0ae', 'src/third_party/bidichecker': (Var("chromium_git")) + '/external/bidichecker/lib.git@97f2aa645b74c28c57eca56992235c79850fa9e0', 'src/third_party/boringssl/src': @@ -162,7 +162,7 @@ deps = { 'src/tools/swarming_client': (Var("chromium_git")) + '/external/swarming.client.git@9cdd76171e517a430a72dcd7d66ade67e109aa00', 'src/v8': - (Var("chromium_git")) + '/v8/v8.git@163a909154febf5498ee60efe0f4aab09be21515' + (Var("chromium_git")) + '/v8/v8.git@1c998eae01e53610a852e6b2d9b7d2822eefe8f3' } deps_os = { |