mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	- Linux ARM builds require use_vaapi=false (see https://crbug.com/1185348) - Windows official builds require use_thin_lto=false (see https://crbug.com/1177001)
		
			
				
	
	
		
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git build/config/linux/atk/BUILD.gn build/config/linux/atk/BUILD.gn
 | |
| index bc8e27894732..5d06ce988f25 100644
 | |
| --- build/config/linux/atk/BUILD.gn
 | |
| +++ build/config/linux/atk/BUILD.gn
 | |
| @@ -12,7 +12,7 @@ import("//build/config/ui.gni")
 | |
|  assert(!is_chromeos_ash)
 | |
|  
 | |
|  # These packages should _only_ be expected when building for a target.
 | |
| -assert(current_toolchain == default_toolchain)
 | |
| +# assert(current_toolchain == default_toolchain)
 | |
|  
 | |
|  if (use_atk) {
 | |
|    assert(use_glib, "use_atk=true requires that use_glib=true")
 | |
| diff --git build/config/linux/atspi2/BUILD.gn build/config/linux/atspi2/BUILD.gn
 | |
| index 988a99568136..1791ea607550 100644
 | |
| --- build/config/linux/atspi2/BUILD.gn
 | |
| +++ build/config/linux/atspi2/BUILD.gn
 | |
| @@ -6,7 +6,7 @@ import("//build/config/linux/pkg_config.gni")
 | |
|  import("//build/config/ui.gni")
 | |
|  
 | |
|  # These packages should _only_ be expected when building for a target.
 | |
| -assert(current_toolchain == default_toolchain)
 | |
| +# assert(current_toolchain == default_toolchain)
 | |
|  
 | |
|  if (use_atk) {
 | |
|    pkg_config("atspi2") {
 |