Chromium Code Reviews| Index: chrome/common/BUILD.gn |
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
| index ba6e645dc019c237432b0d4c378124f5e8d987a9..2a405a9df6acc8c5187b61668b25393ac771cba4 100644 |
| --- a/chrome/common/BUILD.gn |
| +++ b/chrome/common/BUILD.gn |
| @@ -194,7 +194,10 @@ static_library("common") { |
| ] |
| deps += [ |
| "//third_party/mach_override", |
| - #'../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac', TODO(GYP) |
| + "//third_party/google_toolbox_for_mac", |
| + ] |
| + include_dirs = [ |
| + "//breakpad/src", |
|
brettw
2014/07/23 18:04:16
What is this for? Can depending on breakpad do thi
jamesr
2014/07/23 19:57:29
I just copied what the gyp build does, but it's pr
brettw
2014/07/23 20:02:38
Try just removing it, I give 80% chance it works.
|
| ] |
| } |