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

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: Address review comments, rename stuff. Created 8 years, 4 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
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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'browser/autocomplete/search_provider.cc', 184 'browser/autocomplete/search_provider.cc',
185 'browser/autocomplete/search_provider.h', 185 'browser/autocomplete/search_provider.h',
186 'browser/autocomplete/shortcuts_provider.cc', 186 'browser/autocomplete/shortcuts_provider.cc',
187 'browser/autocomplete/shortcuts_provider.h', 187 'browser/autocomplete/shortcuts_provider.h',
188 'browser/autocomplete/url_prefix.cc', 188 'browser/autocomplete/url_prefix.cc',
189 'browser/autocomplete/url_prefix.h', 189 'browser/autocomplete/url_prefix.h',
190 'browser/autofill/address.cc', 190 'browser/autofill/address.cc',
191 'browser/autofill/address.h', 191 'browser/autofill/address.h',
192 'browser/autofill/address_field.cc', 192 'browser/autofill/address_field.cc',
193 'browser/autofill/address_field.h', 193 'browser/autofill/address_field.h',
194 'browser/autofill/api/autofill_manager_delegate.h',
194 'browser/autofill/autocomplete_history_manager.cc', 195 'browser/autofill/autocomplete_history_manager.cc',
195 'browser/autofill/autocomplete_history_manager.h', 196 'browser/autofill/autocomplete_history_manager.h',
196 'browser/autofill/autofill-inl.h', 197 'browser/autofill/autofill-inl.h',
197 'browser/autofill/autofill_cc_infobar_delegate.cc', 198 'browser/autofill/autofill_cc_infobar_delegate.cc',
198 'browser/autofill/autofill_cc_infobar_delegate.h', 199 'browser/autofill/autofill_cc_infobar_delegate.h',
199 'browser/autofill/autofill_country.cc', 200 'browser/autofill/autofill_country.cc',
200 'browser/autofill/autofill_country.h', 201 'browser/autofill/autofill_country.h',
201 'browser/autofill/autofill_download.cc', 202 'browser/autofill/autofill_download.cc',
202 'browser/autofill/autofill_download.h', 203 'browser/autofill/autofill_download.h',
203 'browser/autofill/autofill_external_delegate.cc', 204 'browser/autofill/autofill_external_delegate.cc',
(...skipping 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after
2381 'browser/tab_contents/background_contents.h', 2382 'browser/tab_contents/background_contents.h',
2382 'browser/tab_contents/language_state.cc', 2383 'browser/tab_contents/language_state.cc',
2383 'browser/tab_contents/language_state.h', 2384 'browser/tab_contents/language_state.h',
2384 'browser/tab_contents/navigation_metrics_recorder.cc', 2385 'browser/tab_contents/navigation_metrics_recorder.cc',
2385 'browser/tab_contents/navigation_metrics_recorder.h', 2386 'browser/tab_contents/navigation_metrics_recorder.h',
2386 'browser/tab_contents/render_view_context_menu.cc', 2387 'browser/tab_contents/render_view_context_menu.cc',
2387 'browser/tab_contents/render_view_context_menu.h', 2388 'browser/tab_contents/render_view_context_menu.h',
2388 'browser/tab_contents/render_view_context_menu_observer.cc', 2389 'browser/tab_contents/render_view_context_menu_observer.cc',
2389 'browser/tab_contents/render_view_context_menu_observer.h', 2390 'browser/tab_contents/render_view_context_menu_observer.h',
2390 'browser/tab_contents/retargeting_details.h', 2391 'browser/tab_contents/retargeting_details.h',
2392 'browser/tab_contents/tab_autofill_manager_delegate.cc',
2393 'browser/tab_contents/tab_autofill_manager_delegate.h',
2391 'browser/tab_contents/tab_contents_ssl_helper.cc', 2394 'browser/tab_contents/tab_contents_ssl_helper.cc',
2392 'browser/tab_contents/tab_contents_ssl_helper.h', 2395 'browser/tab_contents/tab_contents_ssl_helper.h',
2393 'browser/tab_contents/tab_util.cc', 2396 'browser/tab_contents/tab_util.cc',
2394 'browser/tab_contents/tab_util.h', 2397 'browser/tab_contents/tab_util.h',
2395 'browser/tab_contents/thumbnail_generator.cc', 2398 'browser/tab_contents/thumbnail_generator.cc',
2396 'browser/tab_contents/thumbnail_generator.h', 2399 'browser/tab_contents/thumbnail_generator.h',
2397 'browser/tab_contents/spellchecker_submenu_observer.h', 2400 'browser/tab_contents/spellchecker_submenu_observer.h',
2398 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', 2401 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc',
2399 'browser/tab_contents/spellchecker_submenu_observer_mac.cc', 2402 'browser/tab_contents/spellchecker_submenu_observer_mac.cc',
2400 'browser/tab_contents/spelling_bubble_model.cc', 2403 'browser/tab_contents/spelling_bubble_model.cc',
(...skipping 3224 matching lines...) Expand 10 before | Expand all | Expand 10 after
5625 'includes': [ '../build/jni_generator.gypi' ], 5628 'includes': [ '../build/jni_generator.gypi' ],
5626 'dependencies': [ 5629 'dependencies': [
5627 'android_jar_jni_headers', 5630 'android_jar_jni_headers',
5628 ], 5631 ],
5629 }, 5632 },
5630 ], 5633 ],
5631 }, 5634 },
5632 ], 5635 ],
5633 ], 5636 ],
5634 } 5637 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698