Skip to content

Commit ed6868f

Browse files
authored
Update //third_party/glfw from Aug 2016 to Jan 2019 (revision 78e6a006) (#30609)
1 parent 2bf6b01 commit ed6868f

File tree

2 files changed

+26
-19
lines changed

2 files changed

+26
-19
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ allowed_hosts = [
101101
]
102102

103103
deps = {
104-
'src': 'https://github.com/flutter/buildroot.git' + '@' + '6cd24973cdf055bea3aa1ec1a0c54f2ff9a3f192',
104+
'src': 'https://github.com/flutter/buildroot.git' + '@' + '17aaf301a1774cc5b639df288bba0b28dbd4e744',
105105

106106
# Fuchsia compatibility
107107
#
@@ -122,7 +122,7 @@ deps = {
122122
Var('fuchsia_git') + '/third_party/libcxxabi' + '@' + '74d1e602c76350f0760bf6907910e4f3a4fccffe',
123123

124124
'src/third_party/glfw':
125-
Var('fuchsia_git') + '/third_party/glfw' + '@' + '999f3556fdd80983b10051746264489f2cb1ef16',
125+
Var('fuchsia_git') + '/third_party/glfw' + '@' + '78e6a0063d27ed44c2c4805606309744f6fb29fc',
126126

127127
'src/third_party/shaderc':
128128
Var('github_git') + '/google/shaderc.git' + '@' + '948660cccfbbc303d2590c7f44a4cee40b66fdd6',

ci/licenses_golden/licenses_third_party

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 79b0c354265bcb11af475cd806235eed
1+
Signature: 49a681051f210ef77fe2c686e6a67701
22

33
UNUSED LICENSES:
44

@@ -14479,7 +14479,7 @@ THE SOFTWARE.
1447914479

1448014480
====================================================================================================
1448114481
LIBRARY: glfw
14482-
ORIGIN: ../../../third_party/glfw/COPYING.txt
14482+
ORIGIN: ../../../third_party/glfw/LICENSE.md
1448314483
TYPE: LicenseType.zlib
1448414484
FILE: ../../../third_party/glfw/.appveyor.yml
1448514485
FILE: ../../../third_party/glfw/CMake/MacOSXBundleInfo.plist.in
@@ -14519,19 +14519,19 @@ FILE: ../../../third_party/glfw/src/input.c
1451914519
FILE: ../../../third_party/glfw/src/internal.h
1452014520
FILE: ../../../third_party/glfw/src/linux_joystick.c
1452114521
FILE: ../../../third_party/glfw/src/monitor.c
14522+
FILE: ../../../third_party/glfw/src/posix_thread.c
14523+
FILE: ../../../third_party/glfw/src/posix_thread.h
1452214524
FILE: ../../../third_party/glfw/src/posix_time.c
1452314525
FILE: ../../../third_party/glfw/src/posix_time.h
14524-
FILE: ../../../third_party/glfw/src/posix_tls.c
14525-
FILE: ../../../third_party/glfw/src/posix_tls.h
1452614526
FILE: ../../../third_party/glfw/src/vulkan.c
1452714527
FILE: ../../../third_party/glfw/src/wgl_context.c
1452814528
FILE: ../../../third_party/glfw/src/wgl_context.h
1452914529
FILE: ../../../third_party/glfw/src/win32_init.c
1453014530
FILE: ../../../third_party/glfw/src/win32_joystick.c
1453114531
FILE: ../../../third_party/glfw/src/win32_monitor.c
1453214532
FILE: ../../../third_party/glfw/src/win32_platform.h
14533+
FILE: ../../../third_party/glfw/src/win32_thread.c
1453314534
FILE: ../../../third_party/glfw/src/win32_time.c
14534-
FILE: ../../../third_party/glfw/src/win32_tls.c
1453514535
FILE: ../../../third_party/glfw/src/win32_window.c
1453614536
FILE: ../../../third_party/glfw/src/x11_init.c
1453714537
FILE: ../../../third_party/glfw/src/x11_monitor.c
@@ -14540,7 +14540,7 @@ FILE: ../../../third_party/glfw/src/x11_window.c
1454014540
FILE: ../../../third_party/glfw/src/xkb_unicode.c
1454114541
----------------------------------------------------------------------------------------------------
1454214542
Copyright (c) 2002-2006 Marcus Geelnard
14543-
Copyright (c) 2006-2016 Camilla Berglund <elmindreda@glfw.org>
14543+
Copyright (c) 2006-2016 Camilla Löwy <elmindreda@glfw.org>
1454414544

1454514545
This software is provided 'as-is', without any express or implied
1454614546
warranty. In no event will the authors be held liable for any damages
@@ -14573,7 +14573,7 @@ FILE: ../../../third_party/glfw/src/cocoa_window.m
1457314573
FILE: ../../../third_party/glfw/src/nsgl_context.h
1457414574
FILE: ../../../third_party/glfw/src/nsgl_context.m
1457514575
----------------------------------------------------------------------------------------------------
14576-
Copyright (c) 2009-2016 Camilla Berglund <elmindreda@glfw.org>
14576+
Copyright (c) 2009-2016 Camilla Löwy <elmindreda@glfw.org>
1457714577

1457814578
This software is provided 'as-is', without any express or implied
1457914579
warranty. In no event will the authors be held liable for any damages
@@ -14600,9 +14600,13 @@ LIBRARY: glfw
1460014600
ORIGIN: ../../../third_party/glfw/src/cocoa_joystick.h
1460114601
TYPE: LicenseType.zlib
1460214602
FILE: ../../../third_party/glfw/src/cocoa_joystick.h
14603+
FILE: ../../../third_party/glfw/src/mappings.h
14604+
FILE: ../../../third_party/glfw/src/mappings.h.in
14605+
FILE: ../../../third_party/glfw/src/null_joystick.c
14606+
FILE: ../../../third_party/glfw/src/null_joystick.h
1460314607
FILE: ../../../third_party/glfw/src/win32_joystick.h
1460414608
----------------------------------------------------------------------------------------------------
14605-
Copyright (c) 2006-2016 Camilla Berglund <elmindreda@glfw.org>
14609+
Copyright (c) 2006-2016 Camilla Löwy <elmindreda@glfw.org>
1460614610

1460714611
This software is provided 'as-is', without any express or implied
1460814612
warranty. In no event will the authors be held liable for any damages
@@ -14630,7 +14634,7 @@ ORIGIN: ../../../third_party/glfw/src/cocoa_joystick.m
1463014634
TYPE: LicenseType.zlib
1463114635
FILE: ../../../third_party/glfw/src/cocoa_joystick.m
1463214636
----------------------------------------------------------------------------------------------------
14633-
Copyright (c) 2009-2016 Camilla Berglund <elmindreda@glfw.org>
14637+
Copyright (c) 2009-2016 Camilla Löwy <elmindreda@glfw.org>
1463414638
Copyright (c) 2012 Torsten Walluhn <tw@mad-cad.net>
1463514639

1463614640
This software is provided 'as-is', without any express or implied
@@ -14659,7 +14663,7 @@ ORIGIN: ../../../third_party/glfw/src/glfw_config.h.in
1465914663
TYPE: LicenseType.zlib
1466014664
FILE: ../../../third_party/glfw/src/glfw_config.h.in
1466114665
----------------------------------------------------------------------------------------------------
14662-
Copyright (c) 2010-2016 Camilla Berglund <elmindreda@glfw.org>
14666+
Copyright (c) 2010-2016 Camilla Löwy <elmindreda@glfw.org>
1466314667

1466414668
This software is provided 'as-is', without any express or implied
1466514669
warranty. In no event will the authors be held liable for any damages
@@ -14716,14 +14720,17 @@ freely, subject to the following restrictions:
1471614720

1471714721
====================================================================================================
1471814722
LIBRARY: glfw
14719-
ORIGIN: ../../../third_party/glfw/src/mir_init.c
14723+
ORIGIN: ../../../third_party/glfw/src/null_init.c
1472014724
TYPE: LicenseType.zlib
14721-
FILE: ../../../third_party/glfw/src/mir_init.c
14722-
FILE: ../../../third_party/glfw/src/mir_monitor.c
14723-
FILE: ../../../third_party/glfw/src/mir_platform.h
14724-
FILE: ../../../third_party/glfw/src/mir_window.c
14725+
FILE: ../../../third_party/glfw/src/null_init.c
14726+
FILE: ../../../third_party/glfw/src/null_monitor.c
14727+
FILE: ../../../third_party/glfw/src/null_platform.h
14728+
FILE: ../../../third_party/glfw/src/null_window.c
14729+
FILE: ../../../third_party/glfw/src/osmesa_context.c
14730+
FILE: ../../../third_party/glfw/src/osmesa_context.h
1472514731
----------------------------------------------------------------------------------------------------
14726-
Copyright (c) 2014-2015 Brandon Schaefer <brandon.schaefer@canonical.com>
14732+
Copyright (c) 2016 Google Inc.
14733+
Copyright (c) 2006-2016 Camilla Löwy <elmindreda@glfw.org>
1472714734

1472814735
This software is provided 'as-is', without any express or implied
1472914736
warranty. In no event will the authors be held liable for any damages
@@ -14752,7 +14759,7 @@ TYPE: LicenseType.zlib
1475214759
FILE: ../../../third_party/glfw/src/window.c
1475314760
----------------------------------------------------------------------------------------------------
1475414761
Copyright (c) 2002-2006 Marcus Geelnard
14755-
Copyright (c) 2006-2016 Camilla Berglund <elmindreda@glfw.org>
14762+
Copyright (c) 2006-2016 Camilla Löwy <elmindreda@glfw.org>
1475614763
Copyright (c) 2012 Torsten Walluhn <tw@mad-cad.net>
1475714764

1475814765
This software is provided 'as-is', without any express or implied

0 commit comments

Comments
 (0)