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

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

Issue 2338283003: [Payments] Normalize addresses before passing them to merchants. (Closed)
Patch Set: import order 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 2435 matching lines...) Expand 10 before | Expand all | Expand 10 after
2526 "policy/cloud/user_policy_signin_service_mobile.h", 2528 "policy/cloud/user_policy_signin_service_mobile.h",
2527 ] 2529 ]
2528 deps += [ 2530 deps += [
2529 "//components/cdm/browser", 2531 "//components/cdm/browser",
2530 "//components/resources:components_resources", 2532 "//components/resources:components_resources",
2531 "//third_party/android_opengl/etc1", 2533 "//third_party/android_opengl/etc1",
2532 "//third_party/android_tools:cpu_features", 2534 "//third_party/android_tools:cpu_features",
2533 "//third_party/libaddressinput:util", 2535 "//third_party/libaddressinput:util",
2534 ] 2536 ]
2535 2537
2536 deps -= [ 2538 deps -= [ "//components/storage_monitor" ]
2537 "//components/storage_monitor",
2538 "//third_party/libaddressinput",
2539 ]
2540 if (use_seccomp_bpf) { 2539 if (use_seccomp_bpf) {
2541 defines += [ "USE_SECCOMP_BPF" ] 2540 defines += [ "USE_SECCOMP_BPF" ]
2542 deps += [ "//sandbox/linux:seccomp_bpf" ] 2541 deps += [ "//sandbox/linux:seccomp_bpf" ]
2543 } 2542 }
2544 } else { 2543 } else {
2545 # Non-Android. 2544 # Non-Android.
2546 sources += [ 2545 sources += [
2547 "accessibility/invert_bubble_prefs.cc", 2546 "accessibility/invert_bubble_prefs.cc",
2548 "accessibility/invert_bubble_prefs.h", 2547 "accessibility/invert_bubble_prefs.h",
2549 "autofill/validation_rules_storage_factory.cc",
2550 "autofill/validation_rules_storage_factory.h",
2551 "background/background_contents.cc", 2548 "background/background_contents.cc",
2552 "background/background_contents.h", 2549 "background/background_contents.h",
2553 "banners/app_banner_infobar_delegate_desktop.cc", 2550 "banners/app_banner_infobar_delegate_desktop.cc",
2554 "banners/app_banner_infobar_delegate_desktop.h", 2551 "banners/app_banner_infobar_delegate_desktop.h",
2555 "banners/app_banner_manager_desktop.cc", 2552 "banners/app_banner_manager_desktop.cc",
2556 "banners/app_banner_manager_desktop.h", 2553 "banners/app_banner_manager_desktop.h",
2557 "bookmarks/bookmark_html_writer.cc", 2554 "bookmarks/bookmark_html_writer.cc",
2558 "bookmarks/bookmark_html_writer.h", 2555 "bookmarks/bookmark_html_writer.h",
2559 "certificate_viewer.h", 2556 "certificate_viewer.h",
2560 "chooser_controller/chooser_controller.cc", 2557 "chooser_controller/chooser_controller.cc",
(...skipping 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after
4270 # linking all of the test support. 4267 # linking all of the test support.
4271 static_library("pepper_cdm_test_constants") { 4268 static_library("pepper_cdm_test_constants") {
4272 testonly = true 4269 testonly = true
4273 visibility = [ "//chrome/*" ] 4270 visibility = [ "//chrome/*" ]
4274 sources = [ 4271 sources = [
4275 "media/pepper_cdm_test_constants.cc", 4272 "media/pepper_cdm_test_constants.cc",
4276 "media/pepper_cdm_test_constants.h", 4273 "media/pepper_cdm_test_constants.h",
4277 ] 4274 ]
4278 } 4275 }
4279 } 4276 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698