From adbae7e226e63018f388bdb197ca5c8f36514a45 Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Thu, 16 Jun 2011 17:15:47 +0000 Subject: Add support for Linux kernels >=3.0-rc1 in Python related build files by: - replacing occurences of sys.platform == 'linux2' with sys.platform.startswith('linux') - congregating occurences of sys.platform in ('linux[X]', 'linuxY', ...) to sys.platform.startswith('linux') - adding the key 'linux3' to all relevant lookup dicts BUG=85845 TEST=Try building chromium on Linux >=3.0-r1 Review URL: http://codereview.chromium.org/7172016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89354 0039d316-1c4b-4281-b951-d872f2087c98 --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 90df134..4b5cd471 100644 --- a/AUTHORS +++ b/AUTHORS @@ -113,3 +113,4 @@ Ramkumar Gokarnesan Matt Arpidone ruben NVIDIA Corporation <*@nvidia.com> +Torsten Kurbad -- cgit v1.1