Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: lib/webports/util.py

Issue 1646993002: Bump minimum SDK version of pepper_49 (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/webports/util.py
diff --git a/lib/webports/util.py b/lib/webports/util.py
index 219b2094f5a69e0b614a887b2be72e1f670b43df..c52d0c8c99c034a2dba9f39990f14125f8d846e1 100644
--- a/lib/webports/util.py
+++ b/lib/webports/util.py
@@ -29,7 +29,7 @@ GS_MIRROR_URL = '%s%s/mirror' % (GS_URL, GS_BUCKET)
# and tested against the pepper_canary release. To build aginst older
# versions of the SDK use the one of the pepper_XX branches (or use
# --skip-sdk-version-check).
-MIN_SDK_VERSION = 46
+MIN_SDK_VERSION = 49
arch_to_pkgarch = {
'x86_64': 'x86-64',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698