| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "confirm_bubble.h", | 96 "confirm_bubble.h", |
| 97 "crypto_module_password_dialog.h", | 97 "crypto_module_password_dialog.h", |
| 98 "find_bar/find_bar.h", | 98 "find_bar/find_bar.h", |
| 99 "find_bar/find_bar_state.h", | 99 "find_bar/find_bar_state.h", |
| 100 "find_bar/find_bar_state_factory.cc", | 100 "find_bar/find_bar_state_factory.cc", |
| 101 "find_bar/find_bar_state_factory.h", | 101 "find_bar/find_bar_state_factory.h", |
| 102 "find_bar/find_notification_details.h", | 102 "find_bar/find_notification_details.h", |
| 103 "find_bar/find_tab_helper.cc", | 103 "find_bar/find_tab_helper.cc", |
| 104 "find_bar/find_tab_helper.h", | 104 "find_bar/find_tab_helper.h", |
| 105 "javascript_dialogs/chrome_javascript_native_dialog_factory.h", | 105 "javascript_dialogs/chrome_javascript_native_dialog_factory.h", |
| 106 "javascript_dialogs/javascript_dialog_tab_helper.cc", |
| 107 "javascript_dialogs/javascript_dialog_tab_helper.h", |
| 106 "login/login_handler.cc", | 108 "login/login_handler.cc", |
| 107 "login/login_handler.h", | 109 "login/login_handler.h", |
| 108 "login/login_interstitial_delegate.cc", | 110 "login/login_interstitial_delegate.cc", |
| 109 "login/login_interstitial_delegate.h", | 111 "login/login_interstitial_delegate.h", |
| 110 "media_utils.cc", | 112 "media_utils.cc", |
| 111 "media_utils.h", | 113 "media_utils.h", |
| 112 "navigation_correction_tab_observer.cc", | 114 "navigation_correction_tab_observer.cc", |
| 113 "navigation_correction_tab_observer.h", | 115 "navigation_correction_tab_observer.h", |
| 114 "passwords/account_avatar_fetcher.cc", | 116 "passwords/account_avatar_fetcher.cc", |
| 115 "passwords/account_avatar_fetcher.h", | 117 "passwords/account_avatar_fetcher.h", |
| (...skipping 3262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3378 "passwords/passwords_model_delegate_mock.cc", | 3380 "passwords/passwords_model_delegate_mock.cc", |
| 3379 "passwords/passwords_model_delegate_mock.h", | 3381 "passwords/passwords_model_delegate_mock.h", |
| 3380 ] | 3382 ] |
| 3381 deps += [ "//chrome/test:test_support_ui" ] | 3383 deps += [ "//chrome/test:test_support_ui" ] |
| 3382 } | 3384 } |
| 3383 | 3385 |
| 3384 if (enable_extensions) { | 3386 if (enable_extensions) { |
| 3385 deps += [ "//extensions/browser" ] | 3387 deps += [ "//extensions/browser" ] |
| 3386 } | 3388 } |
| 3387 } | 3389 } |
| OLD | NEW |