Browse Source

Update libchromiumcontent for the rebase

Cheng Zhao 8 years ago
parent
commit
af212a9f67
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 \
-    'a8e1d7da31638929a9703287dbf3c8ac45f98e0b'
+    '76202a5422125cf6b46fef025db5f0aa91b0bb85'
 
 PLATFORM = {
   'cygwin': 'win32',