mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@571 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
		
			
				
	
	
		
			8 lines
		
	
	
		
			176 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			176 B
		
	
	
	
		
			Python
		
	
	
	
	
	
hooks = [
 | 
						|
  {
 | 
						|
    # A change to a .gyp, .gypi, or to GYP itself should run the generator.
 | 
						|
    "pattern": ".",
 | 
						|
    "action": ["python", "src/cef/tools/gclient_hook.py"],
 | 
						|
  },
 | 
						|
]
 |