Move chromium to it's own place OBS-URL: https://build.opensuse.org/request/show/79098 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1
		
			
				
	
	
		
			17 lines
		
	
	
		
			494 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			494 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
Index: chromium-123.0.6312.46/components/autofill/core/browser/BUILD.gn
 | 
						|
===================================================================
 | 
						|
--- chromium-123.0.6312.46.orig/components/autofill/core/browser/BUILD.gn
 | 
						|
+++ chromium-123.0.6312.46/components/autofill/core/browser/BUILD.gn
 | 
						|
@@ -64,6 +64,11 @@
 | 
						|
 }
 | 
						|
 
 | 
						|
 static_library("browser") {
 | 
						|
+  if (is_clang) {
 | 
						|
+    cflags = [
 | 
						|
+      "-fbracket-depth=1000",
 | 
						|
+    ]
 | 
						|
+  }
 | 
						|
   sources = [
 | 
						|
     "autofill_browser_util.cc",
 | 
						|
     "autofill_browser_util.h",
 |