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 12208010: Adding device selection menus to the content setting bubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: used dynamic sizing for the menu buttons and TOPLEFT alignment Created 7 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 'browser/ui/confirm_bubble.h', 834 'browser/ui/confirm_bubble.h',
835 'browser/ui/confirm_bubble_model.cc', 835 'browser/ui/confirm_bubble_model.cc',
836 'browser/ui/confirm_bubble_model.h', 836 'browser/ui/confirm_bubble_model.h',
837 'browser/ui/content_settings/content_setting_bubble_model.cc', 837 'browser/ui/content_settings/content_setting_bubble_model.cc',
838 'browser/ui/content_settings/content_setting_bubble_model.h', 838 'browser/ui/content_settings/content_setting_bubble_model.h',
839 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', 839 'browser/ui/content_settings/content_setting_bubble_model_delegate.h',
840 'browser/ui/content_settings/content_setting_changed_infobar_delegate.cc ', 840 'browser/ui/content_settings/content_setting_changed_infobar_delegate.cc ',
841 'browser/ui/content_settings/content_setting_changed_infobar_delegate.h' , 841 'browser/ui/content_settings/content_setting_changed_infobar_delegate.h' ,
842 'browser/ui/content_settings/content_setting_image_model.cc', 842 'browser/ui/content_settings/content_setting_image_model.cc',
843 'browser/ui/content_settings/content_setting_image_model.h', 843 'browser/ui/content_settings/content_setting_image_model.h',
844 'browser/ui/content_settings/content_setting_media_menu_model.cc',
845 'browser/ui/content_settings/content_setting_media_menu_model.h',
844 'browser/ui/crypto_module_password_dialog.cc', 846 'browser/ui/crypto_module_password_dialog.cc',
845 'browser/ui/crypto_module_password_dialog.h', 847 'browser/ui/crypto_module_password_dialog.h',
846 'browser/ui/crypto_module_password_dialog_nss.cc', 848 'browser/ui/crypto_module_password_dialog_nss.cc',
847 'browser/ui/crypto_module_password_dialog_openssl.cc', 849 'browser/ui/crypto_module_password_dialog_openssl.cc',
848 'browser/ui/extensions/application_launch.cc', 850 'browser/ui/extensions/application_launch.cc',
849 'browser/ui/extensions/application_launch.h', 851 'browser/ui/extensions/application_launch.h',
850 'browser/ui/extensions/extension_install_ui_default.cc', 852 'browser/ui/extensions/extension_install_ui_default.cc',
851 'browser/ui/extensions/extension_install_ui_default.h', 853 'browser/ui/extensions/extension_install_ui_default.h',
852 'browser/ui/extensions/extension_enable_flow.cc', 854 'browser/ui/extensions/extension_enable_flow.cc',
853 'browser/ui/extensions/extension_enable_flow.h', 855 'browser/ui/extensions/extension_enable_flow.h',
(...skipping 1961 matching lines...) Expand 10 before | Expand all | Expand 10 after
2815 }], 2817 }],
2816 ['enable_message_center==1', { 2818 ['enable_message_center==1', {
2817 'dependencies': [ 2819 'dependencies': [
2818 '../ui/message_center/message_center.gyp:message_center', 2820 '../ui/message_center/message_center.gyp:message_center',
2819 ], 2821 ],
2820 }], 2822 }],
2821 ], 2823 ],
2822 }, 2824 },
2823 ], 2825 ],
2824 } 2826 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698