1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("cryptauth") {
7 "cryptauth_access_token_fetcher.h",
8 "cryptauth_account_token_fetcher.cc",
9 "cryptauth_account_token_fetcher.h",
10 "cryptauth_api_call_flow.cc",
11 "cryptauth_api_call_flow.h",
12 "cryptauth_client.cc",
14 "cryptauth_enrollment_utils.cc",
15 "cryptauth_enrollment_utils.h",
29 source_set("unit_tests") {
32 "cryptauth_account_token_fetcher_unittest.cc",
33 "cryptauth_api_call_flow_unittest.cc",
34 "cryptauth_client_unittest.cc",
39 "//base/test:test_support",
40 "//google_apis:test_support",