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

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

Issue 2789843004: [Payments] Upload card UI now has a CVC prompt (Closed)
Patch Set: Update TestAutofillClient, create MockSaveCardBubbleController, add unit test Created 3 years, 8 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/chromecast_build.gni") 5 import("//build/config/chromecast_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 1411 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 "//ui/keyboard:mojom", 1422 "//ui/keyboard:mojom",
1423 ] 1423 ]
1424 } else { # Not ash. 1424 } else { # Not ash.
1425 sources += [ 1425 sources += [
1426 "views/touch_uma/touch_uma.cc", 1426 "views/touch_uma/touch_uma.cc",
1427 "views/touch_uma/touch_uma.h", 1427 "views/touch_uma/touch_uma.h",
1428 ] 1428 ]
1429 } 1429 }
1430 if (toolkit_views) { 1430 if (toolkit_views) {
1431 sources += [ 1431 sources += [
1432 "autofill/save_card_bubble_controller.h",
1433 "autofill/save_card_bubble_controller_impl.cc", 1432 "autofill/save_card_bubble_controller_impl.cc",
1434 "autofill/save_card_bubble_controller_impl.h", 1433 "autofill/save_card_bubble_controller_impl.h",
1435 "autofill/save_card_bubble_view.h", 1434 "autofill/save_card_bubble_view.h",
1436 "views/apps/app_info_dialog/app_info_dialog_container.cc", 1435 "views/apps/app_info_dialog/app_info_dialog_container.cc",
1437 "views/apps/app_info_dialog/app_info_dialog_container.h", 1436 "views/apps/app_info_dialog/app_info_dialog_container.h",
1438 "views/apps/app_info_dialog/app_info_dialog_views.cc", 1437 "views/apps/app_info_dialog/app_info_dialog_views.cc",
1439 "views/apps/app_info_dialog/app_info_dialog_views.h", 1438 "views/apps/app_info_dialog/app_info_dialog_views.h",
1440 "views/apps/app_info_dialog/app_info_footer_panel.cc", 1439 "views/apps/app_info_dialog/app_info_footer_panel.cc",
1441 "views/apps/app_info_dialog/app_info_footer_panel.h", 1440 "views/apps/app_info_dialog/app_info_footer_panel.h",
1442 "views/apps/app_info_dialog/app_info_header_panel.cc", 1441 "views/apps/app_info_dialog/app_info_header_panel.cc",
(...skipping 2113 matching lines...) Expand 10 before | Expand all | Expand 10 after
3556 "test/test_confirm_bubble_model.cc", 3555 "test/test_confirm_bubble_model.cc",
3557 "test/test_confirm_bubble_model.h", 3556 "test/test_confirm_bubble_model.h",
3558 ] 3557 ]
3559 deps += [ "//chrome/test:test_support_ui" ] 3558 deps += [ "//chrome/test:test_support_ui" ]
3560 } 3559 }
3561 3560
3562 if (enable_extensions) { 3561 if (enable_extensions) {
3563 deps += [ "//extensions/browser" ] 3562 deps += [ "//extensions/browser" ]
3564 } 3563 }
3565 } 3564 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698