projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
226c1c9
)
Update libcc for electron/libchromiumcontent#285
author
Birunthan Mohanathas
<birunthan@mohanathas.com>
Mon, 17 Apr 2017 20:21:43 +0000
(23:21 +0300)
committer
Birunthan Mohanathas
<birunthan@mohanathas.com>
Tue, 18 Apr 2017 08:11:26 +0000
(11:11 +0300)
This fixes non-client area DPI scaling on recent Windows 10 versions.
See discussion in #8786.
script/lib/config.py
patch
|
blob
|
history
diff --git
a/script/lib/config.py
b/script/lib/config.py
index d033d8a41c6a0a87c329a2711b0039525d4cd198..5818571089ff51c8090fc58a598f56f075c2809b 100644
(file)
--- a/
script/lib/config.py
+++ b/
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 \
- '
8d551064d2b3d11f89ce8d5c4610f34e0408bad8
'
+ '
4a0e32606e52c12c50c2e3a0973d015d8cdff494
'
PLATFORM = {
'cygwin': 'win32',