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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 967193002: Credential saving clank infobar for Smart Lock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reusable_more_button
Patch Set: Created 5 years, 9 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/chrome_browser.gypi ('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 27 matching lines...) Expand all
38 'browser/ui/android/infobars/confirm_infobar.cc', 38 'browser/ui/android/infobars/confirm_infobar.cc',
39 'browser/ui/android/infobars/confirm_infobar.h', 39 'browser/ui/android/infobars/confirm_infobar.h',
40 'browser/ui/android/infobars/data_reduction_proxy_infobar.cc', 40 'browser/ui/android/infobars/data_reduction_proxy_infobar.cc',
41 'browser/ui/android/infobars/data_reduction_proxy_infobar.h', 41 'browser/ui/android/infobars/data_reduction_proxy_infobar.h',
42 'browser/ui/android/infobars/download_overwrite_infobar.cc', 42 'browser/ui/android/infobars/download_overwrite_infobar.cc',
43 'browser/ui/android/infobars/download_overwrite_infobar.h', 43 'browser/ui/android/infobars/download_overwrite_infobar.h',
44 'browser/ui/android/infobars/infobar_android.cc', 44 'browser/ui/android/infobars/infobar_android.cc',
45 'browser/ui/android/infobars/infobar_android.h', 45 'browser/ui/android/infobars/infobar_android.h',
46 'browser/ui/android/infobars/infobar_container_android.cc', 46 'browser/ui/android/infobars/infobar_container_android.cc',
47 'browser/ui/android/infobars/infobar_container_android.h', 47 'browser/ui/android/infobars/infobar_container_android.h',
48 'browser/ui/android/infobars/save_password_infobar.cc',
49 'browser/ui/android/infobars/save_password_infobar.h',
48 'browser/ui/android/infobars/translate_infobar.cc', 50 'browser/ui/android/infobars/translate_infobar.cc',
49 'browser/ui/android/infobars/translate_infobar.h', 51 'browser/ui/android/infobars/translate_infobar.h',
50 'browser/ui/android/javascript_app_modal_dialog_android.cc', 52 'browser/ui/android/javascript_app_modal_dialog_android.cc',
51 'browser/ui/android/login_prompt_android.cc', 53 'browser/ui/android/login_prompt_android.cc',
52 'browser/ui/android/navigation_popup.cc', 54 'browser/ui/android/navigation_popup.cc',
53 'browser/ui/android/navigation_popup.h', 55 'browser/ui/android/navigation_popup.h',
54 'browser/ui/android/simple_message_box_android.cc', 56 'browser/ui/android/simple_message_box_android.cc',
55 'browser/ui/android/ssl_client_certificate_request.cc', 57 'browser/ui/android/ssl_client_certificate_request.cc',
56 'browser/ui/android/ssl_client_certificate_request.h', 58 'browser/ui/android/ssl_client_certificate_request.h',
57 'browser/ui/android/status_tray_android.cc', 59 'browser/ui/android/status_tray_android.cc',
(...skipping 3109 matching lines...) Expand 10 before | Expand all | Expand 10 after
3167 ], 3169 ],
3168 'sources': [ 3170 'sources': [
3169 '<@(chrome_browser_ui_non_mobile_sources)', 3171 '<@(chrome_browser_ui_non_mobile_sources)',
3170 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3172 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3171 ], 3173 ],
3172 }], 3174 }],
3173 ], 3175 ],
3174 }, 3176 },
3175 ], 3177 ],
3176 } 3178 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698