mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Known issues: - Windows ARM64 builds are currently failing due to https://crbug.com/1242884#c31
		
			
				
	
	
		
			32 lines
		
	
	
		
			998 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			998 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn
 | |
| index a2045328ec276..cf90eda945d20 100644
 | |
| --- chrome/browser/BUILD.gn
 | |
| +++ chrome/browser/BUILD.gn
 | |
| @@ -13,6 +13,7 @@ import("//build/config/features.gni")
 | |
|  import("//build/config/linux/gtk/gtk.gni")
 | |
|  import("//build/config/python.gni")
 | |
|  import("//build/config/ui.gni")
 | |
| +import("//cef/libcef/features/features.gni")
 | |
|  import("//chrome/browser/buildflags.gni")
 | |
|  import("//chrome/browser/downgrade/buildflags.gni")
 | |
|  import("//chrome/common/features.gni")
 | |
| @@ -1921,6 +1922,7 @@ static_library("browser") {
 | |
|      "//build:os_buildflags",
 | |
|      "//build/config/compiler:compiler_buildflags",
 | |
|      "//cc",
 | |
| +    "//cef/libcef/features",
 | |
|      "//chrome:extra_resources",
 | |
|      "//chrome:resources",
 | |
|      "//chrome:strings",
 | |
| @@ -2512,6 +2514,10 @@ static_library("browser") {
 | |
|      ]
 | |
|    }
 | |
|  
 | |
| +  if (enable_cef) {
 | |
| +    configs += [ "//cef/libcef/features:config" ]
 | |
| +  }
 | |
| +
 | |
|    if (is_android) {
 | |
|      sources += [
 | |
|        "after_startup_task_utils_android.cc",
 |