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

Unified Diff: util/util.gyp

Issue 565453002: Add symbolic_constants_posix and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback Created 6 years, 3 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 | « util/posix/symbolic_constants_posix_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 0176647d192a68b2c7770887013e265fd2fed714..7828f5902d457bd123cd264a488a02440619a47b 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -70,6 +70,7 @@
'misc/initialization_state_dcheck.h',
'misc/scoped_forbid_return.cc',
'misc/scoped_forbid_return.h',
+ 'misc/symbolic_constants_common.h',
'misc/uuid.cc',
'misc/uuid.h',
'numeric/checked_range.h',
@@ -77,6 +78,8 @@
'numeric/safe_assignment.h',
'posix/process_util.h',
'posix/process_util_mac.cc',
+ 'posix/symbolic_constants_posix.cc',
+ 'posix/symbolic_constants_posix.h',
'stdlib/cxx.h',
'stdlib/objc.h',
'stdlib/pointer_container.h',
@@ -194,6 +197,7 @@
'numeric/checked_range_test.cc',
'numeric/in_range_cast_test.cc',
'posix/process_util_test.cc',
+ 'posix/symbolic_constants_posix_test.cc',
'stdlib/string_number_conversion_test.cc',
'stdlib/strlcpy_test.cc',
'stdlib/strnlen_test.cc',
« no previous file with comments | « util/posix/symbolic_constants_posix_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698