ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / components / proximity_auth / cryptauth / BUILD.gn
blob59938c45dac0d863bc0c9922d35f7d2dbc8c8e3f
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") {
6   sources = [
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",
13     "cryptauth_client.h",
14     "cryptauth_enrollment_utils.cc",
15     "cryptauth_enrollment_utils.h",
16   ]
18   deps = [
19     "//base",
20     "//google_apis",
21     "//net",
22   ]
24   public_deps = [
25     "proto",
26   ]
29 source_set("unit_tests") {
30   testonly = true
31   sources = [
32     "cryptauth_account_token_fetcher_unittest.cc",
33     "cryptauth_api_call_flow_unittest.cc",
34     "cryptauth_client_unittest.cc",
35   ]
37   deps = [
38     ":cryptauth",
39     "//base/test:test_support",
40     "//google_apis:test_support",
41     "//net:test_support",
42     "//testing/gtest",
43   ]