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

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

Issue 2338283003: [Payments] Normalize addresses before passing them to merchants. (Closed)
Patch Set: Created 4 years, 3 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",
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 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
3187 "android/webapk/webapk_web_manifest_checker.cc", 3184 "android/webapk/webapk_web_manifest_checker.cc",
3188 "android/webapk/webapk_web_manifest_checker.h", 3185 "android/webapk/webapk_web_manifest_checker.h",
3189 "android/webapps/add_to_homescreen_data_fetcher.cc", 3186 "android/webapps/add_to_homescreen_data_fetcher.cc",
3190 "android/webapps/add_to_homescreen_data_fetcher.h", 3187 "android/webapps/add_to_homescreen_data_fetcher.h",
3191 "android/webapps/add_to_homescreen_manager.cc", 3188 "android/webapps/add_to_homescreen_manager.cc",
3192 "android/webapps/add_to_homescreen_manager.h", 3189 "android/webapps/add_to_homescreen_manager.h",
3193 "android/webapps/single_tab_mode_tab_helper.cc", 3190 "android/webapps/single_tab_mode_tab_helper.cc",
3194 "android/webapps/single_tab_mode_tab_helper.h", 3191 "android/webapps/single_tab_mode_tab_helper.h",
3195 "android/webapps/webapp_registry.cc", 3192 "android/webapps/webapp_registry.cc",
3196 "android/webapps/webapp_registry.h", 3193 "android/webapps/webapp_registry.h",
3194 "autofill/android/mock_address_validator.cc",
3195 "autofill/android/mock_address_validator.h",
3197 "autofill/android/personal_data_manager_android.cc", 3196 "autofill/android/personal_data_manager_android.cc",
3198 "autofill/android/personal_data_manager_android.h", 3197 "autofill/android/personal_data_manager_android.h",
3199 "dom_distiller/dom_distiller_service_factory_android.cc", 3198 "dom_distiller/dom_distiller_service_factory_android.cc",
3200 "dom_distiller/dom_distiller_service_factory_android.h", 3199 "dom_distiller/dom_distiller_service_factory_android.h",
3201 "dom_distiller/tab_utils_android.cc", 3200 "dom_distiller/tab_utils_android.cc",
3202 "dom_distiller/tab_utils_android.h", 3201 "dom_distiller/tab_utils_android.h",
3203 "download/download_request_infobar_delegate_android.cc", 3202 "download/download_request_infobar_delegate_android.cc",
3204 "download/download_request_infobar_delegate_android.h", 3203 "download/download_request_infobar_delegate_android.h",
3205 "geolocation/geolocation_infobar_delegate_android.cc", 3204 "geolocation/geolocation_infobar_delegate_android.cc",
3206 "geolocation/geolocation_infobar_delegate_android.h", 3205 "geolocation/geolocation_infobar_delegate_android.h",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
3298 ":delta_file_proto", 3297 ":delta_file_proto",
3299 ":jni_headers", 3298 ":jni_headers",
3300 "//blimp/client/public", 3299 "//blimp/client/public",
3301 "//chrome/browser/android/webapk:proto", 3300 "//chrome/browser/android/webapk:proto",
3302 "//components/data_usage/android", 3301 "//components/data_usage/android",
3303 "//components/precache/content", 3302 "//components/precache/content",
3304 "//components/precache/core", 3303 "//components/precache/core",
3305 "//components/resources:components_resources", 3304 "//components/resources:components_resources",
3306 "//components/toolbar", 3305 "//components/toolbar",
3307 "//components/web_contents_delegate_android", 3306 "//components/web_contents_delegate_android",
3307 "//third_party/libaddressinput",
3308 "//third_party/smhasher:murmurhash2", 3308 "//third_party/smhasher:murmurhash2",
3309 ] 3309 ]
3310 if (enable_supervised_users) { 3310 if (enable_supervised_users) {
3311 sources += [ 3311 sources += [
3312 "supervised_user/child_accounts/child_account_feedback_reporter_android. cc", 3312 "supervised_user/child_accounts/child_account_feedback_reporter_android. cc",
3313 "supervised_user/child_accounts/child_account_feedback_reporter_android. h", 3313 "supervised_user/child_accounts/child_account_feedback_reporter_android. h",
3314 "supervised_user/child_accounts/child_account_service_android.cc", 3314 "supervised_user/child_accounts/child_account_service_android.cc",
3315 "supervised_user/child_accounts/child_account_service_android.h", 3315 "supervised_user/child_accounts/child_account_service_android.h",
3316 ] 3316 ]
3317 } 3317 }
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
4226 # linking all of the test support. 4226 # linking all of the test support.
4227 static_library("pepper_cdm_test_constants") { 4227 static_library("pepper_cdm_test_constants") {
4228 testonly = true 4228 testonly = true
4229 visibility = [ "//chrome/*" ] 4229 visibility = [ "//chrome/*" ]
4230 sources = [ 4230 sources = [
4231 "media/pepper_cdm_test_constants.cc", 4231 "media/pepper_cdm_test_constants.cc",
4232 "media/pepper_cdm_test_constants.h", 4232 "media/pepper_cdm_test_constants.h",
4233 ] 4233 ]
4234 } 4234 }
4235 } 4235 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698