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

Unified Diff: third_party/crashpad/crashpad/test/test.gyp

Issue 2804713002: Update Crashpad to b4095401639ebe2ad33169e5c1d994065cbff1b8 (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/crashpad/crashpad/test/test.gyp
diff --git a/third_party/crashpad/crashpad/test/test.gyp b/third_party/crashpad/crashpad/test/test.gyp
index eb0a28b9e1bfe466cc181aa198240f8cf7bfb75d..f1adf9c2493adc491bc6920c3cf50a42ed7f5af6 100644
--- a/third_party/crashpad/crashpad/test/test.gyp
+++ b/third_party/crashpad/crashpad/test/test.gyp
@@ -49,15 +49,12 @@
'multiprocess_exec_posix.cc',
'multiprocess_exec_win.cc',
'multiprocess_posix.cc',
- 'paths.cc',
- 'paths.h',
- 'paths_linux.cc',
- 'paths_mac.cc',
- 'paths_win.cc',
'scoped_temp_dir.cc',
'scoped_temp_dir.h',
'scoped_temp_dir_posix.cc',
'scoped_temp_dir_win.cc',
+ 'test_paths.cc',
+ 'test_paths.h',
'win/child_launcher.cc',
'win/child_launcher.h',
'win/win_child_process.cc',
@@ -86,13 +83,6 @@
},
}],
],
- 'target_conditions': [
- ['OS=="android"', {
- 'sources/': [
- ['include', '^paths_linux\\.cc$'],
- ],
- }],
- ],
},
{
'target_name': 'crashpad_gtest_main',
« no previous file with comments | « third_party/crashpad/crashpad/test/scoped_temp_dir_win.cc ('k') | third_party/crashpad/crashpad/test/test_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698