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

Unified Diff: util/util.gyp

Issue 992503002: Locate test data more robustly (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: 2015 Created 5 years, 9 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/test/paths_win.cc ('k') | util/win/process_info_test.cc » ('j') | 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 ac7fc477339fcc07e013e3a29c897a8cdee838b2..f432267df41cefe4caa5c5b0e0ff351645dc7df0 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -224,9 +224,6 @@
'sources': [
'test/errors.cc',
'test/errors.h',
- 'test/executable_path.h',
- 'test/executable_path_mac.cc',
- 'test/executable_path_win.cc',
'test/mac/dyld.h',
'test/mac/mach_errors.cc',
'test/mac/mach_errors.h',
@@ -237,6 +234,10 @@
'test/multiprocess_exec_posix.cc',
'test/multiprocess_exec_win.cc',
'test/multiprocess_posix.cc',
+ 'test/paths.cc',
+ 'test/paths.h',
+ 'test/paths_mac.cc',
+ 'test/paths_win.cc',
'test/scoped_temp_dir.cc',
'test/scoped_temp_dir.h',
'test/scoped_temp_dir_posix.cc',
@@ -308,10 +309,10 @@
'stdlib/strlcpy_test.cc',
'stdlib/strnlen_test.cc',
'synchronization/semaphore_test.cc',
- 'test/executable_path_test.cc',
'test/mac/mach_multiprocess_test.cc',
'test/multiprocess_exec_test.cc',
'test/multiprocess_posix_test.cc',
+ 'test/paths_test.cc',
'test/scoped_temp_dir_test.cc',
'win/process_info_test.cc',
'win/time_test.cc',
« no previous file with comments | « util/test/paths_win.cc ('k') | util/win/process_info_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698