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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 306053008: Rename AutofillManagerDelegate to AutofillClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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_helpers.cc ('k') | components/autofill.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'browser/ui/autofill/autofill_dialog_types.cc', 400 'browser/ui/autofill/autofill_dialog_types.cc',
401 'browser/ui/autofill/autofill_dialog_types.h', 401 'browser/ui/autofill/autofill_dialog_types.h',
402 'browser/ui/autofill/autofill_dialog_view.cc', 402 'browser/ui/autofill/autofill_dialog_view.cc',
403 'browser/ui/autofill/autofill_dialog_view.h', 403 'browser/ui/autofill/autofill_dialog_view.h',
404 'browser/ui/autofill/autofill_dialog_view_delegate.h', 404 'browser/ui/autofill/autofill_dialog_view_delegate.h',
405 'browser/ui/autofill/autofill_popup_controller.h', 405 'browser/ui/autofill/autofill_popup_controller.h',
406 'browser/ui/autofill/autofill_popup_controller_impl.cc', 406 'browser/ui/autofill/autofill_popup_controller_impl.cc',
407 'browser/ui/autofill/autofill_popup_controller_impl.h', 407 'browser/ui/autofill/autofill_popup_controller_impl.h',
408 'browser/ui/autofill/autofill_popup_view.h', 408 'browser/ui/autofill/autofill_popup_view.h',
409 'browser/ui/autofill/autofill_popup_view_delegate.h', 409 'browser/ui/autofill/autofill_popup_view_delegate.h',
410 'browser/ui/autofill/chrome_autofill_client.cc',
411 'browser/ui/autofill/chrome_autofill_client.h',
410 'browser/ui/autofill/country_combobox_model.cc', 412 'browser/ui/autofill/country_combobox_model.cc',
411 'browser/ui/autofill/country_combobox_model.h', 413 'browser/ui/autofill/country_combobox_model.h',
412 'browser/ui/autofill/data_model_wrapper.cc', 414 'browser/ui/autofill/data_model_wrapper.cc',
413 'browser/ui/autofill/data_model_wrapper.h', 415 'browser/ui/autofill/data_model_wrapper.h',
414 'browser/ui/autofill/generated_credit_card_bubble_view.cc', 416 'browser/ui/autofill/generated_credit_card_bubble_view.cc',
415 'browser/ui/autofill/generated_credit_card_bubble_view.h', 417 'browser/ui/autofill/generated_credit_card_bubble_view.h',
416 'browser/ui/autofill/generated_credit_card_bubble_controller.cc', 418 'browser/ui/autofill/generated_credit_card_bubble_controller.cc',
417 'browser/ui/autofill/generated_credit_card_bubble_controller.h', 419 'browser/ui/autofill/generated_credit_card_bubble_controller.h',
418 'browser/ui/autofill/loading_animation.cc', 420 'browser/ui/autofill/loading_animation.cc',
419 'browser/ui/autofill/loading_animation.h', 421 'browser/ui/autofill/loading_animation.h',
420 'browser/ui/autofill/new_credit_card_bubble_view.cc', 422 'browser/ui/autofill/new_credit_card_bubble_view.cc',
421 'browser/ui/autofill/new_credit_card_bubble_view.h', 423 'browser/ui/autofill/new_credit_card_bubble_view.h',
422 'browser/ui/autofill/new_credit_card_bubble_controller.cc', 424 'browser/ui/autofill/new_credit_card_bubble_controller.cc',
423 'browser/ui/autofill/new_credit_card_bubble_controller.h', 425 'browser/ui/autofill/new_credit_card_bubble_controller.h',
424 'browser/ui/autofill/password_generation_popup_controller_impl.cc', 426 'browser/ui/autofill/password_generation_popup_controller_impl.cc',
425 'browser/ui/autofill/password_generation_popup_controller_impl.h', 427 'browser/ui/autofill/password_generation_popup_controller_impl.h',
426 'browser/ui/autofill/password_generation_popup_controller.h', 428 'browser/ui/autofill/password_generation_popup_controller.h',
427 'browser/ui/autofill/password_generation_popup_observer.h', 429 'browser/ui/autofill/password_generation_popup_observer.h',
428 'browser/ui/autofill/password_generation_popup_view.cc', 430 'browser/ui/autofill/password_generation_popup_view.cc',
429 'browser/ui/autofill/password_generation_popup_view.h', 431 'browser/ui/autofill/password_generation_popup_view.h',
430 'browser/ui/autofill/popup_controller_common.cc', 432 'browser/ui/autofill/popup_controller_common.cc',
431 'browser/ui/autofill/popup_controller_common.h', 433 'browser/ui/autofill/popup_controller_common.h',
432 'browser/ui/autofill/tab_autofill_manager_delegate.cc',
433 'browser/ui/autofill/tab_autofill_manager_delegate.h',
434 'browser/ui/auto_login_infobar_delegate.cc', 434 'browser/ui/auto_login_infobar_delegate.cc',
435 'browser/ui/auto_login_infobar_delegate.h', 435 'browser/ui/auto_login_infobar_delegate.h',
436 'browser/ui/blocked_content/blocked_window_params.cc', 436 'browser/ui/blocked_content/blocked_window_params.cc',
437 'browser/ui/blocked_content/blocked_window_params.h', 437 'browser/ui/blocked_content/blocked_window_params.h',
438 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', 438 'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
439 'browser/ui/blocked_content/popup_blocker_tab_helper.h', 439 'browser/ui/blocked_content/popup_blocker_tab_helper.h',
440 'browser/ui/bookmarks/bookmark_bar.h', 440 'browser/ui/bookmarks/bookmark_bar.h',
441 'browser/ui/bookmarks/bookmark_bar_constants.h', 441 'browser/ui/bookmarks/bookmark_bar_constants.h',
442 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h', 442 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h',
443 'browser/ui/bookmarks/bookmark_bubble_delegate.h', 443 'browser/ui/bookmarks/bookmark_bubble_delegate.h',
(...skipping 2708 matching lines...) Expand 10 before | Expand all | Expand 10 after
3152 ], 3152 ],
3153 'sources!': [ 3153 'sources!': [
3154 'browser/ui/views/session_crashed_bubble_view.cc', 3154 'browser/ui/views/session_crashed_bubble_view.cc',
3155 'browser/ui/views/session_crashed_bubble_view.h', 3155 'browser/ui/views/session_crashed_bubble_view.h',
3156 ], 3156 ],
3157 }], 3157 }],
3158 ], 3158 ],
3159 }, 3159 },
3160 ], 3160 ],
3161 } 3161 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_helpers.cc ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698