diff options
Diffstat (limited to 'chromium/DEPS')
-rw-r--r-- | chromium/DEPS | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chromium/DEPS b/chromium/DEPS index 8cd56375cc7..32cb96404d5 100644 --- a/chromium/DEPS +++ b/chromium/DEPS @@ -38,7 +38,7 @@ gclient_gn_args = [ vars = { - "buildspec_platforms": "ios", + "buildspec_platforms": "all", # Variable that can be used to support multiple build scenarios, like having # Chromium specific targets in a client project's GN file or sync dependencies # conditionally etc. @@ -106,11 +106,11 @@ vars = { # 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': 'bfb749059cea324cd1372b1bbfb7a6fa830dc228', + 'skia_revision': 'e110fd1ebd2d559838c49a8821ebf18986bd6ec2', # 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': '434d5d0ac819c9a7d7119b23992dcbd95a06970e', + 'v8_revision': '7724db6bce8e02ab82e86e93e8e8e1ec310ad03a', # 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. @@ -555,7 +555,7 @@ deps = { # For Linux and Chromium OS. 'src/third_party/cros_system_api': { - 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'e0781f23b9e8f99f213b991bfb2e6bd2b50de82d', + 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'ee1765f000e745e0a63cbf810b3307621ee79cde', 'condition': 'checkout_linux', }, @@ -610,7 +610,7 @@ deps = { # Used for embedded builds. CrOS & Linux use the system version. 'src/third_party/fontconfig/src': { - 'url': Var('chromium_git') + '/external/fontconfig.git' + '@' + 'd1f48f11d5dffa1d954a1b0abe44ce9e4bfc3709', + 'url': Var('chromium_git') + '/external/fontconfig.git' + '@' + 'ba206df9b9a7ca300265f650842c1459ff7c634a', 'condition': 'checkout_linux', }, @@ -706,7 +706,7 @@ deps = { Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'a9bac57ce6c9d390a52ebaad3259f5fdb871210e', 'src/third_party/icu': - Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '297a4dd02b9d36c92ab9b4f121e433c9c3bc14f8', + Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'a191af9d025859e8368b8b469120d78006e9f5f6', 'src/third_party/icu4j': { 'packages': [ @@ -1069,7 +1069,7 @@ deps = { Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 'src-internal': { - 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@cf54a8889a9ab3a17d608b202ed170f9b1042086', + 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@d588a6e25470981bac9309f18cffdad6c70cab5f', 'condition': 'checkout_src_internal', }, |