Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2114)

Unified Diff: compat/compat.gyp

Issue 1490073005: Add missing comma in compat.gyp (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compat/compat.gyp
diff --git a/compat/compat.gyp b/compat/compat.gyp
index 176fe4f9716efef66fdff7e079a0141da0b87d59..96cd3b9cd031def411ec9241a33f9a9f998fc522 100644
--- a/compat/compat.gyp
+++ b/compat/compat.gyp
@@ -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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698