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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 777423004: Skeleton code for experiment setup, which will determine should "Allow to collect URL?" bubble be s… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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',
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 'browser/ui/passwords/manage_passwords_bubble_model.cc', 798 'browser/ui/passwords/manage_passwords_bubble_model.cc',
799 'browser/ui/passwords/manage_passwords_bubble_model.h', 799 'browser/ui/passwords/manage_passwords_bubble_model.h',
800 'browser/ui/passwords/manage_passwords_icon.cc', 800 'browser/ui/passwords/manage_passwords_icon.cc',
801 'browser/ui/passwords/manage_passwords_icon.h', 801 'browser/ui/passwords/manage_passwords_icon.h',
802 'browser/ui/passwords/manage_passwords_ui_controller.cc', 802 'browser/ui/passwords/manage_passwords_ui_controller.cc',
803 'browser/ui/passwords/manage_passwords_ui_controller.h', 803 'browser/ui/passwords/manage_passwords_ui_controller.h',
804 'browser/ui/passwords/password_bubble_experiment.cc', 804 'browser/ui/passwords/password_bubble_experiment.cc',
805 'browser/ui/passwords/password_bubble_experiment.h', 805 'browser/ui/passwords/password_bubble_experiment.h',
806 'browser/ui/passwords/password_manager_presenter.cc', 806 'browser/ui/passwords/password_manager_presenter.cc',
807 'browser/ui/passwords/password_manager_presenter.h', 807 'browser/ui/passwords/password_manager_presenter.h',
808 'browser/ui/passwords/password_manager_url_collection_experiment.cc',
809 'browser/ui/passwords/password_manager_url_collection_experiment.h'
808 'browser/ui/passwords/password_ui_view.h', 810 'browser/ui/passwords/password_ui_view.h',
809 'browser/ui/passwords/save_password_refusal_combobox_model.cc', 811 'browser/ui/passwords/save_password_refusal_combobox_model.cc',
810 'browser/ui/passwords/save_password_refusal_combobox_model.h', 812 'browser/ui/passwords/save_password_refusal_combobox_model.h',
811 'browser/ui/prefs/prefs_tab_helper.cc', 813 'browser/ui/prefs/prefs_tab_helper.cc',
812 'browser/ui/prefs/prefs_tab_helper.h', 814 'browser/ui/prefs/prefs_tab_helper.h',
813 'browser/ui/process_singleton_dialog_linux.h', 815 'browser/ui/process_singleton_dialog_linux.h',
814 'browser/ui/profile_chooser_constants.h', 816 'browser/ui/profile_chooser_constants.h',
815 'browser/ui/profile_error_dialog.cc', 817 'browser/ui/profile_error_dialog.cc',
816 'browser/ui/profile_error_dialog.h', 818 'browser/ui/profile_error_dialog.h',
817 'browser/ui/protocol_dialog_delegate.h', 819 'browser/ui/protocol_dialog_delegate.h',
(...skipping 2274 matching lines...) Expand 10 before | Expand all | Expand 10 after
3092 ['OS!="android" and OS!="ios"', { 3094 ['OS!="android" and OS!="ios"', {
3093 'dependencies': [ 3095 'dependencies': [
3094 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3096 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3095 ], 3097 ],
3096 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], 3098 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3097 }], 3099 }],
3098 ], 3100 ],
3099 }, 3101 },
3100 ], 3102 ],
3101 } 3103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698