OLD | NEW |
---|---|
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 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1078 'browser/ui/confirm_bubble_model.h', | 1078 'browser/ui/confirm_bubble_model.h', |
1079 'browser/ui/content_settings/content_setting_bubble_model.cc', | 1079 'browser/ui/content_settings/content_setting_bubble_model.cc', |
1080 'browser/ui/content_settings/content_setting_bubble_model.h', | 1080 'browser/ui/content_settings/content_setting_bubble_model.h', |
1081 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', | 1081 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', |
1082 'browser/ui/content_settings/content_setting_image_model.cc', | 1082 'browser/ui/content_settings/content_setting_image_model.cc', |
1083 'browser/ui/content_settings/content_setting_image_model.h', | 1083 'browser/ui/content_settings/content_setting_image_model.h', |
1084 'browser/ui/content_settings/content_setting_media_menu_model.cc', | 1084 'browser/ui/content_settings/content_setting_media_menu_model.cc', |
1085 'browser/ui/content_settings/content_setting_media_menu_model.h', | 1085 'browser/ui/content_settings/content_setting_media_menu_model.h', |
1086 'browser/ui/content_settings/media_setting_changed_infobar_delegate.cc', | 1086 'browser/ui/content_settings/media_setting_changed_infobar_delegate.cc', |
1087 'browser/ui/content_settings/media_setting_changed_infobar_delegate.h', | 1087 'browser/ui/content_settings/media_setting_changed_infobar_delegate.h', |
1088 'browser/ui/crypto_module_password_dialog.cc', | 1088 'browser/ui/crypto_module_delegate_nss.cc', |
1089 'browser/ui/crypto_module_delegate_nss.h', | |
1089 'browser/ui/crypto_module_password_dialog.h', | 1090 'browser/ui/crypto_module_password_dialog.h', |
1090 'browser/ui/crypto_module_password_dialog_nss.cc', | 1091 'browser/ui/crypto_module_password_dialog_nss.cc', |
1091 'browser/ui/crypto_module_password_dialog_openssl.cc', | 1092 'browser/ui/crypto_module_password_dialog_nss.h', |
1092 'browser/ui/extensions/application_launch.cc', | 1093 'browser/ui/extensions/application_launch.cc', |
1093 'browser/ui/extensions/application_launch.h', | 1094 'browser/ui/extensions/application_launch.h', |
1094 'browser/ui/extensions/extension_installed_bubble.cc', | 1095 'browser/ui/extensions/extension_installed_bubble.cc', |
1095 'browser/ui/extensions/extension_installed_bubble.h', | 1096 'browser/ui/extensions/extension_installed_bubble.h', |
1096 'browser/ui/extensions/extension_install_ui_default.cc', | 1097 'browser/ui/extensions/extension_install_ui_default.cc', |
1097 'browser/ui/extensions/extension_install_ui_default.h', | 1098 'browser/ui/extensions/extension_install_ui_default.h', |
1098 'browser/ui/extensions/extension_enable_flow.cc', | 1099 'browser/ui/extensions/extension_enable_flow.cc', |
1099 'browser/ui/extensions/extension_enable_flow.h', | 1100 'browser/ui/extensions/extension_enable_flow.h', |
1100 'browser/ui/extensions/extension_enable_flow_delegate.h', | 1101 'browser/ui/extensions/extension_enable_flow_delegate.h', |
1101 'browser/ui/external_protocol_dialog_delegate.cc', | 1102 'browser/ui/external_protocol_dialog_delegate.cc', |
(...skipping 1831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2933 }], | 2934 }], |
2934 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { | 2935 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { |
2935 'link_settings': { | 2936 'link_settings': { |
2936 'libraries': [ | 2937 'libraries': [ |
2937 '-lXss', | 2938 '-lXss', |
2938 ], | 2939 ], |
2939 }, | 2940 }, |
2940 }], | 2941 }], |
2941 ['use_nss!=1', { | 2942 ['use_nss!=1', { |
2942 'sources!': [ | 2943 'sources!': [ |
2943 'browser/ui/webui/options/certificate_manager_handler.cc', | 2944 'browser/ui/webui/options/certificate_manager_handler.cc', |
Ryan Sleevi
2013/12/05 00:23:19
nit: In a future CL, we should add _nss suffix to
mattm
2013/12/05 04:41:25
yeah, will do.
| |
2944 'browser/ui/webui/options/certificate_manager_handler.h', | 2945 'browser/ui/webui/options/certificate_manager_handler.h', |
2946 'browser/ui/crypto_module_delegate_nss.cc', | |
2947 'browser/ui/crypto_module_delegate_nss.h', | |
2948 'browser/ui/crypto_module_password_dialog_nss.cc', | |
2949 'browser/ui/crypto_module_password_dialog_nss.h', | |
2945 ], | 2950 ], |
2946 }], | 2951 }], |
2947 ['use_nss==0 and use_openssl==0', { | 2952 ['use_nss==0 and use_openssl==0', { |
2948 'sources!': [ | 2953 'sources!': [ |
2949 'browser/ui/webui/certificate_viewer_webui.cc', | 2954 'browser/ui/webui/certificate_viewer_webui.cc', |
2950 'browser/ui/webui/certificate_viewer_webui.h', | 2955 'browser/ui/webui/certificate_viewer_webui.h', |
2951 'browser/ui/webui/certificate_viewer_ui.cc', | 2956 'browser/ui/webui/certificate_viewer_ui.cc', |
2952 'browser/ui/webui/certificate_viewer_ui.h', | 2957 'browser/ui/webui/certificate_viewer_ui.h', |
2953 ], | 2958 ], |
2954 }], | 2959 }], |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3137 ['exclude', '^browser/ui/webui/suggestions_internals'], | 3142 ['exclude', '^browser/ui/webui/suggestions_internals'], |
3138 ['exclude', '^browser/ui/webui/sync_file_system_internals'], | 3143 ['exclude', '^browser/ui/webui/sync_file_system_internals'], |
3139 ['exclude', '^browser/ui/webui/sync_promo'], | 3144 ['exclude', '^browser/ui/webui/sync_promo'], |
3140 ['exclude', '^browser/ui/webui/uber'], | 3145 ['exclude', '^browser/ui/webui/uber'], |
3141 ], | 3146 ], |
3142 }], | 3147 }], |
3143 ['OS=="mac"', { | 3148 ['OS=="mac"', { |
3144 'sources!': [ | 3149 'sources!': [ |
3145 'browser/ui/certificate_dialogs.cc', | 3150 'browser/ui/certificate_dialogs.cc', |
3146 'browser/ui/certificate_dialogs.h', | 3151 'browser/ui/certificate_dialogs.h', |
3147 'browser/ui/crypto_module_password_dialog.cc', | |
3148 'browser/ui/crypto_module_password_dialog_nss.cc', | |
3149 'browser/ui/screen_capture_notification_ui_stub.cc', | 3152 'browser/ui/screen_capture_notification_ui_stub.cc', |
3150 'browser/ui/tabs/dock_info.cc', | 3153 'browser/ui/tabs/dock_info.cc', |
3151 'browser/ui/tabs/tab_resources.cc', | 3154 'browser/ui/tabs/tab_resources.cc', |
3152 'browser/ui/views/extensions/extension_view_views.cc', | 3155 'browser/ui/views/extensions/extension_view_views.cc', |
3153 'browser/ui/views/extensions/extension_view_views.h', | 3156 'browser/ui/views/extensions/extension_view_views.h', |
3154 'browser/ui/webui/help/version_updater_basic.cc', | 3157 'browser/ui/webui/help/version_updater_basic.cc', |
3155 'browser/ui/webui/help/version_updater_basic.h', | 3158 'browser/ui/webui/help/version_updater_basic.h', |
3156 ], | 3159 ], |
3157 'dependencies': [ | 3160 'dependencies': [ |
3158 '../ui/ui.gyp:ui_cocoa_third_party_toolkits', | 3161 '../ui/ui.gyp:ui_cocoa_third_party_toolkits', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3213 ], | 3216 ], |
3214 'sources': [ | 3217 'sources': [ |
3215 'browser/ui/views/network_profile_bubble_view.cc', | 3218 'browser/ui/views/network_profile_bubble_view.cc', |
3216 'browser/ui/views/network_profile_bubble_view.h', | 3219 'browser/ui/views/network_profile_bubble_view.h', |
3217 'browser/ui/webui/conflicts_ui.cc', | 3220 'browser/ui/webui/conflicts_ui.cc', |
3218 'browser/ui/webui/conflicts_ui.h', | 3221 'browser/ui/webui/conflicts_ui.h', |
3219 ], | 3222 ], |
3220 'sources!': [ | 3223 'sources!': [ |
3221 'browser/ui/certificate_dialogs.cc', | 3224 'browser/ui/certificate_dialogs.cc', |
3222 'browser/ui/certificate_dialogs.h', | 3225 'browser/ui/certificate_dialogs.h', |
3223 'browser/ui/crypto_module_password_dialog.cc', | |
3224 'browser/ui/crypto_module_password_dialog_nss.cc', | |
3225 'browser/ui/screen_capture_notification_ui_stub.cc', | 3226 'browser/ui/screen_capture_notification_ui_stub.cc', |
3226 'browser/ui/startup/autolaunch_prompt.cc', | 3227 'browser/ui/startup/autolaunch_prompt.cc', |
3227 'browser/ui/views/frame/taskbar_decorator.cc', | 3228 'browser/ui/views/frame/taskbar_decorator.cc', |
3228 'browser/ui/views/simple_message_box_views.cc', | 3229 'browser/ui/views/simple_message_box_views.cc', |
3229 'browser/ui/webui/help/version_updater_basic.cc', | 3230 'browser/ui/webui/help/version_updater_basic.cc', |
3230 'browser/ui/webui/help/version_updater_basic.h', | 3231 'browser/ui/webui/help/version_updater_basic.h', |
3231 ], | 3232 ], |
3232 'conditions': [ | 3233 'conditions': [ |
3233 ['win_use_allocator_shim==1', { | 3234 ['win_use_allocator_shim==1', { |
3234 'dependencies': [ | 3235 'dependencies': [ |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3279 }], | 3280 }], |
3280 # GTK build only | 3281 # GTK build only |
3281 ['toolkit_uses_gtk==1', { | 3282 ['toolkit_uses_gtk==1', { |
3282 'sources/': [ | 3283 'sources/': [ |
3283 ['exclude', '^browser/ui/toolbar/bookmark_sub_menu_model.cc'], | 3284 ['exclude', '^browser/ui/toolbar/bookmark_sub_menu_model.cc'], |
3284 ['exclude', '^browser/ui/views/notifications/balloon_collection_ views.cc'], | 3285 ['exclude', '^browser/ui/views/notifications/balloon_collection_ views.cc'], |
3285 ], | 3286 ], |
3286 }], | 3287 }], |
3287 ], | 3288 ], |
3288 }], | 3289 }], |
3289 [ 'use_openssl==1', { | |
3290 'sources!': [ | |
3291 'browser/ui/crypto_module_password_dialog_nss.cc', | |
3292 ]}, { | |
3293 'sources!': [ | |
3294 'browser/ui/crypto_module_password_dialog_openssl.cc', | |
3295 ]}, | |
3296 ], | |
3297 # File manager extension replaces the native OS file open/save dialog. | 3290 # File manager extension replaces the native OS file open/save dialog. |
3298 ['file_manager_extension==1', { | 3291 ['file_manager_extension==1', { |
3299 'sources/': [ | 3292 'sources/': [ |
3300 ['include', '^browser/ui/views/select_file_dialog_extension.cc'], | 3293 ['include', '^browser/ui/views/select_file_dialog_extension.cc'], |
3301 ['include', '^browser/ui/views/select_file_dialog_extension.h'], | 3294 ['include', '^browser/ui/views/select_file_dialog_extension.h'], |
3302 ['include', '^browser/ui/views/select_file_dialog_extension_factory. cc'], | 3295 ['include', '^browser/ui/views/select_file_dialog_extension_factory. cc'], |
3303 ['include', '^browser/ui/views/select_file_dialog_extension_factory. h'], | 3296 ['include', '^browser/ui/views/select_file_dialog_extension_factory. h'], |
3304 ]}, { | 3297 ]}, { |
3305 'sources/': [ | 3298 'sources/': [ |
3306 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 3299 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3352 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3345 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3353 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3346 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3354 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3347 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3355 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3348 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3356 ], | 3349 ], |
3357 }], | 3350 }], |
3358 ], | 3351 ], |
3359 }, | 3352 }, |
3360 ], | 3353 ], |
3361 } | 3354 } |
OLD | NEW |