| Index: chrome/chrome_dll.gypi
|
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
|
| index 52a7401a0ad08df67d26438d600fe12a22b2b59d..c873e529b79933bdc776ca6cde69245682c96344 100644
|
| --- a/chrome/chrome_dll.gypi
|
| +++ b/chrome/chrome_dll.gypi
|
| @@ -123,9 +123,7 @@
|
| ],
|
| 'dependencies': [
|
| '<@(chromium_browser_dependencies)',
|
| - '../components/components.gyp:crash_component',
|
| '../content/content.gyp:content_app_browser',
|
| - '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handler',
|
| ],
|
| 'conditions': [
|
| ['OS=="win"', {
|
| @@ -165,8 +163,6 @@
|
| ],
|
| 'sources': [
|
| 'app/chrome_dll.rc',
|
| - 'app/chrome_crash_reporter_client.cc',
|
| - 'app/chrome_crash_reporter_client.h',
|
|
|
| # ETW Manifest.
|
| '<(SHARED_INTERMEDIATE_DIR)/base/trace_event/etw_manifest/chrome_events_win.rc',
|
| @@ -304,6 +300,7 @@
|
| 'dependencies': [
|
| '../components/components.gyp:crash_component',
|
| '../components/components.gyp:policy',
|
| + '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handler',
|
| ],
|
| 'sources': [
|
| 'app/chrome_crash_reporter_client.cc',
|
| @@ -355,7 +352,6 @@
|
| 'dependencies': [
|
| '<@(chromium_child_dependencies)',
|
| '../components/components.gyp:browser_watcher_client',
|
| - '../components/components.gyp:crash_component',
|
| '../content/content.gyp:content_app_child',
|
| 'chrome_version_resources',
|
| 'policy_path_parser',
|
| @@ -365,8 +361,6 @@
|
| ],
|
| 'sources': [
|
| '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc',
|
| - 'app/chrome_crash_reporter_client.cc',
|
| - 'app/chrome_crash_reporter_client.h',
|
| 'app/chrome_main.cc',
|
| 'app/chrome_main_delegate.cc',
|
| 'app/chrome_main_delegate.h',
|
|
|