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

Unified Diff: third_party/third_party.gyp

Issue 1156663006: Add missing comma to third_party.gyp (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 7 months 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: third_party/third_party.gyp
diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp
index c106f1e31494a35de8b44fdfbaecfbae758ebc59..b6978658dd0ced309fd7d9253b7e1f885e2dcac9 100644
--- a/third_party/third_party.gyp
+++ b/third_party/third_party.gyp
@@ -66,7 +66,7 @@
'sources': [
'base/logging.h',
'base/macros.h',
- 'base/nonstd_unique_ptr.h'
+ 'base/nonstd_unique_ptr.h',
'base/template_util.h',
'base/numerics/safe_conversions.h',
'base/numerics/safe_conversions_impl.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