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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2338283003: [Payments] Normalize addresses before passing them to merchants. (Closed)
Patch Set: Addressed comment Created 4 years, 2 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "autocomplete/in_memory_url_index_factory.cc", 71 "autocomplete/in_memory_url_index_factory.cc",
72 "autocomplete/in_memory_url_index_factory.h", 72 "autocomplete/in_memory_url_index_factory.h",
73 "autocomplete/shortcuts_backend_factory.cc", 73 "autocomplete/shortcuts_backend_factory.cc",
74 "autocomplete/shortcuts_backend_factory.h", 74 "autocomplete/shortcuts_backend_factory.h",
75 "autocomplete/shortcuts_extensions_manager.cc", 75 "autocomplete/shortcuts_extensions_manager.cc",
76 "autocomplete/shortcuts_extensions_manager.h", 76 "autocomplete/shortcuts_extensions_manager.h",
77 "autofill/personal_data_manager_factory.cc", 77 "autofill/personal_data_manager_factory.cc",
78 "autofill/personal_data_manager_factory.h", 78 "autofill/personal_data_manager_factory.h",
79 "autofill/risk_util.cc", 79 "autofill/risk_util.cc",
80 "autofill/risk_util.h", 80 "autofill/risk_util.h",
81 "autofill/validation_rules_storage_factory.cc",
82 "autofill/validation_rules_storage_factory.h",
81 "background_sync/background_sync_controller_factory.cc", 83 "background_sync/background_sync_controller_factory.cc",
82 "background_sync/background_sync_controller_factory.h", 84 "background_sync/background_sync_controller_factory.h",
83 "background_sync/background_sync_controller_impl.cc", 85 "background_sync/background_sync_controller_impl.cc",
84 "background_sync/background_sync_controller_impl.h", 86 "background_sync/background_sync_controller_impl.h",
85 "background_sync/background_sync_permission_context.cc", 87 "background_sync/background_sync_permission_context.cc",
86 "background_sync/background_sync_permission_context.h", 88 "background_sync/background_sync_permission_context.h",
87 "bad_message.cc", 89 "bad_message.cc",
88 "bad_message.h", 90 "bad_message.h",
89 "banners/app_banner_manager.cc", 91 "banners/app_banner_manager.cc",
90 "banners/app_banner_manager.h", 92 "banners/app_banner_manager.h",
(...skipping 2414 matching lines...) Expand 10 before | Expand all | Expand 10 after
2505 "policy/cloud/user_policy_signin_service_mobile.h", 2507 "policy/cloud/user_policy_signin_service_mobile.h",
2506 ] 2508 ]
2507 deps += [ 2509 deps += [
2508 "//components/cdm/browser", 2510 "//components/cdm/browser",
2509 "//components/resources:components_resources", 2511 "//components/resources:components_resources",
2510 "//third_party/android_opengl/etc1", 2512 "//third_party/android_opengl/etc1",
2511 "//third_party/android_tools:cpu_features", 2513 "//third_party/android_tools:cpu_features",
2512 "//third_party/libaddressinput:util", 2514 "//third_party/libaddressinput:util",
2513 ] 2515 ]
2514 2516
2515 deps -= [ 2517 deps -= [ "//components/storage_monitor" ]
2516 "//components/storage_monitor",
2517 "//third_party/libaddressinput",
Lei Zhang 2016/09/28 21:40:39 So Android is going to start using all of libaddre
sebsg 2016/09/29 15:29:37 Pretty much. Payment Request will use it to normal
2518 ]
2519 if (use_seccomp_bpf) { 2518 if (use_seccomp_bpf) {
2520 defines += [ "USE_SECCOMP_BPF" ] 2519 defines += [ "USE_SECCOMP_BPF" ]
2521 deps += [ "//sandbox/linux:seccomp_bpf" ] 2520 deps += [ "//sandbox/linux:seccomp_bpf" ]
2522 } 2521 }
2523 } else { 2522 } else {
2524 # Non-Android. 2523 # Non-Android.
2525 sources += [ 2524 sources += [
2526 "accessibility/invert_bubble_prefs.cc", 2525 "accessibility/invert_bubble_prefs.cc",
2527 "accessibility/invert_bubble_prefs.h", 2526 "accessibility/invert_bubble_prefs.h",
2528 "autofill/validation_rules_storage_factory.cc",
2529 "autofill/validation_rules_storage_factory.h",
2530 "background/background_contents.cc", 2527 "background/background_contents.cc",
2531 "background/background_contents.h", 2528 "background/background_contents.h",
2532 "banners/app_banner_infobar_delegate_desktop.cc", 2529 "banners/app_banner_infobar_delegate_desktop.cc",
2533 "banners/app_banner_infobar_delegate_desktop.h", 2530 "banners/app_banner_infobar_delegate_desktop.h",
2534 "banners/app_banner_manager_desktop.cc", 2531 "banners/app_banner_manager_desktop.cc",
2535 "banners/app_banner_manager_desktop.h", 2532 "banners/app_banner_manager_desktop.h",
2536 "bookmarks/bookmark_html_writer.cc", 2533 "bookmarks/bookmark_html_writer.cc",
2537 "bookmarks/bookmark_html_writer.h", 2534 "bookmarks/bookmark_html_writer.h",
2538 "certificate_viewer.h", 2535 "certificate_viewer.h",
2539 "chooser_controller/chooser_controller.cc", 2536 "chooser_controller/chooser_controller.cc",
(...skipping 1686 matching lines...) Expand 10 before | Expand all | Expand 10 after
4226 # linking all of the test support. 4223 # linking all of the test support.
4227 static_library("pepper_cdm_test_constants") { 4224 static_library("pepper_cdm_test_constants") {
4228 testonly = true 4225 testonly = true
4229 visibility = [ "//chrome/*" ] 4226 visibility = [ "//chrome/*" ]
4230 sources = [ 4227 sources = [
4231 "media/pepper_cdm_test_constants.cc", 4228 "media/pepper_cdm_test_constants.cc",
4232 "media/pepper_cdm_test_constants.h", 4229 "media/pepper_cdm_test_constants.h",
4233 ] 4230 ]
4234 } 4231 }
4235 } 4232 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698