Formatted with buildifier version 0.4.3 installed via homebrew on OSX. Change-Id: Iab54e118a5d119b5c031838c267b848b8ead30f2
		
			
				
	
	
		
			12 lines
		
	
	
		
			269 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			269 B
		
	
	
	
		
			Python
		
	
	
	
	
	
load("//lib/codemirror:cm.bzl", "pkg_cm")
 | 
						|
 | 
						|
# This library is only used to insert a license statement into
 | 
						|
# js_licenses.txt.
 | 
						|
java_library(
 | 
						|
    name = "diff-match-patch",
 | 
						|
    data = ["//lib:LICENSE-Apache2.0"],
 | 
						|
    runtime_deps = ["@diff_match_patch//jar"],
 | 
						|
)
 | 
						|
 | 
						|
pkg_cm()
 |