| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 "find_bar/find_bar_state_factory.cc", | 106 "find_bar/find_bar_state_factory.cc", |
| 107 "find_bar/find_bar_state_factory.h", | 107 "find_bar/find_bar_state_factory.h", |
| 108 "find_bar/find_notification_details.h", | 108 "find_bar/find_notification_details.h", |
| 109 "find_bar/find_tab_helper.cc", | 109 "find_bar/find_tab_helper.cc", |
| 110 "find_bar/find_tab_helper.h", | 110 "find_bar/find_tab_helper.h", |
| 111 "javascript_dialogs/chrome_javascript_native_dialog_factory.h", | 111 "javascript_dialogs/chrome_javascript_native_dialog_factory.h", |
| 112 "login/login_handler.cc", | 112 "login/login_handler.cc", |
| 113 "login/login_handler.h", | 113 "login/login_handler.h", |
| 114 "login/login_interstitial_delegate.cc", | 114 "login/login_interstitial_delegate.cc", |
| 115 "login/login_interstitial_delegate.h", | 115 "login/login_interstitial_delegate.h", |
| 116 "media_utils.cc", | |
| 117 "media_utils.h", | |
| 118 "navigation_correction_tab_observer.cc", | 116 "navigation_correction_tab_observer.cc", |
| 119 "navigation_correction_tab_observer.h", | 117 "navigation_correction_tab_observer.h", |
| 120 "passwords/account_avatar_fetcher.cc", | 118 "passwords/account_avatar_fetcher.cc", |
| 121 "passwords/account_avatar_fetcher.h", | 119 "passwords/account_avatar_fetcher.h", |
| 122 "passwords/manage_passwords_state.cc", | 120 "passwords/manage_passwords_state.cc", |
| 123 "passwords/manage_passwords_state.h", | 121 "passwords/manage_passwords_state.h", |
| 124 "passwords/manage_passwords_view_utils.cc", | 122 "passwords/manage_passwords_view_utils.cc", |
| 125 "passwords/manage_passwords_view_utils.h", | 123 "passwords/manage_passwords_view_utils.h", |
| 126 "passwords/password_manager_presenter.cc", | 124 "passwords/password_manager_presenter.cc", |
| 127 "passwords/password_manager_presenter.h", | 125 "passwords/password_manager_presenter.h", |
| (...skipping 3354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3482 "test/test_confirm_bubble_model.cc", | 3480 "test/test_confirm_bubble_model.cc", |
| 3483 "test/test_confirm_bubble_model.h", | 3481 "test/test_confirm_bubble_model.h", |
| 3484 ] | 3482 ] |
| 3485 deps += [ "//chrome/test:test_support_ui" ] | 3483 deps += [ "//chrome/test:test_support_ui" ] |
| 3486 } | 3484 } |
| 3487 | 3485 |
| 3488 if (enable_extensions) { | 3486 if (enable_extensions) { |
| 3489 deps += [ "//extensions/browser" ] | 3487 deps += [ "//extensions/browser" ] |
| 3490 } | 3488 } |
| 3491 } | 3489 } |
| OLD | NEW |