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

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: some more cleanup and ready for review. 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 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 'browser/ui/collected_cookies_infobar_delegate.cc', 819 'browser/ui/collected_cookies_infobar_delegate.cc',
820 'browser/ui/collected_cookies_infobar_delegate.h', 820 'browser/ui/collected_cookies_infobar_delegate.h',
821 'browser/ui/confirm_bubble.h', 821 'browser/ui/confirm_bubble.h',
822 'browser/ui/confirm_bubble_model.cc', 822 'browser/ui/confirm_bubble_model.cc',
823 'browser/ui/confirm_bubble_model.h', 823 'browser/ui/confirm_bubble_model.h',
824 'browser/ui/content_settings/content_setting_bubble_model.cc', 824 'browser/ui/content_settings/content_setting_bubble_model.cc',
825 'browser/ui/content_settings/content_setting_bubble_model.h', 825 'browser/ui/content_settings/content_setting_bubble_model.h',
826 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', 826 'browser/ui/content_settings/content_setting_bubble_model_delegate.h',
827 'browser/ui/content_settings/content_setting_image_model.cc', 827 'browser/ui/content_settings/content_setting_image_model.cc',
828 'browser/ui/content_settings/content_setting_image_model.h', 828 'browser/ui/content_settings/content_setting_image_model.h',
829 'browser/ui/content_settings/content_setting_media_menu_model.cc',
830 'browser/ui/content_settings/content_setting_media_menu_model.h',
829 'browser/ui/crypto_module_password_dialog.cc', 831 'browser/ui/crypto_module_password_dialog.cc',
830 'browser/ui/crypto_module_password_dialog.h', 832 'browser/ui/crypto_module_password_dialog.h',
831 'browser/ui/crypto_module_password_dialog_nss.cc', 833 'browser/ui/crypto_module_password_dialog_nss.cc',
832 'browser/ui/crypto_module_password_dialog_openssl.cc', 834 'browser/ui/crypto_module_password_dialog_openssl.cc',
833 'browser/ui/extensions/application_launch.cc', 835 'browser/ui/extensions/application_launch.cc',
834 'browser/ui/extensions/application_launch.h', 836 'browser/ui/extensions/application_launch.h',
835 'browser/ui/extensions/extension_enable_flow.cc', 837 'browser/ui/extensions/extension_enable_flow.cc',
836 'browser/ui/extensions/extension_enable_flow.h', 838 'browser/ui/extensions/extension_enable_flow.h',
837 'browser/ui/extensions/extension_enable_flow_delegate.h', 839 'browser/ui/extensions/extension_enable_flow_delegate.h',
838 'browser/ui/extensions/native_app_window.h', 840 'browser/ui/extensions/native_app_window.h',
(...skipping 1965 matching lines...) Expand 10 before | Expand all | Expand 10 after
2804 }], 2806 }],
2805 ['enable_message_center==1', { 2807 ['enable_message_center==1', {
2806 'dependencies': [ 2808 'dependencies': [
2807 '../ui/message_center/message_center.gyp:message_center', 2809 '../ui/message_center/message_center.gyp:message_center',
2808 ], 2810 ],
2809 }], 2811 }],
2810 ], 2812 ],
2811 }, 2813 },
2812 ], 2814 ],
2813 } 2815 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698