mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2026-08-18 06:55:34 +03:00
Import chromium-64.0.3282.140
This commit is contained in:
29
components/client_update_protocol/BUILD.gn
Normal file
29
components/client_update_protocol/BUILD.gn
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2016 The Chromium Authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
static_library("client_update_protocol") {
|
||||
sources = [
|
||||
"ecdsa.cc",
|
||||
"ecdsa.h",
|
||||
]
|
||||
|
||||
deps = [
|
||||
"//base",
|
||||
"//crypto",
|
||||
]
|
||||
}
|
||||
|
||||
source_set("unit_tests") {
|
||||
testonly = true
|
||||
sources = [
|
||||
"ecdsa_unittest.cc",
|
||||
]
|
||||
|
||||
deps = [
|
||||
":client_update_protocol",
|
||||
"//base",
|
||||
"//crypto",
|
||||
"//testing/gtest",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user