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

Unified Diff: util/util.gyp

Issue 834693002: Create ScopedTempDir, implement it on POSIX, and use it where appropriate. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 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
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 14b3cd2fe4ad4418d0431569641c63a6b281d8ff..5f90a2dfe9b916f998100eac21501f6f16e2bb7d 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -214,6 +214,9 @@
'test/multiprocess.h',
'test/multiprocess_exec.cc',
'test/multiprocess_exec.h',
+ 'test/scoped_temp_dir.cc',
+ 'test/scoped_temp_dir.h',
+ 'test/scoped_temp_dir_posix.cc',
],
'conditions': [
['OS=="mac"', {
@@ -285,6 +288,7 @@
'test/mac/mach_multiprocess_test.cc',
'test/multiprocess_exec_test.cc',
'test/multiprocess_test.cc',
+ 'test/scoped_temp_dir_test_posix.cc',
],
'conditions': [
['OS=="mac"', {
« util/test/scoped_temp_dir_test_posix.cc ('K') | « util/test/scoped_temp_dir_test_posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698