10 lines
		
	
	
	
		
			331 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			331 B
		
	
	
	
		
			Text
		
	
	
	
	
	
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
 | 
						|
 | 
						|
http_archive(
 | 
						|
    name = "com_github_gflags_gflags",
 | 
						|
    strip_prefix = "gflags-2.2.2",
 | 
						|
    urls = [
 | 
						|
        "https://mirror.bazel.build/github.com/gflags/gflags/archive/v2.2.2.tar.gz",
 | 
						|
        "https://github.com/gflags/gflags/archive/v2.2.2.tar.gz",
 | 
						|
    ],
 | 
						|
)
 |