commit | 6a64b814b5f9ccdea00f64228f15a3d8fbd31790 | [log] [tgz] |
---|---|---|
author | James Robinson <jamesr@chromium.org> | Wed Dec 03 13:38:42 2014 -0800 |
committer | James Robinson <jamesr@chromium.org> | Wed Dec 03 13:38:42 2014 -0800 |
tree | 3db4801ae7c4fd14847db50c143c9685630af1f1 | |
parent | c9b163e587844fa5c25589116d016b6004ac66a5 [diff] [blame] |
Update from https://crrev.com/306655 Includes updates to ui/ and mojo/services for cc and gpu changes and a minor update to a unit test in sky/ for skia interface changes. Review URL: https://codereview.chromium.org/761903003
diff --git a/build/landmine_utils.py b/build/landmine_utils.py index 9b667d0..6d18b6d 100644 --- a/build/landmine_utils.py +++ b/build/landmine_utils.py
@@ -33,7 +33,7 @@ @memoize() def IsLinux(): - return sys.platform.startswith(('linux', 'freebsd')) + return sys.platform.startswith(('linux', 'freebsd', 'openbsd')) @memoize()