summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_crash_content_browser_BUILD.gn
blob: dcdecb6d24b2857f72ba1987d1744df2d9fe806c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- components/crash/content/browser/BUILD.gn.orig	2017-04-19 19:06:32 UTC
+++ components/crash/content/browser/BUILD.gn
@@ -16,7 +16,7 @@ source_set("browser") {
 
   deps = [
     "//base",
-    "//breakpad:client",
+    #"//breakpad:client",
     "//components/crash/content/app",
     "//content/public/browser",
     "//content/public/common",
@@ -39,7 +39,7 @@ source_set("browser") {
   # This is not in the GYP build but this target includes breakpad client
   # headers, so add the dependency here.
   if (is_posix && !is_ios) {
-    configs += [ "//breakpad:client_config" ]
-    public_configs = [ "//breakpad:client_config" ]
+    #configs += [ "//breakpad:client_config" ]
+    #public_configs = [ "//breakpad:client_config" ]
   }
 }