| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 "confirm_bubble.h", | 105 "confirm_bubble.h", |
| 106 "crypto_module_password_dialog.h", | 106 "crypto_module_password_dialog.h", |
| 107 "cryptuiapi_shim.h", | 107 "cryptuiapi_shim.h", |
| 108 "find_bar/find_bar.h", | 108 "find_bar/find_bar.h", |
| 109 "find_bar/find_bar_state.h", | 109 "find_bar/find_bar_state.h", |
| 110 "find_bar/find_bar_state_factory.cc", | 110 "find_bar/find_bar_state_factory.cc", |
| 111 "find_bar/find_bar_state_factory.h", | 111 "find_bar/find_bar_state_factory.h", |
| 112 "find_bar/find_notification_details.h", | 112 "find_bar/find_notification_details.h", |
| 113 "find_bar/find_tab_helper.cc", | 113 "find_bar/find_tab_helper.cc", |
| 114 "find_bar/find_tab_helper.h", | 114 "find_bar/find_tab_helper.h", |
| 115 "forced_reauthentication_dialog_delegate.h", |
| 115 "history_ui.cc", | 116 "history_ui.cc", |
| 116 "history_ui.h", | 117 "history_ui.h", |
| 117 "javascript_dialogs/chrome_javascript_native_dialog_factory.h", | 118 "javascript_dialogs/chrome_javascript_native_dialog_factory.h", |
| 118 "login/login_handler.cc", | 119 "login/login_handler.cc", |
| 119 "login/login_handler.h", | 120 "login/login_handler.h", |
| 120 "login/login_interstitial_delegate.cc", | 121 "login/login_interstitial_delegate.cc", |
| 121 "login/login_interstitial_delegate.h", | 122 "login/login_interstitial_delegate.h", |
| 122 "navigation_correction_tab_observer.cc", | 123 "navigation_correction_tab_observer.cc", |
| 123 "navigation_correction_tab_observer.h", | 124 "navigation_correction_tab_observer.h", |
| 124 "page_info/page_info.cc", | 125 "page_info/page_info.cc", |
| (...skipping 3527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3652 deps += [ | 3653 deps += [ |
| 3653 "//chrome/test:test_support_ui", | 3654 "//chrome/test:test_support_ui", |
| 3654 "//components/zoom", | 3655 "//components/zoom", |
| 3655 ] | 3656 ] |
| 3656 } | 3657 } |
| 3657 | 3658 |
| 3658 if (enable_extensions) { | 3659 if (enable_extensions) { |
| 3659 deps += [ "//extensions/browser" ] | 3660 deps += [ "//extensions/browser" ] |
| 3660 } | 3661 } |
| 3661 } | 3662 } |
| OLD | NEW |