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

Unified Diff: util/util.gyp

Issue 493203005: Add ScopedForbidReturn and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: clang-format Created 6 years, 4 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/misc/scoped_forbid_return_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 faee8e4f877e7840b970f2b6b13d169eeb371a18..64f03ca898903fdbb28476c39e16371fa6b8d272 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -47,6 +47,8 @@
'misc/initialization_state.h',
'misc/initialization_state_dcheck.cc',
'misc/initialization_state_dcheck.h',
+ 'misc/scoped_forbid_return.cc',
+ 'misc/scoped_forbid_return.h',
'misc/uuid.cc',
'misc/uuid.h',
'numeric/checked_range.h',
@@ -111,6 +113,7 @@
'mach/task_memory_test.cc',
'misc/initialization_state_dcheck_test.cc',
'misc/initialization_state_test.cc',
+ 'misc/scoped_forbid_return_test.cc',
'misc/uuid_test.cc',
'numeric/checked_range_test.cc',
'numeric/in_range_cast_test.cc',
« no previous file with comments | « util/misc/scoped_forbid_return_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698