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

Unified Diff: components/breakpad/app/BUILD.gn

Issue 448743003: gn win: Add breakpad_handler target, necessary to compile breakpad on win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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 | « breakpad/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/breakpad/app/BUILD.gn
diff --git a/components/breakpad/app/BUILD.gn b/components/breakpad/app/BUILD.gn
index c449f962c93d39ed6e40add99c2f3875e1ddd271..b8bd9aaa7bb1629a6ce4662880ec535e781d5f39 100644
--- a/components/breakpad/app/BUILD.gn
+++ b/components/breakpad/app/BUILD.gn
@@ -13,6 +13,10 @@ source_set("lib") {
"crash_keys_win.cc",
"crash_keys_win.h",
]
+
+ include_dirs = [
+ "../../../breakpad/src",
+ ]
}
# Note: if you depend on this target, you need to either link in
@@ -51,7 +55,7 @@ source_set("app") {
} else if (is_win) {
deps += [
"//sandbox",
- #'../breakpad/breakpad.gyp:breakpad_handler', TODO(GYP)
+ "//breakpad:breakpad_handler",
#'../breakpad/breakpad.gyp:breakpad_sender', TODO(GYP)
]
} else if (is_posix && !is_ios &&
« no previous file with comments | « breakpad/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698