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

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

Issue 2202373002: Ignore OnBubbleHidden() event when the password bubble is reopened. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 4 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 10
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 "toolbar/test_toolbar_action_view_controller.cc", 667 "toolbar/test_toolbar_action_view_controller.cc",
668 "toolbar/test_toolbar_action_view_controller.h", 668 "toolbar/test_toolbar_action_view_controller.h",
669 ] 669 ]
670 670
671 if (!is_ios && !is_android) { 671 if (!is_ios && !is_android) {
672 sources += [ 672 sources += [
673 "passwords/manage_passwords_ui_controller_mock.cc", 673 "passwords/manage_passwords_ui_controller_mock.cc",
674 "passwords/manage_passwords_ui_controller_mock.h", 674 "passwords/manage_passwords_ui_controller_mock.h",
675 "passwords/password_dialog_controller_mock.cc", 675 "passwords/password_dialog_controller_mock.cc",
676 "passwords/password_dialog_controller_mock.h", 676 "passwords/password_dialog_controller_mock.h",
677 "passwords/passwords_model_delegate_mock.cc",
678 "passwords/passwords_model_delegate_mock.h",
677 ] 679 ]
678 } 680 }
679 681
680 if (toolkit_views && (!is_mac || mac_views_browser)) { 682 if (toolkit_views && (!is_mac || mac_views_browser)) {
681 sources += [ 683 sources += [
682 "views/find_bar_host_unittest_util_views.cc", 684 "views/find_bar_host_unittest_util_views.cc",
683 "views/toolbar/browser_action_test_util_views.cc", 685 "views/toolbar/browser_action_test_util_views.cc",
684 ] 686 ]
685 } else { 687 } else {
686 sources += [ 688 sources += [
(...skipping 22 matching lines...) Expand all
709 "//chrome/browser", 711 "//chrome/browser",
710 "//content/public/browser", 712 "//content/public/browser",
711 "//content/public/common", 713 "//content/public/common",
712 "//content/test:test_support", 714 "//content/test:test_support",
713 "//net:test_support", 715 "//net:test_support",
714 "//skia", 716 "//skia",
715 "//testing/gtest", 717 "//testing/gtest",
716 "//ui/base", 718 "//ui/base",
717 ] 719 ]
718 } 720 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698