Browse Source

Upgrade libcc for Chrome 56 Linux key event fix

Kevin Sawicki 8 years ago
parent
commit
c300104cbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/lib/config.py

+ 1 - 1
script/lib/config.py

@@ -9,7 +9,7 @@ import sys
 BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
     'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
 LIBCHROMIUMCONTENT_COMMIT = os.getenv('LIBCHROMIUMCONTENT_COMMIT') or \
-    'c5cf295ef93d4ee88bff0c4b06b28ff0969a890e'
+    '27add4cfef98f21d5910539bebb47ae175f024c2'
 
 PLATFORM = {
   'cygwin': 'win32',