|
@@ -22,6 +22,11 @@ filenames = {
|
|
|
]
|
|
|
|
|
|
lib_sources = [
|
|
|
+ "chromium_src/chrome/browser/process_singleton.h",
|
|
|
+ "chromium_src/chrome/browser/process_singleton_posix.cc",
|
|
|
+ "chromium_src/chrome/browser/process_singleton_win.cc",
|
|
|
+ "chromium_src/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.cc",
|
|
|
+ "chromium_src/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.h",
|
|
|
"shell/app/atom_content_client.cc",
|
|
|
"shell/app/atom_content_client.h",
|
|
|
"shell/app/atom_main_delegate.cc",
|
|
@@ -32,17 +37,17 @@ filenames = {
|
|
|
"shell/app/command_line_args.h",
|
|
|
"shell/app/uv_task_runner.cc",
|
|
|
"shell/app/uv_task_runner.h",
|
|
|
- "shell/browser/api/atom_api_app_mac.mm",
|
|
|
"shell/browser/api/atom_api_app.cc",
|
|
|
- "shell/browser/font_defaults.cc",
|
|
|
- "shell/browser/font_defaults.h",
|
|
|
- "shell/browser/feature_list.cc",
|
|
|
- "shell/browser/feature_list.h",
|
|
|
"shell/browser/api/atom_api_app.h",
|
|
|
+ "shell/browser/api/atom_api_app_mac.mm",
|
|
|
"shell/browser/api/atom_api_auto_updater.cc",
|
|
|
"shell/browser/api/atom_api_auto_updater.h",
|
|
|
"shell/browser/api/atom_api_browser_view.cc",
|
|
|
"shell/browser/api/atom_api_browser_view.h",
|
|
|
+ "shell/browser/api/atom_api_browser_window.cc",
|
|
|
+ "shell/browser/api/atom_api_browser_window.h",
|
|
|
+ "shell/browser/api/atom_api_browser_window_mac.mm",
|
|
|
+ "shell/browser/api/atom_api_browser_window_views.cc",
|
|
|
"shell/browser/api/atom_api_content_tracing.cc",
|
|
|
"shell/browser/api/atom_api_cookies.cc",
|
|
|
"shell/browser/api/atom_api_cookies.h",
|
|
@@ -73,10 +78,10 @@ filenames = {
|
|
|
"shell/browser/api/atom_api_net_log.h",
|
|
|
"shell/browser/api/atom_api_notification.cc",
|
|
|
"shell/browser/api/atom_api_notification.h",
|
|
|
- "shell/browser/api/atom_api_power_monitor_mac.mm",
|
|
|
- "shell/browser/api/atom_api_power_monitor_win.cc",
|
|
|
"shell/browser/api/atom_api_power_monitor.cc",
|
|
|
"shell/browser/api/atom_api_power_monitor.h",
|
|
|
+ "shell/browser/api/atom_api_power_monitor_mac.mm",
|
|
|
+ "shell/browser/api/atom_api_power_monitor_win.cc",
|
|
|
"shell/browser/api/atom_api_power_save_blocker.cc",
|
|
|
"shell/browser/api/atom_api_power_save_blocker.h",
|
|
|
"shell/browser/api/atom_api_protocol_ns.cc",
|
|
@@ -106,16 +111,10 @@ filenames = {
|
|
|
"shell/browser/api/atom_api_web_request_ns.cc",
|
|
|
"shell/browser/api/atom_api_web_request_ns.h",
|
|
|
"shell/browser/api/atom_api_web_view_manager.cc",
|
|
|
- "shell/browser/api/atom_api_browser_window.cc",
|
|
|
- "shell/browser/api/atom_api_browser_window.h",
|
|
|
- "shell/browser/api/atom_api_browser_window_mac.mm",
|
|
|
- "shell/browser/api/atom_api_browser_window_views.cc",
|
|
|
"shell/browser/api/event.cc",
|
|
|
"shell/browser/api/event.h",
|
|
|
"shell/browser/api/event_emitter_deprecated.cc",
|
|
|
"shell/browser/api/event_emitter_deprecated.h",
|
|
|
- "shell/browser/api/trackable_object.cc",
|
|
|
- "shell/browser/api/trackable_object.h",
|
|
|
"shell/browser/api/frame_subscriber.cc",
|
|
|
"shell/browser/api/frame_subscriber.h",
|
|
|
"shell/browser/api/gpu_info_enumerator.cc",
|
|
@@ -126,29 +125,28 @@ filenames = {
|
|
|
"shell/browser/api/process_metric.h",
|
|
|
"shell/browser/api/save_page_handler.cc",
|
|
|
"shell/browser/api/save_page_handler.h",
|
|
|
- "shell/browser/auto_updater.cc",
|
|
|
- "shell/browser/auto_updater.h",
|
|
|
- "shell/browser/auto_updater_mac.mm",
|
|
|
- "shell/browser/atom_autofill_driver_factory.cc",
|
|
|
- "shell/browser/atom_autofill_driver_factory.h",
|
|
|
+ "shell/browser/api/trackable_object.cc",
|
|
|
+ "shell/browser/api/trackable_object.h",
|
|
|
"shell/browser/atom_autofill_driver.cc",
|
|
|
"shell/browser/atom_autofill_driver.h",
|
|
|
+ "shell/browser/atom_autofill_driver_factory.cc",
|
|
|
+ "shell/browser/atom_autofill_driver_factory.h",
|
|
|
"shell/browser/atom_browser_client.cc",
|
|
|
"shell/browser/atom_browser_client.h",
|
|
|
"shell/browser/atom_browser_context.cc",
|
|
|
"shell/browser/atom_browser_context.h",
|
|
|
- "shell/browser/atom_download_manager_delegate.cc",
|
|
|
- "shell/browser/atom_download_manager_delegate.h",
|
|
|
- "shell/browser/atom_gpu_client.cc",
|
|
|
- "shell/browser/atom_gpu_client.h",
|
|
|
"shell/browser/atom_browser_main_parts.cc",
|
|
|
"shell/browser/atom_browser_main_parts.h",
|
|
|
"shell/browser/atom_browser_main_parts_mac.mm",
|
|
|
"shell/browser/atom_browser_main_parts_posix.cc",
|
|
|
+ "shell/browser/atom_download_manager_delegate.cc",
|
|
|
+ "shell/browser/atom_download_manager_delegate.h",
|
|
|
+ "shell/browser/atom_gpu_client.cc",
|
|
|
+ "shell/browser/atom_gpu_client.h",
|
|
|
"shell/browser/atom_javascript_dialog_manager.cc",
|
|
|
"shell/browser/atom_javascript_dialog_manager.h",
|
|
|
- "shell/browser/atom_navigation_throttle.h",
|
|
|
"shell/browser/atom_navigation_throttle.cc",
|
|
|
+ "shell/browser/atom_navigation_throttle.h",
|
|
|
"shell/browser/atom_paths.h",
|
|
|
"shell/browser/atom_permission_manager.cc",
|
|
|
"shell/browser/atom_permission_manager.h",
|
|
@@ -158,29 +156,38 @@ filenames = {
|
|
|
"shell/browser/atom_speech_recognition_manager_delegate.h",
|
|
|
"shell/browser/atom_web_ui_controller_factory.cc",
|
|
|
"shell/browser/atom_web_ui_controller_factory.h",
|
|
|
+ "shell/browser/auto_updater.cc",
|
|
|
+ "shell/browser/auto_updater.h",
|
|
|
+ "shell/browser/auto_updater_mac.mm",
|
|
|
"shell/browser/browser.cc",
|
|
|
"shell/browser/browser.h",
|
|
|
"shell/browser/browser_linux.cc",
|
|
|
"shell/browser/browser_mac.mm",
|
|
|
- "shell/browser/browser_win.cc",
|
|
|
"shell/browser/browser_observer.h",
|
|
|
"shell/browser/browser_process_impl.cc",
|
|
|
"shell/browser/browser_process_impl.h",
|
|
|
+ "shell/browser/browser_win.cc",
|
|
|
"shell/browser/child_web_contents_tracker.cc",
|
|
|
"shell/browser/child_web_contents_tracker.h",
|
|
|
- "shell/browser/common_web_contents_delegate_mac.mm",
|
|
|
- "shell/browser/common_web_contents_delegate_views.cc",
|
|
|
"shell/browser/common_web_contents_delegate.cc",
|
|
|
"shell/browser/common_web_contents_delegate.h",
|
|
|
+ "shell/browser/common_web_contents_delegate_mac.mm",
|
|
|
+ "shell/browser/common_web_contents_delegate_views.cc",
|
|
|
"shell/browser/cookie_change_notifier.cc",
|
|
|
"shell/browser/cookie_change_notifier.h",
|
|
|
+ "shell/browser/feature_list.cc",
|
|
|
+ "shell/browser/feature_list.h",
|
|
|
+ "shell/browser/font_defaults.cc",
|
|
|
+ "shell/browser/font_defaults.h",
|
|
|
"shell/browser/javascript_environment.cc",
|
|
|
"shell/browser/javascript_environment.h",
|
|
|
"shell/browser/lib/bluetooth_chooser.cc",
|
|
|
"shell/browser/lib/bluetooth_chooser.h",
|
|
|
"shell/browser/lib/power_observer.h",
|
|
|
- "shell/browser/lib/power_observer_linux.h",
|
|
|
"shell/browser/lib/power_observer_linux.cc",
|
|
|
+ "shell/browser/lib/power_observer_linux.h",
|
|
|
+ "shell/browser/linux/unity_service.cc",
|
|
|
+ "shell/browser/linux/unity_service.h",
|
|
|
"shell/browser/login_handler.cc",
|
|
|
"shell/browser/login_handler.h",
|
|
|
"shell/browser/mac/atom_application.h",
|
|
@@ -195,48 +202,52 @@ filenames = {
|
|
|
"shell/browser/mac/in_app_purchase_observer.mm",
|
|
|
"shell/browser/mac/in_app_purchase_product.h",
|
|
|
"shell/browser/mac/in_app_purchase_product.mm",
|
|
|
+ "shell/browser/media/media_capture_devices_dispatcher.cc",
|
|
|
+ "shell/browser/media/media_capture_devices_dispatcher.h",
|
|
|
+ "shell/browser/media/media_device_id_salt.cc",
|
|
|
+ "shell/browser/media/media_device_id_salt.h",
|
|
|
+ "shell/browser/media/media_stream_devices_controller.cc",
|
|
|
+ "shell/browser/media/media_stream_devices_controller.h",
|
|
|
"shell/browser/microtasks_runner.cc",
|
|
|
"shell/browser/microtasks_runner.h",
|
|
|
"shell/browser/native_browser_view.cc",
|
|
|
"shell/browser/native_browser_view.h",
|
|
|
"shell/browser/native_browser_view_mac.h",
|
|
|
"shell/browser/native_browser_view_mac.mm",
|
|
|
- "shell/browser/native_browser_view_views.h",
|
|
|
"shell/browser/native_browser_view_views.cc",
|
|
|
+ "shell/browser/native_browser_view_views.h",
|
|
|
"shell/browser/native_window.cc",
|
|
|
"shell/browser/native_window.h",
|
|
|
- "shell/browser/native_window_views_win.cc",
|
|
|
- "shell/browser/native_window_views.cc",
|
|
|
- "shell/browser/native_window_views.h",
|
|
|
"shell/browser/native_window_mac.h",
|
|
|
"shell/browser/native_window_mac.mm",
|
|
|
"shell/browser/native_window_observer.h",
|
|
|
- "shell/browser/media/media_capture_devices_dispatcher.cc",
|
|
|
- "shell/browser/media/media_capture_devices_dispatcher.h",
|
|
|
- "shell/browser/media/media_device_id_salt.cc",
|
|
|
- "shell/browser/media/media_device_id_salt.h",
|
|
|
- "shell/browser/media/media_stream_devices_controller.cc",
|
|
|
- "shell/browser/media/media_stream_devices_controller.h",
|
|
|
+ "shell/browser/native_window_views.cc",
|
|
|
+ "shell/browser/native_window_views.h",
|
|
|
+ "shell/browser/native_window_views_win.cc",
|
|
|
"shell/browser/net/asar/asar_url_loader.cc",
|
|
|
"shell/browser/net/asar/asar_url_loader.h",
|
|
|
"shell/browser/net/atom_url_loader_factory.cc",
|
|
|
"shell/browser/net/atom_url_loader_factory.h",
|
|
|
"shell/browser/net/cert_verifier_client.cc",
|
|
|
"shell/browser/net/cert_verifier_client.h",
|
|
|
- "shell/browser/net/proxying_url_loader_factory.cc",
|
|
|
- "shell/browser/net/proxying_url_loader_factory.h",
|
|
|
- "shell/browser/net/network_context_service_factory.cc",
|
|
|
- "shell/browser/net/network_context_service_factory.h",
|
|
|
"shell/browser/net/network_context_service.cc",
|
|
|
"shell/browser/net/network_context_service.h",
|
|
|
+ "shell/browser/net/network_context_service_factory.cc",
|
|
|
+ "shell/browser/net/network_context_service_factory.h",
|
|
|
"shell/browser/net/node_stream_loader.cc",
|
|
|
"shell/browser/net/node_stream_loader.h",
|
|
|
+ "shell/browser/net/proxying_url_loader_factory.cc",
|
|
|
+ "shell/browser/net/proxying_url_loader_factory.h",
|
|
|
"shell/browser/net/resolve_proxy_helper.cc",
|
|
|
"shell/browser/net/resolve_proxy_helper.h",
|
|
|
"shell/browser/net/system_network_context_manager.cc",
|
|
|
"shell/browser/net/system_network_context_manager.h",
|
|
|
"shell/browser/net/url_pipe_loader.cc",
|
|
|
"shell/browser/net/url_pipe_loader.h",
|
|
|
+ "shell/browser/network_hints_handler_impl.cc",
|
|
|
+ "shell/browser/network_hints_handler_impl.h",
|
|
|
+ "shell/browser/node_debugger.cc",
|
|
|
+ "shell/browser/node_debugger.h",
|
|
|
"shell/browser/notifications/linux/libnotify_notification.cc",
|
|
|
"shell/browser/notifications/linux/libnotify_notification.h",
|
|
|
"shell/browser/notifications/linux/notification_presenter_linux.cc",
|
|
@@ -269,17 +280,13 @@ filenames = {
|
|
|
"shell/browser/notifications/win/win32_notification.h",
|
|
|
"shell/browser/notifications/win/windows_toast_notification.cc",
|
|
|
"shell/browser/notifications/win/windows_toast_notification.h",
|
|
|
- "shell/browser/node_debugger.cc",
|
|
|
- "shell/browser/node_debugger.h",
|
|
|
"shell/browser/pref_store_delegate.cc",
|
|
|
"shell/browser/pref_store_delegate.h",
|
|
|
+ "shell/browser/relauncher.cc",
|
|
|
+ "shell/browser/relauncher.h",
|
|
|
"shell/browser/relauncher_linux.cc",
|
|
|
"shell/browser/relauncher_mac.cc",
|
|
|
"shell/browser/relauncher_win.cc",
|
|
|
- "shell/browser/relauncher.cc",
|
|
|
- "shell/browser/relauncher.h",
|
|
|
- "shell/browser/renderer_host/electron_render_message_filter.cc",
|
|
|
- "shell/browser/renderer_host/electron_render_message_filter.h",
|
|
|
"shell/browser/session_preferences.cc",
|
|
|
"shell/browser/session_preferences.h",
|
|
|
"shell/browser/special_storage_policy.cc",
|
|
@@ -293,8 +300,14 @@ filenames = {
|
|
|
"shell/browser/ui/certificate_trust.h",
|
|
|
"shell/browser/ui/certificate_trust_mac.mm",
|
|
|
"shell/browser/ui/certificate_trust_win.cc",
|
|
|
+ "shell/browser/ui/cocoa/NSColor+Hex.h",
|
|
|
+ "shell/browser/ui/cocoa/NSColor+Hex.mm",
|
|
|
+ "shell/browser/ui/cocoa/NSString+ANSI.h",
|
|
|
+ "shell/browser/ui/cocoa/NSString+ANSI.mm",
|
|
|
"shell/browser/ui/cocoa/atom_bundle_mover.h",
|
|
|
"shell/browser/ui/cocoa/atom_bundle_mover.mm",
|
|
|
+ "shell/browser/ui/cocoa/atom_inspectable_web_contents_view.h",
|
|
|
+ "shell/browser/ui/cocoa/atom_inspectable_web_contents_view.mm",
|
|
|
"shell/browser/ui/cocoa/atom_menu_controller.h",
|
|
|
"shell/browser/ui/cocoa/atom_menu_controller.mm",
|
|
|
"shell/browser/ui/cocoa/atom_native_widget_mac.h",
|
|
@@ -309,27 +322,23 @@ filenames = {
|
|
|
"shell/browser/ui/cocoa/atom_touch_bar.mm",
|
|
|
"shell/browser/ui/cocoa/delayed_native_view_host.cc",
|
|
|
"shell/browser/ui/cocoa/delayed_native_view_host.h",
|
|
|
- "shell/browser/ui/cocoa/views_delegate_mac.h",
|
|
|
- "shell/browser/ui/cocoa/views_delegate_mac.mm",
|
|
|
- "shell/browser/ui/cocoa/root_view_mac.mm",
|
|
|
- "shell/browser/ui/cocoa/root_view_mac.h",
|
|
|
- "shell/browser/ui/cocoa/atom_inspectable_web_contents_view.h",
|
|
|
- "shell/browser/ui/cocoa/atom_inspectable_web_contents_view.mm",
|
|
|
"shell/browser/ui/cocoa/event_dispatching_window.h",
|
|
|
"shell/browser/ui/cocoa/event_dispatching_window.mm",
|
|
|
+ "shell/browser/ui/cocoa/root_view_mac.h",
|
|
|
+ "shell/browser/ui/cocoa/root_view_mac.mm",
|
|
|
+ "shell/browser/ui/cocoa/views_delegate_mac.h",
|
|
|
+ "shell/browser/ui/cocoa/views_delegate_mac.mm",
|
|
|
"shell/browser/ui/devtools_manager_delegate.cc",
|
|
|
"shell/browser/ui/devtools_manager_delegate.h",
|
|
|
"shell/browser/ui/devtools_ui.cc",
|
|
|
"shell/browser/ui/devtools_ui.h",
|
|
|
+ "shell/browser/ui/drag_util.h",
|
|
|
"shell/browser/ui/drag_util_mac.mm",
|
|
|
"shell/browser/ui/drag_util_views.cc",
|
|
|
- "shell/browser/ui/drag_util.h",
|
|
|
"shell/browser/ui/file_dialog.h",
|
|
|
"shell/browser/ui/file_dialog_gtk.cc",
|
|
|
"shell/browser/ui/file_dialog_mac.mm",
|
|
|
"shell/browser/ui/file_dialog_win.cc",
|
|
|
- "shell/browser/ui/util_gtk.cc",
|
|
|
- "shell/browser/ui/util_gtk.h",
|
|
|
"shell/browser/ui/inspectable_web_contents.cc",
|
|
|
"shell/browser/ui/inspectable_web_contents.h",
|
|
|
"shell/browser/ui/inspectable_web_contents_delegate.h",
|
|
@@ -344,16 +353,12 @@ filenames = {
|
|
|
"shell/browser/ui/message_box_gtk.cc",
|
|
|
"shell/browser/ui/message_box_mac.mm",
|
|
|
"shell/browser/ui/message_box_win.cc",
|
|
|
- "shell/browser/ui/cocoa/NSColor+Hex.mm",
|
|
|
- "shell/browser/ui/cocoa/NSColor+Hex.h",
|
|
|
- "shell/browser/ui/cocoa/NSString+ANSI.mm",
|
|
|
- "shell/browser/ui/cocoa/NSString+ANSI.h",
|
|
|
"shell/browser/ui/tray_icon.cc",
|
|
|
"shell/browser/ui/tray_icon.h",
|
|
|
- "shell/browser/ui/tray_icon_gtk.cc",
|
|
|
- "shell/browser/ui/tray_icon_gtk.h",
|
|
|
"shell/browser/ui/tray_icon_cocoa.h",
|
|
|
"shell/browser/ui/tray_icon_cocoa.mm",
|
|
|
+ "shell/browser/ui/tray_icon_gtk.cc",
|
|
|
+ "shell/browser/ui/tray_icon_gtk.h",
|
|
|
"shell/browser/ui/tray_icon_observer.h",
|
|
|
"shell/browser/ui/tray_icon_win.cc",
|
|
|
"shell/browser/ui/views/atom_views_delegate.cc",
|
|
@@ -386,10 +391,10 @@ filenames = {
|
|
|
"shell/browser/ui/win/atom_desktop_window_tree_host_win.h",
|
|
|
"shell/browser/ui/win/jump_list.cc",
|
|
|
"shell/browser/ui/win/jump_list.h",
|
|
|
- "shell/browser/ui/win/notify_icon_host.cc",
|
|
|
- "shell/browser/ui/win/notify_icon_host.h",
|
|
|
"shell/browser/ui/win/notify_icon.cc",
|
|
|
"shell/browser/ui/win/notify_icon.h",
|
|
|
+ "shell/browser/ui/win/notify_icon_host.cc",
|
|
|
+ "shell/browser/ui/win/notify_icon_host.h",
|
|
|
"shell/browser/ui/win/taskbar_host.cc",
|
|
|
"shell/browser/ui/win/taskbar_host.h",
|
|
|
"shell/browser/ui/x/event_disabler.cc",
|
|
@@ -400,8 +405,6 @@ filenames = {
|
|
|
"shell/browser/ui/x/x_window_utils.h",
|
|
|
"shell/browser/unresponsive_suppressor.cc",
|
|
|
"shell/browser/unresponsive_suppressor.h",
|
|
|
- "shell/browser/win/scoped_hstring.cc",
|
|
|
- "shell/browser/win/scoped_hstring.h",
|
|
|
"shell/browser/web_contents_permission_helper.cc",
|
|
|
"shell/browser/web_contents_permission_helper.h",
|
|
|
"shell/browser/web_contents_preferences.cc",
|
|
@@ -414,6 +417,8 @@ filenames = {
|
|
|
"shell/browser/web_view_guest_delegate.h",
|
|
|
"shell/browser/web_view_manager.cc",
|
|
|
"shell/browser/web_view_manager.h",
|
|
|
+ "shell/browser/win/scoped_hstring.cc",
|
|
|
+ "shell/browser/win/scoped_hstring.h",
|
|
|
"shell/browser/window_list.cc",
|
|
|
"shell/browser/window_list.h",
|
|
|
"shell/browser/window_list_observer.h",
|
|
@@ -431,25 +436,25 @@ filenames = {
|
|
|
"shell/common/api/atom_api_native_image_mac.mm",
|
|
|
"shell/common/api/atom_api_shell.cc",
|
|
|
"shell/common/api/atom_api_v8_util.cc",
|
|
|
+ "shell/common/api/constructor.h",
|
|
|
"shell/common/api/electron_bindings.cc",
|
|
|
"shell/common/api/electron_bindings.h",
|
|
|
- "shell/common/api/constructor.h",
|
|
|
"shell/common/api/event_emitter_caller_deprecated.cc",
|
|
|
"shell/common/api/event_emitter_caller_deprecated.h",
|
|
|
"shell/common/api/features.cc",
|
|
|
"shell/common/api/locker.cc",
|
|
|
"shell/common/api/locker.h",
|
|
|
+ "shell/common/application_info.cc",
|
|
|
+ "shell/common/application_info.h",
|
|
|
+ "shell/common/application_info_linux.cc",
|
|
|
+ "shell/common/application_info_mac.mm",
|
|
|
+ "shell/common/application_info_win.cc",
|
|
|
"shell/common/asar/archive.cc",
|
|
|
"shell/common/asar/archive.h",
|
|
|
"shell/common/asar/asar_util.cc",
|
|
|
"shell/common/asar/asar_util.h",
|
|
|
"shell/common/asar/scoped_temporary_file.cc",
|
|
|
"shell/common/asar/scoped_temporary_file.h",
|
|
|
- "shell/common/application_info_linux.cc",
|
|
|
- "shell/common/application_info_mac.mm",
|
|
|
- "shell/common/application_info_win.cc",
|
|
|
- "shell/common/application_info.cc",
|
|
|
- "shell/common/application_info.h",
|
|
|
"shell/common/atom_command_line.cc",
|
|
|
"shell/common/atom_command_line.h",
|
|
|
"shell/common/atom_constants.cc",
|
|
@@ -462,12 +467,15 @@ filenames = {
|
|
|
"shell/common/crash_reporter/crash_reporter_linux.h",
|
|
|
"shell/common/crash_reporter/crash_reporter_mac.h",
|
|
|
"shell/common/crash_reporter/crash_reporter_mac.mm",
|
|
|
- "shell/common/crash_reporter/crash_reporter_win.h",
|
|
|
"shell/common/crash_reporter/crash_reporter_win.cc",
|
|
|
+ "shell/common/crash_reporter/crash_reporter_win.h",
|
|
|
"shell/common/crash_reporter/linux/crash_dump_handler.cc",
|
|
|
"shell/common/crash_reporter/linux/crash_dump_handler.h",
|
|
|
"shell/common/crash_reporter/win/crash_service_main.cc",
|
|
|
"shell/common/crash_reporter/win/crash_service_main.h",
|
|
|
+ "shell/common/deprecate_util.cc",
|
|
|
+ "shell/common/deprecate_util.h",
|
|
|
+ "shell/common/gin_converters/blink_converter_gin_adapter.h",
|
|
|
"shell/common/gin_converters/callback_converter.h",
|
|
|
"shell/common/gin_converters/file_dialog_converter.cc",
|
|
|
"shell/common/gin_converters/file_dialog_converter.h",
|
|
@@ -483,7 +491,6 @@ filenames = {
|
|
|
"shell/common/gin_converters/net_converter.cc",
|
|
|
"shell/common/gin_converters/net_converter.h",
|
|
|
"shell/common/gin_converters/std_converter.h",
|
|
|
- "shell/common/gin_converters/blink_converter_gin_adapter.h",
|
|
|
"shell/common/gin_converters/value_converter_gin_adapter.h",
|
|
|
"shell/common/gin_helper/arguments.cc",
|
|
|
"shell/common/gin_helper/arguments.h",
|
|
@@ -494,10 +501,10 @@ filenames = {
|
|
|
"shell/common/gin_helper/dictionary.h",
|
|
|
"shell/common/gin_helper/error_thrower.cc",
|
|
|
"shell/common/gin_helper/error_thrower.h",
|
|
|
- "shell/common/gin_helper/event_emitter_caller.cc",
|
|
|
- "shell/common/gin_helper/event_emitter_caller.h",
|
|
|
"shell/common/gin_helper/event_emitter.cc",
|
|
|
"shell/common/gin_helper/event_emitter.h",
|
|
|
+ "shell/common/gin_helper/event_emitter_caller.cc",
|
|
|
+ "shell/common/gin_helper/event_emitter_caller.h",
|
|
|
"shell/common/gin_helper/function_template.cc",
|
|
|
"shell/common/gin_helper/function_template.h",
|
|
|
"shell/common/gin_helper/object_template_builder.cc",
|
|
@@ -507,12 +514,10 @@ filenames = {
|
|
|
"shell/common/key_weak_map.h",
|
|
|
"shell/common/keyboard_util.cc",
|
|
|
"shell/common/keyboard_util.h",
|
|
|
- "shell/common/deprecate_util.cc",
|
|
|
- "shell/common/deprecate_util.h",
|
|
|
- "shell/common/mouse_util.cc",
|
|
|
- "shell/common/mouse_util.h",
|
|
|
"shell/common/mac/main_application_bundle.h",
|
|
|
"shell/common/mac/main_application_bundle.mm",
|
|
|
+ "shell/common/mouse_util.cc",
|
|
|
+ "shell/common/mouse_util.h",
|
|
|
"shell/common/native_mate_converters/accelerator_converter.cc",
|
|
|
"shell/common/native_mate_converters/accelerator_converter.h",
|
|
|
"shell/common/native_mate_converters/blink_converter.cc",
|
|
@@ -545,38 +550,38 @@ filenames = {
|
|
|
"shell/common/node_bindings_win.cc",
|
|
|
"shell/common/node_bindings_win.h",
|
|
|
"shell/common/node_includes.h",
|
|
|
- "shell/common/node_util.h",
|
|
|
"shell/common/node_util.cc",
|
|
|
+ "shell/common/node_util.h",
|
|
|
"shell/common/options_switches.cc",
|
|
|
"shell/common/options_switches.h",
|
|
|
"shell/common/platform_util.h",
|
|
|
"shell/common/platform_util_linux.cc",
|
|
|
"shell/common/platform_util_mac.mm",
|
|
|
"shell/common/platform_util_win.cc",
|
|
|
- "shell/common/promise_util.h",
|
|
|
"shell/common/promise_util.cc",
|
|
|
- "shell/common/skia_util.h",
|
|
|
+ "shell/common/promise_util.h",
|
|
|
"shell/common/skia_util.cc",
|
|
|
- "shell/renderer/api/context_bridge/render_frame_context_bridge_store.cc",
|
|
|
- "shell/renderer/api/context_bridge/render_frame_context_bridge_store.h",
|
|
|
+ "shell/common/skia_util.h",
|
|
|
"shell/renderer/api/atom_api_context_bridge.cc",
|
|
|
"shell/renderer/api/atom_api_context_bridge.h",
|
|
|
"shell/renderer/api/atom_api_renderer_ipc.cc",
|
|
|
"shell/renderer/api/atom_api_spell_check_client.cc",
|
|
|
"shell/renderer/api/atom_api_spell_check_client.h",
|
|
|
"shell/renderer/api/atom_api_web_frame.cc",
|
|
|
+ "shell/renderer/api/context_bridge/render_frame_context_bridge_store.cc",
|
|
|
+ "shell/renderer/api/context_bridge/render_frame_context_bridge_store.h",
|
|
|
"shell/renderer/atom_autofill_agent.cc",
|
|
|
"shell/renderer/atom_autofill_agent.h",
|
|
|
"shell/renderer/atom_render_frame_observer.cc",
|
|
|
"shell/renderer/atom_render_frame_observer.h",
|
|
|
"shell/renderer/atom_renderer_client.cc",
|
|
|
"shell/renderer/atom_renderer_client.h",
|
|
|
+ "shell/renderer/atom_sandboxed_renderer_client.cc",
|
|
|
+ "shell/renderer/atom_sandboxed_renderer_client.h",
|
|
|
"shell/renderer/content_settings_observer.cc",
|
|
|
"shell/renderer/content_settings_observer.h",
|
|
|
"shell/renderer/electron_api_service_impl.cc",
|
|
|
"shell/renderer/electron_api_service_impl.h",
|
|
|
- "shell/renderer/atom_sandboxed_renderer_client.cc",
|
|
|
- "shell/renderer/atom_sandboxed_renderer_client.h",
|
|
|
"shell/renderer/guest_view_container.cc",
|
|
|
"shell/renderer/guest_view_container.h",
|
|
|
"shell/renderer/renderer_client_base.cc",
|
|
@@ -585,11 +590,6 @@ filenames = {
|
|
|
"shell/renderer/web_worker_observer.h",
|
|
|
"shell/utility/atom_content_utility_client.cc",
|
|
|
"shell/utility/atom_content_utility_client.h",
|
|
|
- "chromium_src/chrome/browser/process_singleton_posix.cc",
|
|
|
- "chromium_src/chrome/browser/process_singleton_win.cc",
|
|
|
- "chromium_src/chrome/browser/process_singleton.h",
|
|
|
- "chromium_src/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.cc",
|
|
|
- "chromium_src/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.h",
|
|
|
]
|
|
|
|
|
|
lib_sources_nss = [
|