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

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

Issue 2629883004: [Payment Request] Update the CurrencyStringFormatter to call the native impl. (Closed)
Patch Set: CurrencyStringFormatter -> CurrencyFormatter Created 3 years, 11 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 7
8 static_library("payments_jni") { 8 static_library("payments_jni") {
9 sources = [ 9 sources = [
10 "currency_formatter_android.cc",
11 "currency_formatter_android.h",
10 "payments_jni_registrar.cc", 12 "payments_jni_registrar.cc",
11 ] 13 ]
12 deps = [ 14 deps = [
13 ":jni_headers", 15 ":jni_headers",
16 "//base",
14 "//components/payments:payment_request", 17 "//components/payments:payment_request",
15 "//components/payments:payment_validation", 18 "//components/payments:payment_validation",
16 ] 19 ]
17 } 20 }
18 21
19 generate_jni("jni_headers") { 22 generate_jni("jni_headers") {
20 sources = [ 23 sources = [
24 "//chrome/android/java/src/org/chromium/chrome/browser/payments/CurrencyForm atter.java",
21 "//chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentValid ator.java", 25 "//chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentValid ator.java",
22 ] 26 ]
23 jni_package = "payments" 27 jni_package = "payments"
24 } 28 }
OLDNEW
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | components/payments/android/currency_formatter_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698