| 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 &&
|
|
|