Add linux3 build support to chromium (base repository) - Code Review (original) (raw)

Description

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=85845TEST=Try building chromium on Linux >=3.0-r1 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=89354

Patch Set 1#

Patch Set 2 : ''#

Patch Set 3 : ''#

Patch Set 4 : ''#

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -10 lines) Patch
M AUTHORS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/docs/build/build.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/pyautolib/pyauto.py View 1 2 3 chunks +6 lines, -1 line 0 comments Download
M chrome/test/pyautolib/pyauto_utils.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/webdriver/chromedriver_launcher.py View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/webdriver/run_webdriver_tests.py View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/tools/process_dumps_linux.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/code_coverage/coverage_posix.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/code_coverage/process_coverage.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/coverity/coverity.py View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M tools/heapcheck/chrome_tests.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/python/google/platform_utils.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/swig/swig.py View 1 2 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)