Chromium Code Reviews| Index: components/crash/content/browser/BUILD.gn |
| diff --git a/components/crash/content/browser/BUILD.gn b/components/crash/content/browser/BUILD.gn |
| index 20da935224ccc01e1d033248d7f86131ff63755c..31fb1d1aeb0445c8774570a94dc8d2c1e6ac2b55 100644 |
| --- a/components/crash/content/browser/BUILD.gn |
| +++ b/components/crash/content/browser/BUILD.gn |
| @@ -42,4 +42,8 @@ source_set("browser") { |
| configs += [ "//breakpad:client_config" ] |
| public_configs = [ "//breakpad:client_config" ] |
| } |
| + |
| + if (is_android) { |
| + deps += [ "//components/crash/android:jni_headers" ] |
| + } |
| } |