blob: 774c19cc6eb812650c0315bb8f99cef87256bf40 [file] [log] [blame]
# This file is generated by importer.py for googleapis_auth-0.2.12+1
import("//build/dart/dart_library.gni")
dart_library("googleapis_auth") {
package_name = "googleapis_auth"
language_version = "2.1"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/crypto",
"//third_party/dart-pkg/pub/http",
]
sources = [
"auth.dart",
"auth_browser.dart",
"auth_io.dart",
"src/adc_utils.dart",
"src/auth_http_utils.dart",
"src/crypto/asn1.dart",
"src/crypto/pem.dart",
"src/crypto/rsa.dart",
"src/crypto/rsa_sign.dart",
"src/http_client_base.dart",
"src/oauth2_flows/auth_code.dart",
"src/oauth2_flows/implicit.dart",
"src/oauth2_flows/jwt.dart",
"src/oauth2_flows/metadata_server.dart",
"src/typedefs.dart",
"src/utils.dart",
]
}