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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1082183002: Android - Introduce "keyboard accessory" for Autofill suggestions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more dtrainor review Created 5 years, 8 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
11 ### Platform-based sources ### 11 ### Platform-based sources ###
12 'chrome_browser_ui_non_ios_sources': [ 12 'chrome_browser_ui_non_ios_sources': [
13 'browser/ui/accelerator_utils.h', 13 'browser/ui/accelerator_utils.h',
14 'browser/ui/android/android_about_app_info.cc', 14 'browser/ui/android/android_about_app_info.cc',
15 'browser/ui/android/android_about_app_info.h', 15 'browser/ui/android/android_about_app_info.h',
16 'browser/ui/android/autofill/autofill_dialog_controller_android.cc', 16 'browser/ui/android/autofill/autofill_dialog_controller_android.cc',
17 'browser/ui/android/autofill/autofill_dialog_controller_android.h', 17 'browser/ui/android/autofill/autofill_dialog_controller_android.h',
18 'browser/ui/android/autofill/autofill_dialog_result.cc', 18 'browser/ui/android/autofill/autofill_dialog_result.cc',
19 'browser/ui/android/autofill/autofill_dialog_result.h', 19 'browser/ui/android/autofill/autofill_dialog_result.h',
20 'browser/ui/android/autofill/autofill_keyboard_accessory_view.cc',
21 'browser/ui/android/autofill/autofill_keyboard_accessory_view.h',
20 'browser/ui/android/autofill/autofill_logger_android.cc', 22 'browser/ui/android/autofill/autofill_logger_android.cc',
21 'browser/ui/android/autofill/autofill_logger_android.h', 23 'browser/ui/android/autofill/autofill_logger_android.h',
22 'browser/ui/android/autofill/autofill_popup_view_android.cc', 24 'browser/ui/android/autofill/autofill_popup_view_android.cc',
23 'browser/ui/android/autofill/autofill_popup_view_android.h', 25 'browser/ui/android/autofill/autofill_popup_view_android.h',
24 'browser/ui/android/autofill/card_unmask_prompt_view_android.cc', 26 'browser/ui/android/autofill/card_unmask_prompt_view_android.cc',
25 'browser/ui/android/autofill/card_unmask_prompt_view_android.h', 27 'browser/ui/android/autofill/card_unmask_prompt_view_android.h',
26 'browser/ui/android/autofill/password_generation_popup_view_android.cc', 28 'browser/ui/android/autofill/password_generation_popup_view_android.cc',
27 'browser/ui/android/autofill/password_generation_popup_view_android.h', 29 'browser/ui/android/autofill/password_generation_popup_view_android.h',
28 'browser/ui/android/chrome_http_auth_handler.cc', 30 'browser/ui/android/chrome_http_auth_handler.cc',
29 'browser/ui/android/chrome_http_auth_handler.h', 31 'browser/ui/android/chrome_http_auth_handler.h',
(...skipping 3130 matching lines...) Expand 10 before | Expand all | Expand 10 after
3160 ], 3162 ],
3161 'sources': [ 3163 'sources': [
3162 '<@(chrome_browser_ui_non_mobile_sources)', 3164 '<@(chrome_browser_ui_non_mobile_sources)',
3163 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3165 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3164 ], 3166 ],
3165 }], 3167 }],
3166 ], 3168 ],
3167 }, 3169 },
3168 ], 3170 ],
3169 } 3171 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698