Add missing comma in compat.gyp

Causes a warning in the gyp-msvs generator.

R=mark@chromium.org

Review URL: https://codereview.chromium.org/1490073005 .
This commit is contained in:
Scott Graham 2015-12-02 15:31:44 -08:00
parent 47fbac4ae1
commit fabcd79057

View File

@ -22,7 +22,7 @@
'type': 'static_library',
'sources': [
'mac/AvailabilityMacros.h',
'mac/kern/exc_resource.h'
'mac/kern/exc_resource.h',
'mac/mach/mach.h',
'mac/mach-o/getsect.cc',
'mac/mach-o/getsect.h',