OLD | NEW |
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 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
884 "toolbar/toolbar_actions_bar.h", | 884 "toolbar/toolbar_actions_bar.h", |
885 "toolbar/toolbar_actions_bar_bubble_delegate.h", | 885 "toolbar/toolbar_actions_bar_bubble_delegate.h", |
886 "toolbar/toolbar_actions_bar_delegate.h", | 886 "toolbar/toolbar_actions_bar_delegate.h", |
887 "toolbar/toolbar_actions_bar_observer.h", | 887 "toolbar/toolbar_actions_bar_observer.h", |
888 "translate/translate_bubble_factory.cc", | 888 "translate/translate_bubble_factory.cc", |
889 "translate/translate_bubble_factory.h", | 889 "translate/translate_bubble_factory.h", |
890 "uma_browsing_activity_observer.cc", | 890 "uma_browsing_activity_observer.cc", |
891 "uma_browsing_activity_observer.h", | 891 "uma_browsing_activity_observer.h", |
892 "unload_controller.cc", | 892 "unload_controller.cc", |
893 "unload_controller.h", | 893 "unload_controller.h", |
| 894 "unload_controller_web_contents_delegate.cc", |
| 895 "unload_controller_web_contents_delegate.h", |
894 "user_manager.cc", | 896 "user_manager.cc", |
895 "user_manager.h", | 897 "user_manager.h", |
896 "website_settings/chooser_bubble_delegate.cc", | 898 "website_settings/chooser_bubble_delegate.cc", |
897 "website_settings/chooser_bubble_delegate.h", | 899 "website_settings/chooser_bubble_delegate.h", |
898 "website_settings/permission_menu_model.cc", | 900 "website_settings/permission_menu_model.cc", |
899 "website_settings/permission_menu_model.h", | 901 "website_settings/permission_menu_model.h", |
900 "website_settings/website_settings_infobar_delegate.cc", | 902 "website_settings/website_settings_infobar_delegate.cc", |
901 "website_settings/website_settings_infobar_delegate.h", | 903 "website_settings/website_settings_infobar_delegate.h", |
902 "webui/app_launcher_login_handler.cc", | 904 "webui/app_launcher_login_handler.cc", |
903 "webui/app_launcher_login_handler.h", | 905 "webui/app_launcher_login_handler.h", |
(...skipping 2629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3533 "test/test_confirm_bubble_model.cc", | 3535 "test/test_confirm_bubble_model.cc", |
3534 "test/test_confirm_bubble_model.h", | 3536 "test/test_confirm_bubble_model.h", |
3535 ] | 3537 ] |
3536 deps += [ "//chrome/test:test_support_ui" ] | 3538 deps += [ "//chrome/test:test_support_ui" ] |
3537 } | 3539 } |
3538 | 3540 |
3539 if (enable_extensions) { | 3541 if (enable_extensions) { |
3540 deps += [ "//extensions/browser" ] | 3542 deps += [ "//extensions/browser" ] |
3541 } | 3543 } |
3542 } | 3544 } |
OLD | NEW |