mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Update to Chromium version 135.0.7049.0 (#1427262)
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn
 | 
			
		||||
index ffbd381f00929..d03d101656711 100644
 | 
			
		||||
index 15141254347c3..700023784a81d 100644
 | 
			
		||||
--- build/config/compiler/BUILD.gn
 | 
			
		||||
+++ build/config/compiler/BUILD.gn
 | 
			
		||||
@@ -132,6 +132,9 @@ declare_args() {
 | 
			
		||||
@@ -17,10 +17,10 @@ index ffbd381f00929..d03d101656711 100644
 | 
			
		||||
 #    .o files, instead of just references to .o files in the build directoy
 | 
			
		||||
 config("thin_archive") {
 | 
			
		||||
+  if (use_thin_archives) {
 | 
			
		||||
   if ((is_apple && use_lld) || (is_linux && !is_clang)) {
 | 
			
		||||
   if ((is_apple && use_lld) || (is_linux && !is_clang) || current_os == "aix") {
 | 
			
		||||
     # The macOS and iOS linker ld64.ldd doesn't support thin archive without
 | 
			
		||||
     # symbol table, gcc on linux also throws the error `archive has no index`.
 | 
			
		||||
@@ -2304,6 +2308,7 @@ config("thin_archive") {
 | 
			
		||||
@@ -2305,6 +2309,7 @@ config("thin_archive") {
 | 
			
		||||
   } else if (is_win && use_lld) {
 | 
			
		||||
     arflags = [ "/llvmlibthin" ]
 | 
			
		||||
   }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user