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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 606153002: [android] Password generation UI for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set the width of the popup correctly. Created 6 years, 2 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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
11 'browser/ui/android/autofill/autofill_dialog_controller_android.cc', 11 'browser/ui/android/autofill/autofill_dialog_controller_android.cc',
12 'browser/ui/android/autofill/autofill_dialog_controller_android.h', 12 'browser/ui/android/autofill/autofill_dialog_controller_android.h',
13 'browser/ui/android/autofill/autofill_dialog_result.cc', 13 'browser/ui/android/autofill/autofill_dialog_result.cc',
14 'browser/ui/android/autofill/autofill_dialog_result.h', 14 'browser/ui/android/autofill/autofill_dialog_result.h',
15 'browser/ui/android/autofill/autofill_logger_android.cc', 15 'browser/ui/android/autofill/autofill_logger_android.cc',
16 'browser/ui/android/autofill/autofill_logger_android.h', 16 'browser/ui/android/autofill/autofill_logger_android.h',
17 'browser/ui/android/autofill/autofill_popup_view_android.cc', 17 'browser/ui/android/autofill/autofill_popup_view_android.cc',
18 'browser/ui/android/autofill/autofill_popup_view_android.h', 18 'browser/ui/android/autofill/autofill_popup_view_android.h',
19 'browser/ui/android/autofill/password_generation_popup_view_android.cc',
20 'browser/ui/android/autofill/password_generation_popup_view_android.h',
19 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc', 21 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc',
20 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h', 22 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h',
21 'browser/ui/android/infobars/auto_login_infobar_delegate_android.cc', 23 'browser/ui/android/infobars/auto_login_infobar_delegate_android.cc',
22 'browser/ui/android/infobars/auto_login_infobar_delegate_android.h', 24 'browser/ui/android/infobars/auto_login_infobar_delegate_android.h',
23 'browser/ui/android/infobars/auto_login_prompter.cc', 25 'browser/ui/android/infobars/auto_login_prompter.cc',
24 'browser/ui/android/infobars/auto_login_prompter.h', 26 'browser/ui/android/infobars/auto_login_prompter.h',
25 'browser/ui/android/infobars/confirm_infobar.cc', 27 'browser/ui/android/infobars/confirm_infobar.cc',
26 'browser/ui/android/infobars/confirm_infobar.h', 28 'browser/ui/android/infobars/confirm_infobar.h',
27 'browser/ui/android/infobars/data_reduction_proxy_infobar.cc', 29 'browser/ui/android/infobars/data_reduction_proxy_infobar.cc',
28 'browser/ui/android/infobars/data_reduction_proxy_infobar.h', 30 'browser/ui/android/infobars/data_reduction_proxy_infobar.h',
(...skipping 2994 matching lines...) Expand 10 before | Expand all | Expand 10 after
3023 }], 3025 }],
3024 ['OS!="android" and OS!="ios"', { 3026 ['OS!="android" and OS!="ios"', {
3025 'dependencies': [ 3027 'dependencies': [
3026 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3028 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3027 ], 3029 ],
3028 }], 3030 }],
3029 ], 3031 ],
3030 }, 3032 },
3031 ], 3033 ],
3032 } 3034 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698