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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2029493002: Remove unused class ExpandingTextfield (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « chrome/browser/ui/views/autofill/expanding_textfield.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 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 2183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2194 ], 2194 ],
2195 # Cross-platform (except Mac) views sources. 2195 # Cross-platform (except Mac) views sources.
2196 'chrome_browser_ui_views_non_mac_sources': [ 2196 'chrome_browser_ui_views_non_mac_sources': [
2197 'browser/ui/views/accessibility/invert_bubble_view.cc', 2197 'browser/ui/views/accessibility/invert_bubble_view.cc',
2198 'browser/ui/views/accessibility/invert_bubble_view.h', 2198 'browser/ui/views/accessibility/invert_bubble_view.h',
2199 'browser/ui/views/autofill/autofill_popup_base_view.cc', 2199 'browser/ui/views/autofill/autofill_popup_base_view.cc',
2200 'browser/ui/views/autofill/autofill_popup_base_view.h', 2200 'browser/ui/views/autofill/autofill_popup_base_view.h',
2201 'browser/ui/views/autofill/autofill_popup_view_views.cc', 2201 'browser/ui/views/autofill/autofill_popup_view_views.cc',
2202 'browser/ui/views/autofill/autofill_popup_view_views.h', 2202 'browser/ui/views/autofill/autofill_popup_view_views.h',
2203 'browser/ui/views/autofill/card_unmask_prompt_views_shim.cc', 2203 'browser/ui/views/autofill/card_unmask_prompt_views_shim.cc',
2204 'browser/ui/views/autofill/expanding_textfield.cc',
2205 'browser/ui/views/autofill/expanding_textfield.h',
2206 'browser/ui/views/autofill/password_generation_popup_view_views.cc', 2204 'browser/ui/views/autofill/password_generation_popup_view_views.cc',
2207 'browser/ui/views/autofill/password_generation_popup_view_views.h', 2205 'browser/ui/views/autofill/password_generation_popup_view_views.h',
2208 'browser/ui/views/autofill/save_card_bubble_views.cc', 2206 'browser/ui/views/autofill/save_card_bubble_views.cc',
2209 'browser/ui/views/autofill/save_card_bubble_views.h', 2207 'browser/ui/views/autofill/save_card_bubble_views.h',
2210 'browser/ui/views/autofill/save_card_icon_view.cc', 2208 'browser/ui/views/autofill/save_card_icon_view.cc',
2211 'browser/ui/views/autofill/save_card_icon_view.h', 2209 'browser/ui/views/autofill/save_card_icon_view.h',
2212 'browser/ui/views/bar_control_button.cc', 2210 'browser/ui/views/bar_control_button.cc',
2213 'browser/ui/views/bar_control_button.h', 2211 'browser/ui/views/bar_control_button.h',
2214 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc', 2212 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc',
2215 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h', 2213 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h',
(...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
3338 ], 3336 ],
3339 'sources': [ 3337 'sources': [
3340 '<@(chrome_browser_ui_non_mobile_sources)', 3338 '<@(chrome_browser_ui_non_mobile_sources)',
3341 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3339 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3342 ], 3340 ],
3343 }], 3341 }],
3344 ], 3342 ],
3345 }, 3343 },
3346 ], 3344 ],
3347 } 3345 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/autofill/expanding_textfield.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698