From 45c0bba8a40bb87a386fad02ca51371a44f475ba Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Thu, 22 May 2014 20:42:02 +0200 Subject: Update ninja and bump Chromium version to 33.0.1750.170 This patch also changes the way we handle our patches. We'll always take a new snapshot without patching Chromium and rebase our patches on top of the snapshot. This removes the need for separate patch files for the ustream repository since we can use the patches of the snapshot and apply them on the upstream checkout if we want to use an upstream build. This makes it easier for us to have branches for the release and maintain and minimize the number of patches we need on top of upstream Chromium. For now a snapshot checkout is needed to be able to prepare the patches for an upstream build but in future we cold improve this to fetch the patches from the remote snapshot repository if needed. Change-Id: I6280ffbe2d50d25d252734bc76d19bfaaa081637 Reviewed-by: Zeno Albisser --- tools/scripts/version_resolver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/scripts/version_resolver.py') diff --git a/tools/scripts/version_resolver.py b/tools/scripts/version_resolver.py index 5c625472e..738798e49 100644 --- a/tools/scripts/version_resolver.py +++ b/tools/scripts/version_resolver.py @@ -48,7 +48,7 @@ import json import urllib2 import git_submodule as GitSubmodule -chromium_version = '33.0.1750.149' +chromium_version = '33.0.1750.170' chromium_branch = '1750' json_url = 'http://omahaproxy.appspot.com/all.json' -- cgit v1.2.3