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

Unified Diff: util/util.gyp

Issue 465103002: Add InitializationStateDcheck, its base class, and their tests (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Improve naming 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/initialization_state_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 f476dc680e63d6dd43026052dd1e593f6f5e1d8a..eafb4922cc44c2cbd1b4de976d320c0c385b8b60 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -36,6 +36,9 @@
'mac/launchd.mm',
'mach/task_memory.cc',
'mach/task_memory.h',
+ 'misc/initialization_state.h',
+ 'misc/initialization_state_dcheck.cc',
+ 'misc/initialization_state_dcheck.h',
'misc/uuid.cc',
'misc/uuid.h',
'stdlib/cxx.h',
@@ -80,6 +83,8 @@
'file/string_file_writer_test.cc',
'mac/launchd_test.mm',
'mach/task_memory_test.cc',
+ 'misc/initialization_state_dcheck_test.cc',
+ 'misc/initialization_state_test.cc',
'misc/uuid_test.cc',
'stdlib/strlcpy_test.cc',
],
« no previous file with comments | « util/misc/initialization_state_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698