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

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: fix test 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/autofill/content/renderer/autofill_agent.cc » ('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
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 3143 matching lines...) Expand 10 before | Expand all | Expand 10 after
3173 ], 3175 ],
3174 'sources': [ 3176 'sources': [
3175 '<@(chrome_browser_ui_non_mobile_sources)', 3177 '<@(chrome_browser_ui_non_mobile_sources)',
3176 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3178 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3177 ], 3179 ],
3178 }], 3180 }],
3179 ], 3181 ],
3180 }, 3182 },
3181 ], 3183 ],
3182 } 3184 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698