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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 232753002: Password bubble: Deplatformify ManagePasswordsBubbleView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 'browser/ui/panels/panel_manager.cc', 1501 'browser/ui/panels/panel_manager.cc',
1502 'browser/ui/panels/panel_manager.h', 1502 'browser/ui/panels/panel_manager.h',
1503 'browser/ui/panels/panel_mouse_watcher.cc', 1503 'browser/ui/panels/panel_mouse_watcher.cc',
1504 'browser/ui/panels/panel_mouse_watcher.h', 1504 'browser/ui/panels/panel_mouse_watcher.h',
1505 'browser/ui/panels/panel_mouse_watcher_observer.h', 1505 'browser/ui/panels/panel_mouse_watcher_observer.h',
1506 'browser/ui/panels/panel_mouse_watcher_timer.cc', 1506 'browser/ui/panels/panel_mouse_watcher_timer.cc',
1507 'browser/ui/panels/stacked_panel_collection.cc', 1507 'browser/ui/panels/stacked_panel_collection.cc',
1508 'browser/ui/panels/stacked_panel_collection.h', 1508 'browser/ui/panels/stacked_panel_collection.h',
1509 'browser/ui/panels/stacked_panel_drag_handler.cc', 1509 'browser/ui/panels/stacked_panel_drag_handler.cc',
1510 'browser/ui/panels/stacked_panel_drag_handler.h', 1510 'browser/ui/panels/stacked_panel_drag_handler.h',
1511 'browser/ui/passwords/manage_passwords_bubble.cc',
1512 'browser/ui/passwords/manage_passwords_bubble.h',
1511 'browser/ui/passwords/manage_passwords_bubble_model.cc', 1513 'browser/ui/passwords/manage_passwords_bubble_model.cc',
1512 'browser/ui/passwords/manage_passwords_bubble_model.h', 1514 'browser/ui/passwords/manage_passwords_bubble_model.h',
1513 'browser/ui/passwords/manage_passwords_bubble_ui_controller.cc', 1515 'browser/ui/passwords/manage_passwords_bubble_ui_controller.cc',
1514 'browser/ui/passwords/manage_passwords_bubble_ui_controller.h', 1516 'browser/ui/passwords/manage_passwords_bubble_ui_controller.h',
1515 'browser/ui/passwords/password_manager_presenter.cc', 1517 'browser/ui/passwords/password_manager_presenter.cc',
1516 'browser/ui/passwords/password_manager_presenter.h', 1518 'browser/ui/passwords/password_manager_presenter.h',
1517 'browser/ui/passwords/password_ui_view.h', 1519 'browser/ui/passwords/password_ui_view.h',
1518 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', 1520 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h',
1519 'browser/ui/pdf/pdf_tab_helper.cc', 1521 'browser/ui/pdf/pdf_tab_helper.cc',
1520 'browser/ui/pdf/pdf_tab_helper.h', 1522 'browser/ui/pdf/pdf_tab_helper.h',
(...skipping 1918 matching lines...) Expand 10 before | Expand all | Expand 10 after
3439 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3441 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3440 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3442 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3441 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3443 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3442 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3444 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3443 ], 3445 ],
3444 }], 3446 }],
3445 ], 3447 ],
3446 }, 3448 },
3447 ], 3449 ],
3448 } 3450 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698