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

Unified Diff: content/shell/BUILD.gn

Issue 413863002: Add breakpad component to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « components/breakpad/tools/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « components/breakpad/tools/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698