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

Unified Diff: chrome/chrome_browser.gypi

Issue 1416133003: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add some stub gn files Created 5 years, 1 month 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 | « chrome/browser/google/google_update_settings_posix.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index e4018c2abb21e514d1fde15f85efdac26bd08d46..ae432843a2ed75b32e7f74d219dc7b603b098f3b 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -428,10 +428,6 @@
'browser/component_updater/swiftshader_component_installer.h',
'browser/crash_upload_list.cc',
'browser/crash_upload_list.h',
- 'browser/crash_upload_list_mac.cc',
- 'browser/crash_upload_list_mac.h',
- 'browser/crash_upload_list_win.cc',
- 'browser/crash_upload_list_win.h',
'browser/custom_handlers/protocol_handler_registry.cc',
'browser/custom_handlers/protocol_handler_registry.h',
'browser/custom_handlers/protocol_handler_registry_factory.cc',
@@ -1342,6 +1338,8 @@
],
# Sources (generally "desktop OS importers") used only on Mac & Windows.
'chrome_browser_win_mac_sources': [
+ 'browser/crash_upload_list_crashpad.cc',
+ 'browser/crash_upload_list_crashpad.h',
'browser/media_galleries/fileapi/file_path_watcher_util.cc',
'browser/media_galleries/fileapi/file_path_watcher_util.h',
'browser/media_galleries/fileapi/iapps_data_provider.cc',
« no previous file with comments | « chrome/browser/google/google_update_settings_posix.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698