Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 4015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4026 ], | 4026 ], |
| 4027 'include_dirs': [ | 4027 'include_dirs': [ |
| 4028 '../third_party/angle/include', | 4028 '../third_party/angle/include', |
| 4029 ], | 4029 ], |
| 4030 'link_settings': { | 4030 'link_settings': { |
| 4031 'libraries': [ | 4031 'libraries': [ |
| 4032 '-lXcomposite', | 4032 '-lXcomposite', |
| 4033 ], | 4033 ], |
| 4034 }, | 4034 }, |
| 4035 }], | 4035 }], |
| 4036 ['use_aura==0', { | |
| 4037 'sources/': [ | |
| 4038 ['exclude', '^browser/ui/views/aura/*'], | |
| 4039 ], | |
| 4040 }], | |
| 4041 ['use_aura==1', { | |
| 4042 'sources/': [ | |
| 4043 ['exclude', '^browser/aeropeek_manager.cc'], | |
| 4044 ['exclude', '^browser/automation/automation_provider_win.cc'], | |
| 4045 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '], | |
| 4046 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ], | |
| 4047 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], | |
| 4048 ['exclude', '^browser/google/google_update.cc'], | |
| 4049 ['exclude', '^browser/google/google_update.h'], | |
| 4050 ['exclude', '^browser/external_tab_container_win.cc'], | |
| 4051 ['exclude', '^browser/external_tab_container_win.h'], | |
| 4052 ['exclude', '^browser/first_run/first_run_win.cc'], | |
| 4053 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], | |
| 4054 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], | |
| 4055 ['exclude', '^browser/hang_monitor/'], | |
| 4056 ['exclude', '^browser/platform_util_win.cc'], | |
| 4057 ['exclude', '^browser/process_singleton_win.cc'], | |
| 4058 ['exclude', '^browser/tab_contents/web_drag_source_win.cc'], | |
| 4059 ['exclude', '^browser/tab_contents/web_drag_source_win.h'], | |
| 4060 ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'], | |
| 4061 ['exclude', '^browser/ui/tabs/dock_info_win.cc'], | |
| 4062 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'], | |
| 4063 ['exclude', '^browser/ui/views/app_menu_button_win.cc'], | |
| 4064 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view.cc'], | |
| 4065 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view.h'], | |
| 4066 ['exclude', '^browser/ui/views/browser_bubble_win.cc'], | |
| 4067 ['exclude', '^browser/ui/views/bubble/border_widget_win.cc'], | |
| 4068 ['exclude', '^browser/ui/views/bubble/border_widget_win.h'], | |
| 4069 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'], | |
| 4070 ['exclude', '^browser/ui/views/collected_cookies_win.cc'], | |
| 4071 ['exclude', '^browser/ui/views/collected_cookies_win.h'], | |
| 4072 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'], | |
| 4073 ['exclude', '^browser/ui/views/external_protocol_dialog.cc'], | |
| 4074 ['exclude', '^browser/ui/views/find_bar_host_win.cc'], | |
| 4075 ['exclude', '^browser/ui/views/first_run_bubble.cc'], | |
| 4076 ['exclude', '^browser/ui/views/frame/browser_frame_win.cc'], | |
| 4077 ['exclude', '^browser/ui/views/frame/browser_frame_win.h'], | |
| 4078 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.cc'], | |
| 4079 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.h'], | |
| 4080 ['exclude', '^browser/ui/views/hung_renderer_view.cc'], | |
| 4081 ['exclude', '^browser/ui/views/importer/import_progress_dialog_view. cc'], | |
| 4082 ['exclude', '^browser/ui/views/native_constrained_window_win.cc'], | |
| 4083 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.cc'], | |
| 4084 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.h'], | |
| 4085 ['exclude', '^browser/ui/views/shell_dialogs_win.cc'], | |
| 4086 ['exclude', '^browser/ui/views/simple_message_box_win.cc'], | |
| 4087 ['exclude', '^browser/ui/views/ssl_client_certificate_selector.cc'], | |
| 4088 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.cc'], | |
| 4089 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.h'], | |
| 4090 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.cc'], | |
| 4091 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.h'], | |
| 4092 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.cc '], | |
| 4093 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.h' ], | |
| 4094 ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'], | |
| 4095 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'], | |
| 4096 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'], | |
| 4097 ['exclude', '^browser/ui/views/task_manager_view.cc'], | |
| 4098 ['exclude', '^browser/ui/views/task_manager_view.h'], | |
| 4099 ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'], | |
| 4100 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'], | |
| 4101 ['include', '^browser/ui/views/simple_message_box_views.cc'], | |
| 4102 ['include', '^browser/ui/views/simple_message_box_views.h'], | |
| 4103 ], | |
| 4104 'dependencies': [ | |
| 4105 '../ui/aura/aura.gyp:aura', | |
| 4106 ], | |
| 4107 }], | |
| 4108 ['webui_dialogs == 1', { | 4036 ['webui_dialogs == 1', { |
| 4109 'defines': [ | 4037 'defines': [ |
| 4110 'WEBUI_DIALOGS', | 4038 'WEBUI_DIALOGS', |
| 4111 ], | 4039 ], |
| 4112 }], | 4040 }], |
| 4113 # Exclude WebUI certificate viewer if not POSIX, mac (these OS's have | 4041 # Exclude WebUI certificate viewer if not POSIX, mac (these OS's have |
| 4114 # native certificate viewers) or WebUI dialogs are disabled. | 4042 # native certificate viewers) or WebUI dialogs are disabled. |
| 4115 ['webui_dialogs == 0 or os_posix == 0 or OS == "mac"', { | 4043 ['webui_dialogs == 0 or os_posix == 0 or OS == "mac"', { |
| 4116 'sources/': [ | 4044 'sources/': [ |
| 4117 ['exclude', '^browser/ui/webui/certificate_viewer.cc'], | 4045 ['exclude', '^browser/ui/webui/certificate_viewer.cc'], |
| (...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4830 'sources/': [ | 4758 'sources/': [ |
| 4831 ['exclude', 'browser/extensions/extension_file_browser_private_a pi.cc'], | 4759 ['exclude', 'browser/extensions/extension_file_browser_private_a pi.cc'], |
| 4832 ['exclude', 'browser/extensions/extension_file_browser_private_a pi.h'], | 4760 ['exclude', 'browser/extensions/extension_file_browser_private_a pi.h'], |
| 4833 ['exclude', 'browser/extensions/extension_mediaplayer_private_ap i.cc'], | 4761 ['exclude', 'browser/extensions/extension_mediaplayer_private_ap i.cc'], |
| 4834 ['exclude', 'browser/extensions/extension_mediaplayer_private_ap i.h'], | 4762 ['exclude', 'browser/extensions/extension_mediaplayer_private_ap i.h'], |
| 4835 ['exclude', 'browser/extensions/file_manager_util.h'], | 4763 ['exclude', 'browser/extensions/file_manager_util.h'], |
| 4836 ['exclude', 'browser/extensions/file_manager_util.cc'], | 4764 ['exclude', 'browser/extensions/file_manager_util.cc'], |
| 4837 ], | 4765 ], |
| 4838 }], | 4766 }], |
| 4839 # GTK build only | 4767 # GTK build only |
| 4840 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { | 4768 ['toolkit_uses_gtk == 1 and toolkit_views == 0 and use_aura == 0', { |
| 4841 'sources/': [ | 4769 'sources/': [ |
| 4842 ['include', '^browser/printing/print_dialog_gtk.cc'], | 4770 ['include', '^browser/printing/print_dialog_gtk.cc'], |
| 4843 ['include', '^browser/printing/print_dialog_gtk.h'], | 4771 ['include', '^browser/printing/print_dialog_gtk.h'], |
| 4844 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'], | 4772 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'], |
| 4845 ['exclude', '^browser/ui/browser_list_stub.cc'], | 4773 ['exclude', '^browser/ui/browser_list_stub.cc'], |
| 4846 ['exclude', '^browser/ui/panels/panel_browser_frame_view.cc'], | 4774 ['exclude', '^browser/ui/panels/panel_browser_frame_view.cc'], |
| 4847 ['exclude', '^browser/ui/panels/panel_browser_frame_view.h'], | 4775 ['exclude', '^browser/ui/panels/panel_browser_frame_view.h'], |
| 4848 ['exclude', '^browser/ui/panels/panel_browser_view.cc'], | 4776 ['exclude', '^browser/ui/panels/panel_browser_view.cc'], |
| 4849 ['exclude', '^browser/ui/panels/panel_browser_view.h'], | 4777 ['exclude', '^browser/ui/panels/panel_browser_view.h'], |
| 4850 ], | 4778 ], |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4946 'browser/accessibility/browser_accessibility_manager_win.h', | 4874 'browser/accessibility/browser_accessibility_manager_win.h', |
| 4947 'browser/accessibility/browser_accessibility_win.cc', | 4875 'browser/accessibility/browser_accessibility_win.cc', |
| 4948 'browser/accessibility/browser_accessibility_win.h', | 4876 'browser/accessibility/browser_accessibility_win.h', |
| 4949 'browser/aeropeek_manager.cc', | 4877 'browser/aeropeek_manager.cc', |
| 4950 'browser/autocomplete/autocomplete_accessibility.cc', | 4878 'browser/autocomplete/autocomplete_accessibility.cc', |
| 4951 'browser/extensions/extension_tts_api_win.cc', | 4879 'browser/extensions/extension_tts_api_win.cc', |
| 4952 'browser/google/google_update.cc', | 4880 'browser/google/google_update.cc', |
| 4953 'browser/importer/ie_importer.cc', | 4881 'browser/importer/ie_importer.cc', |
| 4954 ], | 4882 ], |
| 4955 }], | 4883 }], |
| 4884 # Must procees Aura rules after Toolkit and Platform related rules. | |
| 4885 ['use_aura==0', { | |
|
Ben Goodger (Google)
2011/09/16 01:11:18
This is not inside any other conditional now, is i
Emmanuel Saint-loubert-Bié
2011/09/16 02:34:54
Should it? I actually reworked this entire file to
Ben Goodger (Google)
2011/09/16 14:46:55
Nope, just checking!
| |
| 4886 'sources/': [ | |
| 4887 ['exclude', '^browser/ui/views/aura/*'], | |
| 4888 ], | |
| 4889 }], | |
| 4890 ['use_aura==1', { | |
| 4891 'sources/': [ | |
| 4892 ['exclude', '^browser/aeropeek_manager.cc'], | |
| 4893 ['exclude', '^browser/automation/automation_provider_win.cc'], | |
| 4894 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '], | |
| 4895 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ], | |
| 4896 ['exclude', '^browser/automation/testing_automation_provider_gtk.cc' ], | |
| 4897 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], | |
| 4898 ['exclude', '^browser/external_tab_container_win.cc'], | |
| 4899 ['exclude', '^browser/external_tab_container_win.h'], | |
| 4900 ['exclude', '^browser/first_run/first_run_gtk.cc'], | |
| 4901 ['exclude', '^browser/first_run/first_run_win.cc'], | |
| 4902 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], | |
| 4903 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], | |
| 4904 ['exclude', '^browser/google/google_update.cc'], | |
| 4905 ['exclude', '^browser/google/google_update.h'], | |
| 4906 ['exclude', '^browser/hang_monitor/'], | |
| 4907 ['exclude', '^browser/platform_util_common_linux.cc'], | |
| 4908 ['exclude', '^browser/platform_util_linux.cc'], | |
| 4909 ['exclude', '^browser/platform_util_win.cc'], | |
| 4910 ['exclude', '^browser/printing/print_dialog_gtk.cc'], | |
| 4911 ['exclude', '^browser/printing/print_dialog_gtk.h'], | |
| 4912 ['exclude', '^browser/process_singleton_linux.cc'], | |
| 4913 ['exclude', '^browser/process_singleton_win.cc'], | |
| 4914 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , | |
| 4915 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], | |
| 4916 ['exclude', '^browser/renderer_host/render_widget_host_view_views_gt k.cc'], | |
| 4917 ['exclude', '^browser/renderer_host/render_widget_host_view_views_gt k.h'], | |
| 4918 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'], | |
| 4919 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'] , | |
| 4920 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'], | |
| 4921 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], | |
| 4922 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], | |
| 4923 ['exclude', '^browser/tab_contents/web_drag_source_win.cc'], | |
| 4924 ['exclude', '^browser/tab_contents/web_drag_source_win.h'], | |
| 4925 ['exclude', '^browser/themes/theme_service_gtk.cc'], | |
| 4926 ['exclude', '^browser/ui/gtk/*'], | |
| 4927 ['exclude', '^browser/ui/input_window_dialog.h'], | |
| 4928 ['exclude', '^browser/ui/input_window_dialog_gtk.cc'], | |
| 4929 ['exclude', '^browser/ui/input_window_dialog_win.cc'], | |
| 4930 ['exclude', '^browser/ui/login/login_prompt_gtk.cc'], | |
| 4931 ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'], | |
| 4932 ['exclude', '^browser/ui/tabs/dock_info_gtk.cc'], | |
| 4933 ['exclude', '^browser/ui/tabs/dock_info_win.cc'], | |
| 4934 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'], | |
| 4935 ['exclude', '^browser/ui/views/app_menu_button_win.cc'], | |
| 4936 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view.cc'], | |
| 4937 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view.h'], | |
| 4938 ['exclude', '^browser/ui/views/browser_bubble_gtk.cc'], | |
| 4939 ['exclude', '^browser/ui/views/browser_bubble_win.cc'], | |
| 4940 ['exclude', '^browser/ui/views/bubble/border_widget_win.cc'], | |
| 4941 ['exclude', '^browser/ui/views/bubble/border_widget_win.h'], | |
| 4942 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'], | |
| 4943 ['exclude', '^browser/ui/views/collected_cookies_win.cc'], | |
| 4944 ['exclude', '^browser/ui/views/collected_cookies_win.h'], | |
| 4945 ['exclude', '^browser/ui/views/constrained_html_delegate_gtk.cc'], | |
| 4946 ['exclude', '^browser/ui/views/dialog_stubs_gtk.cc'], | |
| 4947 ['exclude', '^browser/ui/views/dropdown_bar_host_gtk.cc'], | |
| 4948 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'], | |
| 4949 ['exclude', '^browser/ui/views/external_protocol_dialog.cc'], | |
| 4950 ['exclude', '^browser/ui/views/find_bar_host_win.cc'], | |
| 4951 ['exclude', '^browser/ui/views/first_run_bubble.cc'], | |
| 4952 ['exclude', '^browser/ui/views/frame/browser_frame_gtk.cc'], | |
| 4953 ['exclude', '^browser/ui/views/frame/browser_frame_gtk.h'], | |
| 4954 ['exclude', '^browser/ui/views/frame/browser_frame_win.cc'], | |
| 4955 ['exclude', '^browser/ui/views/frame/browser_frame_win.h'], | |
| 4956 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.cc'], | |
| 4957 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.h'], | |
| 4958 ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'], | |
| 4959 ['exclude', '^browser/ui/views/hung_renderer_view.cc'], | |
| 4960 ['exclude', '^browser/ui/views/importer/import_progress_dialog_view. cc'], | |
| 4961 ['exclude', '^browser/ui/views/native_constrained_window_win.cc'], | |
| 4962 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.cc'], | |
| 4963 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.h'], | |
| 4964 ['exclude', '^browser/ui/views/shell_dialogs_win.cc'], | |
| 4965 ['exclude', '^browser/ui/views/simple_message_box_win.cc'], | |
| 4966 ['exclude', '^browser/ui/views/ssl_client_certificate_selector.cc'], | |
| 4967 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_gtk.cc'], | |
| 4968 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_gtk.h'], | |
| 4969 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.cc'], | |
| 4970 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.h'], | |
| 4971 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _gtk.cc'], | |
| 4972 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _gtk.h'], | |
| 4973 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.cc'], | |
| 4974 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.h'], | |
| 4975 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.cc '], | |
| 4976 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.h' ], | |
| 4977 ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'], | |
| 4978 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'], | |
| 4979 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'], | |
| 4980 ['exclude', '^browser/ui/views/task_manager_view.cc'], | |
| 4981 ['exclude', '^browser/ui/views/task_manager_view.h'], | |
| 4982 ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'], | |
| 4983 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'], | |
| 4984 ['include', '^browser/ui/gtk/gtk_util.cc'], | |
| 4985 ['include', '^browser/ui/gtk/gtk_util.h'], | |
| 4986 ['include', '^browser/ui/login/login_prompt_ui.cc'], | |
| 4987 ['include', '^browser/ui/views/bookmarks/bookmark_context_menu_contr oller_views.cc'], | |
| 4988 ['include', '^browser/ui/views/browser_bubble_aura.cc'], | |
| 4989 ['include', '^browser/ui/views/constrained_html_delegate_views.cc'], | |
| 4990 ['include', '^browser/ui/views/dropdown_bar_host_aura.cc'], | |
| 4991 ['include', '^browser/ui/views/frame/browser_frame_aura.cc'], | |
| 4992 ['include', '^browser/ui/views/importer/import_lock_dialog_view.cc'] , | |
| 4993 ['include', '^browser/ui/views/select_file_dialog.cc'], | |
| 4994 ['include', '^browser/ui/views/simple_message_box_views.cc'], | |
| 4995 ['include', '^browser/ui/views/simple_message_box_views.h'], | |
| 4996 ['include', '^browser/ui/views/stubs_aura.cc'], | |
| 4997 ['include', '^browser/ui/webui/options/certificate_manager_handler.c c'], | |
| 4998 ], | |
| 4999 'dependencies': [ | |
| 5000 '../ui/aura/aura.gyp:aura', | |
| 5001 ], | |
| 5002 }], | |
| 5003 # OpenSSL. | |
| 4956 [ 'use_openssl==1', { | 5004 [ 'use_openssl==1', { |
| 4957 'sources!': [ | 5005 'sources!': [ |
| 4958 'browser/importer/nss_decryptor.cc', | 5006 'browser/importer/nss_decryptor.cc', |
| 4959 'browser/importer/nss_decryptor_system_nss.cc', | 5007 'browser/importer/nss_decryptor_system_nss.cc', |
| 4960 'browser/importer/nss_decryptor_system_nss.h', | 5008 'browser/importer/nss_decryptor_system_nss.h', |
| 4961 'browser/ui/crypto_module_password_dialog_nss.cc', | 5009 'browser/ui/crypto_module_password_dialog_nss.cc', |
| 4962 ]}, { | 5010 ]}, { |
| 4963 'sources!': [ | 5011 'sources!': [ |
| 4964 'browser/ui/crypto_module_password_dialog_openssl.cc', | 5012 'browser/ui/crypto_module_password_dialog_openssl.cc', |
| 4965 ]}, | 5013 ]}, |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5085 # weak imports in dependents, who still must #include | 5133 # weak imports in dependents, who still must #include |
| 5086 # closure_blocks_leopard_compat.h to get weak imports. | 5134 # closure_blocks_leopard_compat.h to get weak imports. |
| 5087 'type': 'none', | 5135 'type': 'none', |
| 5088 }], | 5136 }], |
| 5089 ], | 5137 ], |
| 5090 }, | 5138 }, |
| 5091 ], | 5139 ], |
| 5092 }], | 5140 }], |
| 5093 ], | 5141 ], |
| 5094 } | 5142 } |
| OLD | NEW |