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', |