blob: ec01f51514090b00fa10873ef0c2a9e4c07ec3f5 [file] [log] [blame]
# This file is generated by package_importer.py for googleapis_auth-1.4.1
import("//build/dart/dart_library.gni")
dart_library("googleapis_auth") {
package_name = "googleapis_auth"
language_version = "2.19"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/crypto",
"//third_party/dart-pkg/pub/http",
"//third_party/dart-pkg/pub/http_parser",
"//third_party/dart-pkg/pub/js",
]
sources = [
"auth.dart",
"auth_browser.dart",
"auth_io.dart",
"googleapis_auth.dart",
"src/access_credentials.dart",
"src/access_token.dart",
"src/adc_utils.dart",
"src/auth_client.dart",
"src/auth_functions.dart",
"src/auth_http_utils.dart",
"src/authentication_exception.dart",
"src/browser_utils.dart",
"src/client_id.dart",
"src/crypto/asn1.dart",
"src/crypto/pem.dart",
"src/crypto/rsa.dart",
"src/crypto/rsa_sign.dart",
"src/exceptions.dart",
"src/http_client_base.dart",
"src/known_uris.dart",
"src/metadata_server_client.dart",
"src/oauth2_flows/auth_code.dart",
"src/oauth2_flows/authorization_code_grant_abstract_flow.dart",
"src/oauth2_flows/authorization_code_grant_manual_flow.dart",
"src/oauth2_flows/authorization_code_grant_server_flow.dart",
"src/oauth2_flows/base_flow.dart",
"src/oauth2_flows/implicit.dart",
"src/oauth2_flows/jwt.dart",
"src/oauth2_flows/metadata_server.dart",
"src/oauth2_flows/token_model.dart",
"src/oauth2_flows/token_model_interop.dart",
"src/response_type.dart",
"src/service_account_client.dart",
"src/service_account_credentials.dart",
"src/typedefs.dart",
"src/utils.dart",
]
}