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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1407093007: Autofill: Add legal message footer to save credit card bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'browser/ui/autofill/loading_animation.cc', 45 'browser/ui/autofill/loading_animation.cc',
46 'browser/ui/autofill/loading_animation.h', 46 'browser/ui/autofill/loading_animation.h',
47 'browser/ui/autofill/password_generation_popup_controller.h', 47 'browser/ui/autofill/password_generation_popup_controller.h',
48 'browser/ui/autofill/password_generation_popup_controller_impl.cc', 48 'browser/ui/autofill/password_generation_popup_controller_impl.cc',
49 'browser/ui/autofill/password_generation_popup_controller_impl.h', 49 'browser/ui/autofill/password_generation_popup_controller_impl.h',
50 'browser/ui/autofill/password_generation_popup_observer.h', 50 'browser/ui/autofill/password_generation_popup_observer.h',
51 'browser/ui/autofill/password_generation_popup_view.cc', 51 'browser/ui/autofill/password_generation_popup_view.cc',
52 'browser/ui/autofill/password_generation_popup_view.h', 52 'browser/ui/autofill/password_generation_popup_view.h',
53 'browser/ui/autofill/popup_controller_common.cc', 53 'browser/ui/autofill/popup_controller_common.cc',
54 'browser/ui/autofill/popup_controller_common.h', 54 'browser/ui/autofill/popup_controller_common.h',
55 'browser/ui/autofill/save_card_bubble_controller.cc',
55 'browser/ui/autofill/save_card_bubble_controller.h', 56 'browser/ui/autofill/save_card_bubble_controller.h',
56 'browser/ui/autofill/save_card_bubble_controller_impl.cc', 57 'browser/ui/autofill/save_card_bubble_controller_impl.cc',
57 'browser/ui/autofill/save_card_bubble_controller_impl.h', 58 'browser/ui/autofill/save_card_bubble_controller_impl.h',
58 'browser/ui/autofill/save_card_bubble_view.h', 59 'browser/ui/autofill/save_card_bubble_view.h',
59 'browser/ui/blocked_content/blocked_window_params.cc', 60 'browser/ui/blocked_content/blocked_window_params.cc',
60 'browser/ui/blocked_content/blocked_window_params.h', 61 'browser/ui/blocked_content/blocked_window_params.h',
61 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', 62 'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
62 'browser/ui/blocked_content/popup_blocker_tab_helper.h', 63 'browser/ui/blocked_content/popup_blocker_tab_helper.h',
63 'browser/ui/bookmarks/bookmark_bar.h', 64 'browser/ui/bookmarks/bookmark_bar.h',
64 'browser/ui/bookmarks/bookmark_bar_constants.h', 65 'browser/ui/bookmarks/bookmark_bar_constants.h',
(...skipping 3204 matching lines...) Expand 10 before | Expand all | Expand 10 after
3269 ], 3270 ],
3270 'sources': [ 3271 'sources': [
3271 '<@(chrome_browser_ui_non_mobile_sources)', 3272 '<@(chrome_browser_ui_non_mobile_sources)',
3272 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3273 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3273 ], 3274 ],
3274 }], 3275 }],
3275 ], 3276 ],
3276 }, 3277 },
3277 ], 3278 ],
3278 } 3279 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/website_settings/website_settings_popup_view.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698