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

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: Rebased 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 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 'browser/ui/webui/version_ui.h', 1106 'browser/ui/webui/version_ui.h',
1107 'browser/ui/window_sizer/window_sizer_mac.mm', 1107 'browser/ui/window_sizer/window_sizer_mac.mm',
1108 'browser/ui/zoom/chrome_zoom_level_otr_delegate.cc', 1108 'browser/ui/zoom/chrome_zoom_level_otr_delegate.cc',
1109 'browser/ui/zoom/chrome_zoom_level_otr_delegate.h', 1109 'browser/ui/zoom/chrome_zoom_level_otr_delegate.h',
1110 'browser/ui/zoom/chrome_zoom_level_prefs.cc', 1110 'browser/ui/zoom/chrome_zoom_level_prefs.cc',
1111 'browser/ui/zoom/chrome_zoom_level_prefs.h', 1111 'browser/ui/zoom/chrome_zoom_level_prefs.h',
1112 ], 1112 ],
1113 'chrome_browser_ui_android_sources': [ 1113 'chrome_browser_ui_android_sources': [
1114 'browser/ui/android/autofill/credit_card_scanner_view_android.cc', 1114 'browser/ui/android/autofill/credit_card_scanner_view_android.cc',
1115 'browser/ui/android/autofill/credit_card_scanner_view_android.h', 1115 'browser/ui/android/autofill/credit_card_scanner_view_android.h',
1116 'browser/ui/android/infobars/account_chooser_infobar.cc',
1117 'browser/ui/android/infobars/account_chooser_infobar.h',
1116 'browser/ui/android/infobars/generated_password_saved_infobar.cc', 1118 'browser/ui/android/infobars/generated_password_saved_infobar.cc',
1117 'browser/ui/android/infobars/generated_password_saved_infobar.h', 1119 'browser/ui/android/infobars/generated_password_saved_infobar.h',
1118 'browser/ui/auto_login_infobar_delegate.cc', 1120 'browser/ui/auto_login_infobar_delegate.cc',
1119 'browser/ui/auto_login_infobar_delegate.h', 1121 'browser/ui/auto_login_infobar_delegate.h',
1120 'browser/ui/screen_capture_notification_ui_stub.cc', 1122 'browser/ui/screen_capture_notification_ui_stub.cc',
1121 ], 1123 ],
1122 # Files shared between CrOS, desktop linux, and Android. 1124 # Files shared between CrOS, desktop linux, and Android.
1123 'chrome_browser_ui_android_linux_sources': [ 1125 'chrome_browser_ui_android_linux_sources': [
1124 'browser/ui/certificate_dialogs.cc', 1126 'browser/ui/certificate_dialogs.cc',
1125 'browser/ui/certificate_dialogs.h', 1127 'browser/ui/certificate_dialogs.h',
(...skipping 2004 matching lines...) Expand 10 before | Expand all | Expand 10 after
3130 ], 3132 ],
3131 'sources': [ 3133 'sources': [
3132 '<@(chrome_browser_ui_non_mobile_sources)', 3134 '<@(chrome_browser_ui_non_mobile_sources)',
3133 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3135 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3134 ], 3136 ],
3135 }], 3137 }],
3136 ], 3138 ],
3137 }, 3139 },
3138 ], 3140 ],
3139 } 3141 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698