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

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

Issue 2564973002: Add an infobar if a session is being controlled by an automated test. (Closed)
Patch Set: change wording of infobar message to match suggestion from ux team Created 3 years, 10 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 806 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 "settings_window_manager.h", 817 "settings_window_manager.h",
818 "settings_window_manager_observer.h", 818 "settings_window_manager_observer.h",
819 "signin_view_controller.cc", 819 "signin_view_controller.cc",
820 "signin_view_controller.h", 820 "signin_view_controller.h",
821 "signin_view_controller_delegate.cc", 821 "signin_view_controller_delegate.cc",
822 "signin_view_controller_delegate.h", 822 "signin_view_controller_delegate.h",
823 "singleton_tabs.cc", 823 "singleton_tabs.cc",
824 "singleton_tabs.h", 824 "singleton_tabs.h",
825 "startup/bad_flags_prompt.cc", 825 "startup/bad_flags_prompt.cc",
826 "startup/bad_flags_prompt.h", 826 "startup/bad_flags_prompt.h",
827 "startup/chromedriver_infobar_delegate.cc",
828 "startup/chromedriver_infobar_delegate.h",
827 "startup/google_api_keys_infobar_delegate.cc", 829 "startup/google_api_keys_infobar_delegate.cc",
828 "startup/google_api_keys_infobar_delegate.h", 830 "startup/google_api_keys_infobar_delegate.h",
829 "startup/obsolete_system_infobar_delegate.cc", 831 "startup/obsolete_system_infobar_delegate.cc",
830 "startup/obsolete_system_infobar_delegate.h", 832 "startup/obsolete_system_infobar_delegate.h",
831 "startup/startup_browser_creator.cc", 833 "startup/startup_browser_creator.cc",
832 "startup/startup_browser_creator.h", 834 "startup/startup_browser_creator.h",
833 "startup/startup_browser_creator_impl.cc", 835 "startup/startup_browser_creator_impl.cc",
834 "startup/startup_browser_creator_impl.h", 836 "startup/startup_browser_creator_impl.h",
835 "startup/startup_features.cc", 837 "startup/startup_features.cc",
836 "startup/startup_features.h", 838 "startup/startup_features.h",
(...skipping 2672 matching lines...) Expand 10 before | Expand all | Expand 10 after
3509 "test/test_confirm_bubble_model.cc", 3511 "test/test_confirm_bubble_model.cc",
3510 "test/test_confirm_bubble_model.h", 3512 "test/test_confirm_bubble_model.h",
3511 ] 3513 ]
3512 deps += [ "//chrome/test:test_support_ui" ] 3514 deps += [ "//chrome/test:test_support_ui" ]
3513 } 3515 }
3514 3516
3515 if (enable_extensions) { 3517 if (enable_extensions) {
3516 deps += [ "//extensions/browser" ] 3518 deps += [ "//extensions/browser" ]
3517 } 3519 }
3518 } 3520 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698