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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 267183002: Password manager: Implement password generation UI for Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove some dead code, add TODO. Created 6 years, 7 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 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 'browser/ui/autofill/loading_animation.cc', 409 'browser/ui/autofill/loading_animation.cc',
410 'browser/ui/autofill/loading_animation.h', 410 'browser/ui/autofill/loading_animation.h',
411 'browser/ui/autofill/new_credit_card_bubble_view.cc', 411 'browser/ui/autofill/new_credit_card_bubble_view.cc',
412 'browser/ui/autofill/new_credit_card_bubble_view.h', 412 'browser/ui/autofill/new_credit_card_bubble_view.h',
413 'browser/ui/autofill/new_credit_card_bubble_controller.cc', 413 'browser/ui/autofill/new_credit_card_bubble_controller.cc',
414 'browser/ui/autofill/new_credit_card_bubble_controller.h', 414 'browser/ui/autofill/new_credit_card_bubble_controller.h',
415 'browser/ui/autofill/password_generation_popup_controller_impl.cc', 415 'browser/ui/autofill/password_generation_popup_controller_impl.cc',
416 'browser/ui/autofill/password_generation_popup_controller_impl.h', 416 'browser/ui/autofill/password_generation_popup_controller_impl.h',
417 'browser/ui/autofill/password_generation_popup_controller.h', 417 'browser/ui/autofill/password_generation_popup_controller.h',
418 'browser/ui/autofill/password_generation_popup_observer.h', 418 'browser/ui/autofill/password_generation_popup_observer.h',
419 'browser/ui/autofill/password_generation_popup_view.h',
Ilya Sherman 2014/05/09 21:51:28 nit: The previous order was correct: This file is
Patrick Dubroy 2014/05/12 14:13:39 Done.
419 'browser/ui/autofill/password_generation_popup_view.cc', 420 'browser/ui/autofill/password_generation_popup_view.cc',
420 'browser/ui/autofill/password_generation_popup_view.h',
421 'browser/ui/autofill/popup_controller_common.cc', 421 'browser/ui/autofill/popup_controller_common.cc',
422 'browser/ui/autofill/popup_controller_common.h', 422 'browser/ui/autofill/popup_controller_common.h',
423 'browser/ui/autofill/tab_autofill_manager_delegate.cc', 423 'browser/ui/autofill/tab_autofill_manager_delegate.cc',
424 'browser/ui/autofill/tab_autofill_manager_delegate.h', 424 'browser/ui/autofill/tab_autofill_manager_delegate.h',
425 'browser/ui/auto_login_infobar_delegate.cc', 425 'browser/ui/auto_login_infobar_delegate.cc',
426 'browser/ui/auto_login_infobar_delegate.h', 426 'browser/ui/auto_login_infobar_delegate.h',
427 'browser/ui/blocked_content/blocked_window_params.cc', 427 'browser/ui/blocked_content/blocked_window_params.cc',
428 'browser/ui/blocked_content/blocked_window_params.h', 428 'browser/ui/blocked_content/blocked_window_params.h',
429 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', 429 'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
430 'browser/ui/blocked_content/popup_blocker_tab_helper.h', 430 'browser/ui/blocked_content/popup_blocker_tab_helper.h',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 'browser/ui/cocoa/autofill/autofill_main_container.h', 564 'browser/ui/cocoa/autofill/autofill_main_container.h',
565 'browser/ui/cocoa/autofill/autofill_main_container.mm', 565 'browser/ui/cocoa/autofill/autofill_main_container.mm',
566 'browser/ui/cocoa/autofill/autofill_notification_container.h', 566 'browser/ui/cocoa/autofill/autofill_notification_container.h',
567 'browser/ui/cocoa/autofill/autofill_notification_container.mm', 567 'browser/ui/cocoa/autofill/autofill_notification_container.mm',
568 'browser/ui/cocoa/autofill/autofill_notification_controller.h', 568 'browser/ui/cocoa/autofill/autofill_notification_controller.h',
569 'browser/ui/cocoa/autofill/autofill_notification_controller.mm', 569 'browser/ui/cocoa/autofill/autofill_notification_controller.mm',
570 'browser/ui/cocoa/autofill/autofill_overlay_controller.h', 570 'browser/ui/cocoa/autofill/autofill_overlay_controller.h',
571 'browser/ui/cocoa/autofill/autofill_overlay_controller.mm', 571 'browser/ui/cocoa/autofill/autofill_overlay_controller.mm',
572 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.h', 572 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.h',
573 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm', 573 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm',
574 'browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h',
575 'browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.mm',
574 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h', 576 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h',
575 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm', 577 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm',
576 'browser/ui/cocoa/autofill/autofill_pop_up_button.h', 578 'browser/ui/cocoa/autofill/autofill_pop_up_button.h',
577 'browser/ui/cocoa/autofill/autofill_pop_up_button.mm', 579 'browser/ui/cocoa/autofill/autofill_pop_up_button.mm',
578 'browser/ui/cocoa/autofill/autofill_section_container.h', 580 'browser/ui/cocoa/autofill/autofill_section_container.h',
579 'browser/ui/cocoa/autofill/autofill_section_container.mm', 581 'browser/ui/cocoa/autofill/autofill_section_container.mm',
580 'browser/ui/cocoa/autofill/autofill_section_view.h', 582 'browser/ui/cocoa/autofill/autofill_section_view.h',
581 'browser/ui/cocoa/autofill/autofill_section_view.mm', 583 'browser/ui/cocoa/autofill/autofill_section_view.mm',
582 'browser/ui/cocoa/autofill/autofill_sign_in_container.h', 584 'browser/ui/cocoa/autofill/autofill_sign_in_container.h',
583 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm', 585 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm',
584 'browser/ui/cocoa/autofill/autofill_suggestion_container.h', 586 'browser/ui/cocoa/autofill/autofill_suggestion_container.h',
585 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm', 587 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm',
586 'browser/ui/cocoa/autofill/autofill_textfield.h', 588 'browser/ui/cocoa/autofill/autofill_textfield.h',
587 'browser/ui/cocoa/autofill/autofill_textfield.mm', 589 'browser/ui/cocoa/autofill/autofill_textfield.mm',
588 'browser/ui/cocoa/autofill/autofill_tooltip_controller.h', 590 'browser/ui/cocoa/autofill/autofill_tooltip_controller.h',
589 'browser/ui/cocoa/autofill/autofill_tooltip_controller.mm', 591 'browser/ui/cocoa/autofill/autofill_tooltip_controller.mm',
590 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h', 592 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h',
591 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm', 593 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm',
592 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h', 594 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h',
593 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.mm', 595 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.mm',
594 'browser/ui/cocoa/autofill/layout_view.h', 596 'browser/ui/cocoa/autofill/layout_view.h',
595 'browser/ui/cocoa/autofill/layout_view.mm', 597 'browser/ui/cocoa/autofill/layout_view.mm',
596 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h', 598 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h',
597 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm', 599 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm',
600 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h',
601 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm',
602 'browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.h',
603 'browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm',
598 'browser/ui/cocoa/autofill/simple_grid_layout.h', 604 'browser/ui/cocoa/autofill/simple_grid_layout.h',
599 'browser/ui/cocoa/autofill/simple_grid_layout.mm', 605 'browser/ui/cocoa/autofill/simple_grid_layout.mm',
600 'browser/ui/cocoa/background_gradient_view.h', 606 'browser/ui/cocoa/background_gradient_view.h',
601 'browser/ui/cocoa/background_gradient_view.mm', 607 'browser/ui/cocoa/background_gradient_view.mm',
602 'browser/ui/cocoa/base_bubble_controller.h', 608 'browser/ui/cocoa/base_bubble_controller.h',
603 'browser/ui/cocoa/base_bubble_controller.mm', 609 'browser/ui/cocoa/base_bubble_controller.mm',
604 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h', 610 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h',
605 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm', 611 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm',
606 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h', 612 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h',
607 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm', 613 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm',
(...skipping 2533 matching lines...) Expand 10 before | Expand all | Expand 10 after
3141 ], 3147 ],
3142 'sources!': [ 3148 'sources!': [
3143 'browser/ui/views/session_crashed_bubble_view.cc', 3149 'browser/ui/views/session_crashed_bubble_view.cc',
3144 'browser/ui/views/session_crashed_bubble_view.h', 3150 'browser/ui/views/session_crashed_bubble_view.h',
3145 ], 3151 ],
3146 }], 3152 }],
3147 ], 3153 ],
3148 }, 3154 },
3149 ], 3155 ],
3150 } 3156 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698