mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	- chrome: Disable upgrade/downgrade behavior (see #3608) - chrome: Disable process singleton behavior (see #3609) - chrome: Disable config as default system browser (see #3613)
		
			
				
	
	
		
			22 lines
		
	
	
		
			528 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			528 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git device/bluetooth/BUILD.gn device/bluetooth/BUILD.gn
 | |
| index 6a662873b042a..5d0eb2347513e 100644
 | |
| --- device/bluetooth/BUILD.gn
 | |
| +++ device/bluetooth/BUILD.gn
 | |
| @@ -47,10 +47,12 @@ source_set("deprecated_experimental_mojo") {
 | |
|    ]
 | |
|  
 | |
|    if (is_chromeos || is_linux) {
 | |
| -    sources += [
 | |
| -      "bluez/metrics_recorder.cc",
 | |
| -      "bluez/metrics_recorder.h",
 | |
| -    ]
 | |
| +    if (is_component_build) {
 | |
| +      sources += [
 | |
| +        "bluez/metrics_recorder.cc",
 | |
| +        "bluez/metrics_recorder.h",
 | |
| +      ]
 | |
| +    }
 | |
|    }
 | |
|  
 | |
|    deps = [
 |