Bug 1496359 - Update gn configs (part 2); r=ng

Depends on D27371

Differential Revision: https://phabricator.services.mozilla.com/D27372

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dan Minor 2019-04-15 17:33:26 +00:00
Родитель 022a4a4b78
Коммит aececea885
18 изменённых файлов: 468 добавлений и 378 удалений

Просмотреть файл

@ -10030,27 +10030,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -11316,27 +11316,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -7493,27 +7493,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -10030,27 +10030,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -10816,27 +10816,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -11920,27 +11920,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -8326,27 +8326,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -10816,27 +10816,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -7382,27 +7382,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -7352,27 +7352,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -9746,27 +9746,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -10911,27 +10911,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -7352,27 +7352,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -9746,27 +9746,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -11490,27 +11490,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -10037,27 +10037,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -7546,27 +7546,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},

Просмотреть файл

@ -10037,27 +10037,32 @@
"//modules/desktop_capture/window_finder.h",
"//modules/desktop_capture/desktop_device_info.cc",
"//modules/desktop_capture/desktop_device_info.h",
"//modules/desktop_capture/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/screen_capturer_x11.cc",
"//modules/desktop_capture/window_capturer_x11.cc",
"//modules/desktop_capture/window_finder_x11.cc",
"//modules/desktop_capture/window_finder_x11.h",
"//modules/desktop_capture/x11/shared_x_display.cc",
"//modules/desktop_capture/x11/shared_x_display.h",
"//modules/desktop_capture/x11/window_list_utils.cc",
"//modules/desktop_capture/x11/window_list_utils.h",
"//modules/desktop_capture/x11/x_atom_cache.cc",
"//modules/desktop_capture/x11/x_atom_cache.h",
"//modules/desktop_capture/x11/x_error_trap.cc",
"//modules/desktop_capture/x11/x_error_trap.h",
"//modules/desktop_capture/x11/x_server_pixel_buffer.cc",
"//modules/desktop_capture/x11/x_server_pixel_buffer.h",
"//modules/desktop_capture/app_capturer_x11.cc",
"//modules/desktop_capture/app_capturer_x11.h",
"//modules/desktop_capture/x11/desktop_device_info_x11.cc",
"//modules/desktop_capture/x11/desktop_device_info_x11.h",
"//modules/desktop_capture/x11/shared_x_util.cc",
"//modules/desktop_capture/x11/shared_x_util.h"
"//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
"//modules/desktop_capture/screen_capturer_linux.cc",
"//modules/desktop_capture/window_capturer_linux.cc",
"//modules/desktop_capture/app_capturer_linux.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
"//modules/desktop_capture/linux/screen_capturer_x11.cc",
"//modules/desktop_capture/linux/screen_capturer_x11.h",
"//modules/desktop_capture/linux/shared_x_display.cc",
"//modules/desktop_capture/linux/shared_x_display.h",
"//modules/desktop_capture/linux/window_capturer_x11.cc",
"//modules/desktop_capture/linux/window_capturer_x11.h",
"//modules/desktop_capture/linux/window_finder_x11.cc",
"//modules/desktop_capture/linux/window_finder_x11.h",
"//modules/desktop_capture/linux/window_list_utils.cc",
"//modules/desktop_capture/linux/window_list_utils.h",
"//modules/desktop_capture/linux/x_atom_cache.cc",
"//modules/desktop_capture/linux/x_atom_cache.h",
"//modules/desktop_capture/linux/x_error_trap.cc",
"//modules/desktop_capture/linux/x_error_trap.h",
"//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
"//modules/desktop_capture/linux/x_server_pixel_buffer.h",
"//modules/desktop_capture/linux/desktop_device_info_x11.cc",
"//modules/desktop_capture/linux/desktop_device_info_x11.h",
"//modules/desktop_capture/linux/shared_x_util.cc",
"//modules/desktop_capture/linux/shared_x_util.h"
],
"type": "static_library"
},