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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 861103002: Credentials chooser UI for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaised on top of master. Created 5 years, 10 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
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 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'browser/ui/webui/version_ui.h', 1104 'browser/ui/webui/version_ui.h',
1105 'browser/ui/window_sizer/window_sizer_mac.mm', 1105 'browser/ui/window_sizer/window_sizer_mac.mm',
1106 'browser/ui/zoom/chrome_zoom_level_otr_delegate.cc', 1106 'browser/ui/zoom/chrome_zoom_level_otr_delegate.cc',
1107 'browser/ui/zoom/chrome_zoom_level_otr_delegate.h', 1107 'browser/ui/zoom/chrome_zoom_level_otr_delegate.h',
1108 'browser/ui/zoom/chrome_zoom_level_prefs.cc', 1108 'browser/ui/zoom/chrome_zoom_level_prefs.cc',
1109 'browser/ui/zoom/chrome_zoom_level_prefs.h', 1109 'browser/ui/zoom/chrome_zoom_level_prefs.h',
1110 ], 1110 ],
1111 'chrome_browser_ui_android_sources': [ 1111 'chrome_browser_ui_android_sources': [
1112 'browser/ui/android/autofill/credit_card_scanner_view_android.cc', 1112 'browser/ui/android/autofill/credit_card_scanner_view_android.cc',
1113 'browser/ui/android/autofill/credit_card_scanner_view_android.h', 1113 'browser/ui/android/autofill/credit_card_scanner_view_android.h',
1114 'browser/ui/android/infobars/account_chooser_infobar.cc',
1115 'browser/ui/android/infobars/account_chooser_infobar.h',
1114 'browser/ui/android/infobars/generated_password_saved_infobar.cc', 1116 'browser/ui/android/infobars/generated_password_saved_infobar.cc',
1115 'browser/ui/android/infobars/generated_password_saved_infobar.h', 1117 'browser/ui/android/infobars/generated_password_saved_infobar.h',
1116 'browser/ui/auto_login_infobar_delegate.cc', 1118 'browser/ui/auto_login_infobar_delegate.cc',
1117 'browser/ui/auto_login_infobar_delegate.h', 1119 'browser/ui/auto_login_infobar_delegate.h',
1118 'browser/ui/screen_capture_notification_ui_stub.cc', 1120 'browser/ui/screen_capture_notification_ui_stub.cc',
1119 ], 1121 ],
1120 # Files shared between CrOS, desktop linux, and Android. 1122 # Files shared between CrOS, desktop linux, and Android.
1121 'chrome_browser_ui_android_linux_sources': [ 1123 'chrome_browser_ui_android_linux_sources': [
1122 'browser/ui/certificate_dialogs.cc', 1124 'browser/ui/certificate_dialogs.cc',
1123 'browser/ui/certificate_dialogs.h', 1125 'browser/ui/certificate_dialogs.h',
(...skipping 2004 matching lines...) Expand 10 before | Expand all | Expand 10 after
3128 ], 3130 ],
3129 'sources': [ 3131 'sources': [
3130 '<@(chrome_browser_ui_non_mobile_sources)', 3132 '<@(chrome_browser_ui_non_mobile_sources)',
3131 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3133 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3132 ], 3134 ],
3133 }], 3135 }],
3134 ], 3136 ],
3135 }, 3137 },
3136 ], 3138 ],
3137 } 3139 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698