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

Side by Side Diff: components/payments/android/BUILD.gn

Issue 2713033004: Layered component for web payments (Closed)
Patch Set: Rebase 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 unified diff | Download patch
« no previous file with comments | « components/payments/address_normalizer_unittest.cc ('k') | components/payments/android/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni")
7
8 static_library("payments_jni") {
9 sources = [
10 "currency_formatter_android.cc",
11 "currency_formatter_android.h",
12 "payments_jni_registrar.cc",
13 ]
14 deps = [
15 ":jni_headers",
16 "//base",
17 "//components/payments:payment_request",
18 "//components/payments:payment_validation",
19 ]
20 }
21
22 generate_jni("jni_headers") {
23 sources = [
24 "//chrome/android/java/src/org/chromium/chrome/browser/payments/CurrencyForm atter.java",
25 "//chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentValid ator.java",
26 ]
27 jni_package = "payments"
28 }
OLDNEW
« 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