mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	gn_args: Fix representation of int-type GN_DEFINES values (see issue #2856)
This commit is contained in:
		| @@ -146,6 +146,8 @@ def GetValueString(val): | |||||||
|       return 'true' |       return 'true' | ||||||
|     else: |     else: | ||||||
|       return 'false' |       return 'false' | ||||||
|  |   elif isinstance(val, int): | ||||||
|  |     return val | ||||||
|   else: |   else: | ||||||
|     return '"%s"' % val |     return '"%s"' % val | ||||||
|   return val |   return val | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user