Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Unified Diff: components/client_update_protocol.gypi

Issue 1805263002: Move CUP to new component client_update_protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sorin review 1 Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/BUILD.gn ('k') | components/client_update_protocol/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/client_update_protocol.gypi
diff --git a/components/client_update_protocol.gypi b/components/client_update_protocol.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..ba395d06f969ee70cf5451aa90b6c06e93ee2786
--- /dev/null
+++ b/components/client_update_protocol.gypi
@@ -0,0 +1,41 @@
+# 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.
+
+{
+ 'targets': [
+ {
+ # GN version: //components/client_update_protocol
+ 'target_name': 'client_update_protocol',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../crypto/crypto.gyp:crypto',
+ ],
+
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'client_update_protocol/ecdsa.h',
+ 'client_update_protocol/ecdsa.cc',
+ ],
+ },
+ {
+ # GN version: //components/client_update_protocol:test_support
+ 'target_name': 'client_update_protocol_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'update_client',
+ '../testing/gtest.gyp:gtest',
+ ],
+
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'client_update_protocol/ecdsa_unittest.cc',
+ ],
+ },
+ ],
+}
« no previous file with comments | « components/BUILD.gn ('k') | components/client_update_protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698