Accepting request 79098 from home:rwooninck:chromium

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
This commit is contained in:
Raymond Wooninck
2011-08-17 07:21:58 +00:00
committed by Git OBS Bridge
commit 6c64dee99b
77 changed files with 4688 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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",