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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 55243005: Implement learn more bubble on views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 1 month 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/views/autofill/tooltip_icon.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 1628 matching lines...) Expand 10 before | Expand all | Expand 10 after
1639 'browser/ui/views/autofill/autofill_dialog_views.cc', 1639 'browser/ui/views/autofill/autofill_dialog_views.cc',
1640 'browser/ui/views/autofill/autofill_dialog_views.h', 1640 'browser/ui/views/autofill/autofill_dialog_views.h',
1641 'browser/ui/views/autofill/autofill_popup_view_views.cc', 1641 'browser/ui/views/autofill/autofill_popup_view_views.cc',
1642 'browser/ui/views/autofill/autofill_popup_view_views.h', 1642 'browser/ui/views/autofill/autofill_popup_view_views.h',
1643 'browser/ui/views/autofill/generated_credit_card_bubble_views.cc', 1643 'browser/ui/views/autofill/generated_credit_card_bubble_views.cc',
1644 'browser/ui/views/autofill/generated_credit_card_bubble_views.h', 1644 'browser/ui/views/autofill/generated_credit_card_bubble_views.h',
1645 'browser/ui/views/autofill/new_credit_card_bubble_views.cc', 1645 'browser/ui/views/autofill/new_credit_card_bubble_views.cc',
1646 'browser/ui/views/autofill/new_credit_card_bubble_views.h', 1646 'browser/ui/views/autofill/new_credit_card_bubble_views.h',
1647 'browser/ui/views/autofill/decorated_textfield.cc', 1647 'browser/ui/views/autofill/decorated_textfield.cc',
1648 'browser/ui/views/autofill/decorated_textfield.h', 1648 'browser/ui/views/autofill/decorated_textfield.h',
1649 'browser/ui/views/autofill/info_bubble.cc',
1650 'browser/ui/views/autofill/info_bubble.h',
1649 'browser/ui/views/autofill/tooltip_icon.cc', 1651 'browser/ui/views/autofill/tooltip_icon.cc',
1650 'browser/ui/views/autofill/tooltip_icon.h', 1652 'browser/ui/views/autofill/tooltip_icon.h',
1651 'browser/ui/views/avatar_menu_bubble_view.cc', 1653 'browser/ui/views/avatar_menu_bubble_view.cc',
1652 'browser/ui/views/avatar_menu_bubble_view.h', 1654 'browser/ui/views/avatar_menu_bubble_view.h',
1653 'browser/ui/views/avatar_menu_button.cc', 1655 'browser/ui/views/avatar_menu_button.cc',
1654 'browser/ui/views/avatar_menu_button.h', 1656 'browser/ui/views/avatar_menu_button.h',
1655 'browser/ui/views/avatar_label.cc', 1657 'browser/ui/views/avatar_label.cc',
1656 'browser/ui/views/avatar_label.h', 1658 'browser/ui/views/avatar_label.h',
1657 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc', 1659 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc',
1658 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h', 1660 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h',
(...skipping 1645 matching lines...) Expand 10 before | Expand all | Expand 10 after
3304 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3306 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3305 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3307 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3306 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3308 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3307 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3309 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3308 ], 3310 ],
3309 }], 3311 }],
3310 ], 3312 ],
3311 }, 3313 },
3312 ], 3314 ],
3313 } 3315 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/autofill/tooltip_icon.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698