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

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: tweak wording, temporarily re-introduce load-component-extension 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 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 "settings_window_manager.h", 802 "settings_window_manager.h",
803 "settings_window_manager_observer.h", 803 "settings_window_manager_observer.h",
804 "signin_view_controller.cc", 804 "signin_view_controller.cc",
805 "signin_view_controller.h", 805 "signin_view_controller.h",
806 "signin_view_controller_delegate.cc", 806 "signin_view_controller_delegate.cc",
807 "signin_view_controller_delegate.h", 807 "signin_view_controller_delegate.h",
808 "singleton_tabs.cc", 808 "singleton_tabs.cc",
809 "singleton_tabs.h", 809 "singleton_tabs.h",
810 "startup/bad_flags_prompt.cc", 810 "startup/bad_flags_prompt.cc",
811 "startup/bad_flags_prompt.h", 811 "startup/bad_flags_prompt.h",
812 "startup/chromedriver_infobar_delegate.cc",
813 "startup/chromedriver_infobar_delegate.h",
812 "startup/google_api_keys_infobar_delegate.cc", 814 "startup/google_api_keys_infobar_delegate.cc",
813 "startup/google_api_keys_infobar_delegate.h", 815 "startup/google_api_keys_infobar_delegate.h",
814 "startup/obsolete_system_infobar_delegate.cc", 816 "startup/obsolete_system_infobar_delegate.cc",
815 "startup/obsolete_system_infobar_delegate.h", 817 "startup/obsolete_system_infobar_delegate.h",
816 "startup/session_crashed_infobar_delegate.cc", 818 "startup/session_crashed_infobar_delegate.cc",
817 "startup/session_crashed_infobar_delegate.h", 819 "startup/session_crashed_infobar_delegate.h",
818 "startup/startup_browser_creator.cc", 820 "startup/startup_browser_creator.cc",
819 "startup/startup_browser_creator.h", 821 "startup/startup_browser_creator.h",
820 "startup/startup_browser_creator_impl.cc", 822 "startup/startup_browser_creator_impl.cc",
821 "startup/startup_browser_creator_impl.h", 823 "startup/startup_browser_creator_impl.h",
(...skipping 2669 matching lines...) Expand 10 before | Expand all | Expand 10 after
3491 "test/test_confirm_bubble_model.cc", 3493 "test/test_confirm_bubble_model.cc",
3492 "test/test_confirm_bubble_model.h", 3494 "test/test_confirm_bubble_model.h",
3493 ] 3495 ]
3494 deps += [ "//chrome/test:test_support_ui" ] 3496 deps += [ "//chrome/test:test_support_ui" ]
3495 } 3497 }
3496 3498
3497 if (enable_extensions) { 3499 if (enable_extensions) {
3498 deps += [ "//extensions/browser" ] 3500 deps += [ "//extensions/browser" ]
3499 } 3501 }
3500 } 3502 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698