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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 87853004: Refactoring Manage Passwords Bubble Code to exclude TabSpecificContentSettings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@movingclasses
Patch Set: Android fix Created 7 years 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
« no previous file with comments | « chrome/browser/ui/views/passwords/manage_passwords_icon_view.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 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 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1463 'browser/ui/panels/panel_mouse_watcher.cc', 1463 'browser/ui/panels/panel_mouse_watcher.cc',
1464 'browser/ui/panels/panel_mouse_watcher.h', 1464 'browser/ui/panels/panel_mouse_watcher.h',
1465 'browser/ui/panels/panel_mouse_watcher_observer.h', 1465 'browser/ui/panels/panel_mouse_watcher_observer.h',
1466 'browser/ui/panels/panel_mouse_watcher_timer.cc', 1466 'browser/ui/panels/panel_mouse_watcher_timer.cc',
1467 'browser/ui/panels/stacked_panel_collection.cc', 1467 'browser/ui/panels/stacked_panel_collection.cc',
1468 'browser/ui/panels/stacked_panel_collection.h', 1468 'browser/ui/panels/stacked_panel_collection.h',
1469 'browser/ui/panels/stacked_panel_drag_handler.cc', 1469 'browser/ui/panels/stacked_panel_drag_handler.cc',
1470 'browser/ui/panels/stacked_panel_drag_handler.h', 1470 'browser/ui/panels/stacked_panel_drag_handler.h',
1471 'browser/ui/passwords/manage_passwords_bubble_model.cc', 1471 'browser/ui/passwords/manage_passwords_bubble_model.cc',
1472 'browser/ui/passwords/manage_passwords_bubble_model.h', 1472 'browser/ui/passwords/manage_passwords_bubble_model.h',
1473 'browser/ui/passwords/manage_passwords_icon_controller.cc', 1473 'browser/ui/passwords/manage_passwords_bubble_ui_controller.cc',
1474 'browser/ui/passwords/manage_passwords_icon_controller.h', 1474 'browser/ui/passwords/manage_passwords_bubble_ui_controller.h',
1475 'browser/ui/passwords/password_manager_presenter.cc', 1475 'browser/ui/passwords/password_manager_presenter.cc',
1476 'browser/ui/passwords/password_manager_presenter.h', 1476 'browser/ui/passwords/password_manager_presenter.h',
1477 'browser/ui/passwords/password_ui_view.h', 1477 'browser/ui/passwords/password_ui_view.h',
1478 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', 1478 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h',
1479 'browser/ui/pdf/pdf_tab_helper.cc', 1479 'browser/ui/pdf/pdf_tab_helper.cc',
1480 'browser/ui/pdf/pdf_tab_helper.h', 1480 'browser/ui/pdf/pdf_tab_helper.h',
1481 'browser/ui/pdf/pdf_unsupported_feature.cc', 1481 'browser/ui/pdf/pdf_unsupported_feature.cc',
1482 'browser/ui/pdf/pdf_unsupported_feature.h', 1482 'browser/ui/pdf/pdf_unsupported_feature.h',
1483 'browser/ui/prefs/prefs_tab_helper.cc', 1483 'browser/ui/prefs/prefs_tab_helper.cc',
1484 'browser/ui/prefs/prefs_tab_helper.h', 1484 'browser/ui/prefs/prefs_tab_helper.h',
(...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after
3350 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3350 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3351 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3351 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3352 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3352 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3353 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3353 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3354 ], 3354 ],
3355 }], 3355 }],
3356 ], 3356 ],
3357 }, 3357 },
3358 ], 3358 ],
3359 } 3359 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/passwords/manage_passwords_icon_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698