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

Unified Diff: components/payments/content/android/utility/BUILD.gn

Issue 2759283002: Make payment manifest download/parse cross-platform (Closed)
Patch Set: Address comments Created 3 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
Index: components/payments/content/android/utility/BUILD.gn
diff --git a/components/payments/content/android/utility/BUILD.gn b/components/payments/content/android/utility/BUILD.gn
deleted file mode 100644
index 7b0aead36f11bda62be3eeb587730373ec1bbabd..0000000000000000000000000000000000000000
--- a/components/payments/content/android/utility/BUILD.gn
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2017 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("utility") {
- sources = [
- "fingerprint_parser.cc",
- "fingerprint_parser.h",
- "payment_manifest_parser.cc",
- "payment_manifest_parser.h",
- ]
- deps = [
- "//base",
- "//components/payments/content/android:mojom",
- ]
-}
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "fingerprint_parser_unittest.cc",
- "payment_manifest_parser_unittest.cc",
- ]
- deps = [
- ":utility",
- "//base",
- "//testing/gtest",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698