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

Unified Diff: components/update_client/BUILD.gn

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/update_client.gypi ('k') | components/update_client/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/BUILD.gn
diff --git a/components/update_client/BUILD.gn b/components/update_client/BUILD.gn
index 9a253d2fbdc2e35e4f9df98cdd570dc0603fcbba..e6c687946445534dbe71f9741ae289b0fbc108e1 100644
--- a/components/update_client/BUILD.gn
+++ b/components/update_client/BUILD.gn
@@ -14,8 +14,6 @@ source_set("update_client") {
"action_wait.h",
"background_downloader_win.cc",
"background_downloader_win.h",
- "client_update_protocol_ecdsa.cc",
- "client_update_protocol_ecdsa.h",
"component_patcher.cc",
"component_patcher.h",
"component_patcher_operation.cc",
@@ -54,6 +52,7 @@ source_set("update_client") {
deps = [
"//base",
+ "//components/client_update_protocol",
"//components/crx_file",
"//courgette:courgette_lib",
"//crypto",
@@ -90,7 +89,6 @@ source_set("test_support") {
source_set("unit_tests") {
testonly = true
sources = [
- "client_update_protocol_ecdsa_unittest.cc",
"component_patcher_unittest.cc",
"crx_downloader_unittest.cc",
"ping_manager_unittest.cc",
« no previous file with comments | « components/update_client.gypi ('k') | components/update_client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698