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

Unified Diff: google_apis/BUILD.gn

Issue 432953002: Remove CUP from google_apis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 | « no previous file | google_apis/cup/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/BUILD.gn
diff --git a/google_apis/BUILD.gn b/google_apis/BUILD.gn
index 33ecc0053790b266d20bc33d89172d8e59b939af..efb2bd09ea765a7a4992c7e59daf8c3ffe2ddc3a 100644
--- a/google_apis/BUILD.gn
+++ b/google_apis/BUILD.gn
@@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/crypto.gni")
import("//build/config/features.gni")
declare_args() {
@@ -78,8 +77,6 @@ config("key_defines") {
source_set("google_apis") {
sources = [
- "cup/client_update_protocol.cc",
- "cup/client_update_protocol.h",
"gaia/gaia_auth_consumer.cc",
"gaia/gaia_auth_consumer.h",
"gaia/gaia_auth_fetcher.cc",
@@ -128,17 +125,10 @@ source_set("google_apis") {
deps = [
"//base",
"//crypto",
- "//crypto:platform",
"//net",
"//third_party/libxml",
]
- if (use_openssl) {
- sources += [ "cup/client_update_protocol_openssl.cc" ]
- } else {
- sources += [ "cup/client_update_protocol_nss.cc" ]
- }
-
if (enable_extensions) {
sources += [
"drive/auth_service.cc",
@@ -208,7 +198,6 @@ source_set("test_support") {
test("google_apis_unittest") {
sources = [
"google_api_keys_unittest.cc",
- "cup/client_update_protocol_unittest.cc",
"gaia/gaia_auth_fetcher_unittest.cc",
"gaia/gaia_auth_util_unittest.cc",
"gaia/gaia_oauth_client_unittest.cc",
« no previous file with comments | « no previous file | google_apis/cup/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698