Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index f6e7f4f3f16dc169f84ebdbc2e0d17a148a480d2..9a9e6eeac629e6eecba4debe41e025fbbdb49222 100644 |
--- a/content/shell/BUILD.gn |
+++ b/content/shell/BUILD.gn |
@@ -199,6 +199,7 @@ static_library("content_shell_lib") { |
"//base/allocator", |
"//base/third_party/dynamic_annotations", |
"//cc", |
+ "//components/breakpad/app", |
"//content:resources", |
"//content/gpu", |
"//content/ppapi_plugin", |
@@ -230,7 +231,6 @@ static_library("content_shell_lib") { |
"//webkit/browser:storage", |
#'content.gyp:content_app_both', TODO(GYP) |
#'copy_test_netscape_plugin', TODO(GYP) |
- #'../components/components.gyp:breakpad_component', TODO(GYP) |
#'../third_party/WebKit/public/blink.gyp:blink_test_support', TODO(GYP) |
] |
@@ -260,7 +260,7 @@ static_library("content_shell_lib") { |
} |
if (is_posix && !is_mac && (!is_android || !is_android_webview_build)) { |
- #deps += [ '../components/components.gyp:breakpad_host' ] TODO(GYP |
+ deps += [ "//components/breakpad/browser" ] |
} |
if (use_aura) { |