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

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: Comment. 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/android/java/res/values/dimens.xml » ('j') | 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 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 'browser/ui/webui/version_ui.h', 1100 'browser/ui/webui/version_ui.h',
1101 'browser/ui/window_sizer/window_sizer_mac.mm', 1101 'browser/ui/window_sizer/window_sizer_mac.mm',
1102 'browser/ui/zoom/chrome_zoom_level_otr_delegate.cc', 1102 'browser/ui/zoom/chrome_zoom_level_otr_delegate.cc',
1103 'browser/ui/zoom/chrome_zoom_level_otr_delegate.h', 1103 'browser/ui/zoom/chrome_zoom_level_otr_delegate.h',
1104 'browser/ui/zoom/chrome_zoom_level_prefs.cc', 1104 'browser/ui/zoom/chrome_zoom_level_prefs.cc',
1105 'browser/ui/zoom/chrome_zoom_level_prefs.h', 1105 'browser/ui/zoom/chrome_zoom_level_prefs.h',
1106 ], 1106 ],
1107 'chrome_browser_ui_android_sources': [ 1107 'chrome_browser_ui_android_sources': [
1108 'browser/ui/android/autofill/credit_card_scanner_view_android.cc', 1108 'browser/ui/android/autofill/credit_card_scanner_view_android.cc',
1109 'browser/ui/android/autofill/credit_card_scanner_view_android.h', 1109 'browser/ui/android/autofill/credit_card_scanner_view_android.h',
1110 'browser/ui/android/infobars/account_chooser_infobar.cc',
1111 'browser/ui/android/infobars/account_chooser_infobar.h',
1110 'browser/ui/android/infobars/generated_password_saved_infobar.cc', 1112 'browser/ui/android/infobars/generated_password_saved_infobar.cc',
1111 'browser/ui/android/infobars/generated_password_saved_infobar.h', 1113 'browser/ui/android/infobars/generated_password_saved_infobar.h',
1112 'browser/ui/auto_login_infobar_delegate.cc', 1114 'browser/ui/auto_login_infobar_delegate.cc',
1113 'browser/ui/auto_login_infobar_delegate.h', 1115 'browser/ui/auto_login_infobar_delegate.h',
1114 'browser/ui/screen_capture_notification_ui_stub.cc', 1116 'browser/ui/screen_capture_notification_ui_stub.cc',
1115 ], 1117 ],
1116 # Files shared between CrOS, desktop linux, and Android. 1118 # Files shared between CrOS, desktop linux, and Android.
1117 'chrome_browser_ui_android_linux_sources': [ 1119 'chrome_browser_ui_android_linux_sources': [
1118 'browser/ui/certificate_dialogs.cc', 1120 'browser/ui/certificate_dialogs.cc',
1119 'browser/ui/certificate_dialogs.h', 1121 'browser/ui/certificate_dialogs.h',
(...skipping 1998 matching lines...) Expand 10 before | Expand all | Expand 10 after
3118 ], 3120 ],
3119 'sources': [ 3121 'sources': [
3120 '<@(chrome_browser_ui_non_mobile_sources)', 3122 '<@(chrome_browser_ui_non_mobile_sources)',
3121 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3123 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3122 ], 3124 ],
3123 }], 3125 }],
3124 ], 3126 ],
3125 }, 3127 },
3126 ], 3128 ],
3127 } 3129 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698