Upgrade libchromiumcontent to 440833b, fixes #462

This commit is contained in:
Cheng Zhao 2014-10-05 23:50:48 +08:00
parent 35d37c3463
commit b2b70bb37c
2 changed files with 1 additions and 7 deletions

View file

@ -2,12 +2,6 @@
<head> <head>
<title>Atom Shell</title> <title>Atom Shell</title>
<style> <style>
html {
height: 100%;
width: 100%;
overflow: hidden;
}
body { body {
color: #555; color: #555;
font-family: 'Open Sans',Helvetica,Arial,sans-serif; font-family: 'Open Sans',Helvetica,Arial,sans-serif;

View file

@ -4,7 +4,7 @@ import platform
import sys import sys
BASE_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent' BASE_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = 'ef6f735cf946570a89bd6269121e1cd0911da4ab' LIBCHROMIUMCONTENT_COMMIT = '440833bbd955d0684322e5805ea7843f6d7cbcbc'
ARCH = { ARCH = {
'cygwin': '32bit', 'cygwin': '32bit',