mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn
 | |
| index ef07cd4a80a95..a30eab3a7cc52 100644
 | |
| --- chrome/browser/BUILD.gn
 | |
| +++ chrome/browser/BUILD.gn
 | |
| @@ -11,6 +11,7 @@ import("//build/config/compiler/pgo/pgo.gni")
 | |
|  import("//build/config/features.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")
 | |
| @@ -1957,6 +1958,7 @@ static_library("browser") {
 | |
|      "//build/config/chromebox_for_meetings:buildflags",
 | |
|      "//build/config/compiler:compiler_buildflags",
 | |
|      "//cc",
 | |
| +    "//cef/libcef/features",
 | |
|      "//chrome:extra_resources",
 | |
|      "//chrome:resources",
 | |
|      "//chrome:strings",
 | |
| @@ -2491,6 +2493,10 @@ static_library("browser") {
 | |
|      ]
 | |
|    }
 | |
|  
 | |
| +  if (enable_cef) {
 | |
| +    configs += [ "//cef/libcef/features:config" ]
 | |
| +  }
 | |
| +
 | |
|    if (is_android) {
 | |
|      sources += [
 | |
|        "after_startup_task_utils_android.cc",
 |