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

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

Issue 2713033004: Layered component for web payments (Closed)
Patch Set: Rebase Created 3 years, 10 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/payments/address_normalizer_unittest.cc ('k') | components/payments/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/android/BUILD.gn
diff --git a/components/payments/android/BUILD.gn b/components/payments/android/BUILD.gn
deleted file mode 100644
index a1949e547dfce4af8a275e17fd53f43536a08cbe..0000000000000000000000000000000000000000
--- a/components/payments/android/BUILD.gn
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.
-
-import("//build/config/android/config.gni")
-import("//build/config/android/rules.gni")
-
-static_library("payments_jni") {
- sources = [
- "currency_formatter_android.cc",
- "currency_formatter_android.h",
- "payments_jni_registrar.cc",
- ]
- deps = [
- ":jni_headers",
- "//base",
- "//components/payments:payment_request",
- "//components/payments:payment_validation",
- ]
-}
-
-generate_jni("jni_headers") {
- sources = [
- "//chrome/android/java/src/org/chromium/chrome/browser/payments/CurrencyFormatter.java",
- "//chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentValidator.java",
- ]
- jni_package = "payments"
-}
« no previous file with comments | « components/payments/address_normalizer_unittest.cc ('k') | components/payments/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698