Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10837363: Introduce AutofillClient and use it to get rid of PasswordManager dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix header Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'browser/autocomplete/search_provider.cc', 185 'browser/autocomplete/search_provider.cc',
186 'browser/autocomplete/search_provider.h', 186 'browser/autocomplete/search_provider.h',
187 'browser/autocomplete/shortcuts_provider.cc', 187 'browser/autocomplete/shortcuts_provider.cc',
188 'browser/autocomplete/shortcuts_provider.h', 188 'browser/autocomplete/shortcuts_provider.h',
189 'browser/autocomplete/url_prefix.cc', 189 'browser/autocomplete/url_prefix.cc',
190 'browser/autocomplete/url_prefix.h', 190 'browser/autocomplete/url_prefix.h',
191 'browser/autofill/address.cc', 191 'browser/autofill/address.cc',
192 'browser/autofill/address.h', 192 'browser/autofill/address.h',
193 'browser/autofill/address_field.cc', 193 'browser/autofill/address_field.cc',
194 'browser/autofill/address_field.h', 194 'browser/autofill/address_field.h',
195 'browser/autofill/api/autofill_manager_delegate.h',
195 'browser/autofill/autocomplete_history_manager.cc', 196 'browser/autofill/autocomplete_history_manager.cc',
196 'browser/autofill/autocomplete_history_manager.h', 197 'browser/autofill/autocomplete_history_manager.h',
197 'browser/autofill/autofill-inl.h', 198 'browser/autofill/autofill-inl.h',
198 'browser/autofill/autofill_cc_infobar_delegate.cc', 199 'browser/autofill/autofill_cc_infobar_delegate.cc',
199 'browser/autofill/autofill_cc_infobar_delegate.h', 200 'browser/autofill/autofill_cc_infobar_delegate.h',
200 'browser/autofill/autofill_country.cc', 201 'browser/autofill/autofill_country.cc',
201 'browser/autofill/autofill_country.h', 202 'browser/autofill/autofill_country.h',
202 'browser/autofill/autofill_download.cc', 203 'browser/autofill/autofill_download.cc',
203 'browser/autofill/autofill_download.h', 204 'browser/autofill/autofill_download.h',
204 'browser/autofill/autofill_external_delegate.cc', 205 'browser/autofill/autofill_external_delegate.cc',
(...skipping 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after
2018 'browser/ui/ash/tabs/dock_info_ash.cc', 2019 'browser/ui/ash/tabs/dock_info_ash.cc',
2019 'browser/ui/ash/user_action_handler.cc', 2020 'browser/ui/ash/user_action_handler.cc',
2020 'browser/ui/ash/user_action_handler.h', 2021 'browser/ui/ash/user_action_handler.h',
2021 'browser/ui/ash/volume_controller_chromeos.cc', 2022 'browser/ui/ash/volume_controller_chromeos.cc',
2022 'browser/ui/ash/volume_controller_chromeos.h', 2023 'browser/ui/ash/volume_controller_chromeos.h',
2023 'browser/ui/ash/window_positioner.cc', 2024 'browser/ui/ash/window_positioner.cc',
2024 'browser/ui/ash/window_positioner.h', 2025 'browser/ui/ash/window_positioner.h',
2025 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', 2026 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc',
2026 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', 2027 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
2027 'browser/ui/aura/tabs/dock_info_aurax11.cc', 2028 'browser/ui/aura/tabs/dock_info_aurax11.cc',
2029 'browser/ui/autofill/tab_autofill_manager_delegate.cc',
2030 'browser/ui/autofill/tab_autofill_manager_delegate.h',
2028 'browser/ui/auto_login_info_bar_delegate.cc', 2031 'browser/ui/auto_login_info_bar_delegate.cc',
2029 'browser/ui/auto_login_info_bar_delegate.h', 2032 'browser/ui/auto_login_info_bar_delegate.h',
2030 'browser/ui/auto_login_prompter.cc', 2033 'browser/ui/auto_login_prompter.cc',
2031 'browser/ui/auto_login_prompter.h', 2034 'browser/ui/auto_login_prompter.h',
2032 'browser/ui/base_window.h', 2035 'browser/ui/base_window.h',
2033 'browser/ui/blocked_content/blocked_content_container.cc', 2036 'browser/ui/blocked_content/blocked_content_container.cc',
2034 'browser/ui/blocked_content/blocked_content_container.h', 2037 'browser/ui/blocked_content/blocked_content_container.h',
2035 'browser/ui/blocked_content/blocked_content_tab_helper.cc', 2038 'browser/ui/blocked_content/blocked_content_tab_helper.cc',
2036 'browser/ui/blocked_content/blocked_content_tab_helper.h', 2039 'browser/ui/blocked_content/blocked_content_tab_helper.h',
2037 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', 2040 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc',
(...skipping 2994 matching lines...) Expand 10 before | Expand all | Expand 10 after
5032 'includes': [ '../build/jni_generator.gypi' ], 5035 'includes': [ '../build/jni_generator.gypi' ],
5033 'dependencies': [ 5036 'dependencies': [
5034 'android_jar_jni_headers', 5037 'android_jar_jni_headers',
5035 ], 5038 ],
5036 }, 5039 },
5037 ], 5040 ],
5038 }, 5041 },
5039 ], 5042 ],
5040 ], 5043 ],
5041 } 5044 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698