| 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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 "toolbar/toolbar_actions_bar.h", | 879 "toolbar/toolbar_actions_bar.h", |
| 880 "toolbar/toolbar_actions_bar_bubble_delegate.h", | 880 "toolbar/toolbar_actions_bar_bubble_delegate.h", |
| 881 "toolbar/toolbar_actions_bar_delegate.h", | 881 "toolbar/toolbar_actions_bar_delegate.h", |
| 882 "toolbar/toolbar_actions_bar_observer.h", | 882 "toolbar/toolbar_actions_bar_observer.h", |
| 883 "translate/translate_bubble_factory.cc", | 883 "translate/translate_bubble_factory.cc", |
| 884 "translate/translate_bubble_factory.h", | 884 "translate/translate_bubble_factory.h", |
| 885 "uma_browsing_activity_observer.cc", | 885 "uma_browsing_activity_observer.cc", |
| 886 "uma_browsing_activity_observer.h", | 886 "uma_browsing_activity_observer.h", |
| 887 "unload_controller.cc", | 887 "unload_controller.cc", |
| 888 "unload_controller.h", | 888 "unload_controller.h", |
| 889 "unload_controller_web_contents_delegate.cc", |
| 890 "unload_controller_web_contents_delegate.h", |
| 889 "user_manager.cc", | 891 "user_manager.cc", |
| 890 "user_manager.h", | 892 "user_manager.h", |
| 891 "website_settings/chooser_bubble_delegate.cc", | 893 "website_settings/chooser_bubble_delegate.cc", |
| 892 "website_settings/chooser_bubble_delegate.h", | 894 "website_settings/chooser_bubble_delegate.h", |
| 893 "website_settings/permission_menu_model.cc", | 895 "website_settings/permission_menu_model.cc", |
| 894 "website_settings/permission_menu_model.h", | 896 "website_settings/permission_menu_model.h", |
| 895 "website_settings/website_settings_infobar_delegate.cc", | 897 "website_settings/website_settings_infobar_delegate.cc", |
| 896 "website_settings/website_settings_infobar_delegate.h", | 898 "website_settings/website_settings_infobar_delegate.h", |
| 897 "webui/app_launcher_login_handler.cc", | 899 "webui/app_launcher_login_handler.cc", |
| 898 "webui/app_launcher_login_handler.h", | 900 "webui/app_launcher_login_handler.h", |
| (...skipping 2597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3496 "test/test_confirm_bubble_model.cc", | 3498 "test/test_confirm_bubble_model.cc", |
| 3497 "test/test_confirm_bubble_model.h", | 3499 "test/test_confirm_bubble_model.h", |
| 3498 ] | 3500 ] |
| 3499 deps += [ "//chrome/test:test_support_ui" ] | 3501 deps += [ "//chrome/test:test_support_ui" ] |
| 3500 } | 3502 } |
| 3501 | 3503 |
| 3502 if (enable_extensions) { | 3504 if (enable_extensions) { |
| 3503 deps += [ "//extensions/browser" ] | 3505 deps += [ "//extensions/browser" ] |
| 3504 } | 3506 } |
| 3505 } | 3507 } |
| OLD | NEW |