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

Side by Side Diff: webrtc/modules/desktop_capture/BUILD.gn

Issue 2452263003: Add DesktopCapturer GetSourceList SelectSource FocusOnSelectedSource functions (Closed)
Patch Set: Fix build break on Chromium Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/desktop_capture.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("../../build/webrtc.gni") 10 import("../../build/webrtc.gni")
(...skipping 23 matching lines...) Expand all
34 sources = [ 34 sources = [
35 "cropped_desktop_frame.cc", 35 "cropped_desktop_frame.cc",
36 "cropped_desktop_frame.h", 36 "cropped_desktop_frame.h",
37 "cropping_window_capturer.cc", 37 "cropping_window_capturer.cc",
38 "cropping_window_capturer.h", 38 "cropping_window_capturer.h",
39 "cropping_window_capturer_win.cc", 39 "cropping_window_capturer_win.cc",
40 "desktop_and_cursor_composer.cc", 40 "desktop_and_cursor_composer.cc",
41 "desktop_and_cursor_composer.h", 41 "desktop_and_cursor_composer.h",
42 "desktop_capture_options.cc", 42 "desktop_capture_options.cc",
43 "desktop_capture_options.h", 43 "desktop_capture_options.h",
44 "desktop_capturer.cc",
44 "desktop_capturer.h", 45 "desktop_capturer.h",
45 "desktop_frame_win.cc", 46 "desktop_frame_win.cc",
46 "desktop_frame_win.h", 47 "desktop_frame_win.h",
47 "mac/desktop_configuration.h", 48 "mac/desktop_configuration.h",
48 "mac/desktop_configuration.mm", 49 "mac/desktop_configuration.mm",
49 "mac/desktop_configuration_monitor.cc", 50 "mac/desktop_configuration_monitor.cc",
50 "mac/desktop_configuration_monitor.h", 51 "mac/desktop_configuration_monitor.h",
51 "mac/full_screen_chrome_window_detector.cc", 52 "mac/full_screen_chrome_window_detector.cc",
52 "mac/full_screen_chrome_window_detector.h", 53 "mac/full_screen_chrome_window_detector.h",
53 "mac/scoped_pixel_buffer_object.cc", 54 "mac/scoped_pixel_buffer_object.cc",
54 "mac/scoped_pixel_buffer_object.h", 55 "mac/scoped_pixel_buffer_object.h",
55 "mac/window_list_utils.cc", 56 "mac/window_list_utils.cc",
56 "mac/window_list_utils.h", 57 "mac/window_list_utils.h",
57 "mouse_cursor.cc", 58 "mouse_cursor.cc",
58 "mouse_cursor.h", 59 "mouse_cursor.h",
59 "mouse_cursor_monitor.h", 60 "mouse_cursor_monitor.h",
60 "mouse_cursor_monitor_mac.mm", 61 "mouse_cursor_monitor_mac.mm",
61 "mouse_cursor_monitor_win.cc", 62 "mouse_cursor_monitor_win.cc",
62 "screen_capture_frame_queue.h", 63 "screen_capture_frame_queue.h",
64 "screen_capturer.cc",
63 "screen_capturer.h", 65 "screen_capturer.h",
64 "screen_capturer_helper.cc", 66 "screen_capturer_helper.cc",
65 "screen_capturer_helper.h", 67 "screen_capturer_helper.h",
66 "screen_capturer_mac.mm", 68 "screen_capturer_mac.mm",
67 "screen_capturer_win.cc", 69 "screen_capturer_win.cc",
68 "shared_memory.cc", 70 "shared_memory.cc",
69 "shared_memory.h", 71 "shared_memory.h",
70 "win/cursor.cc", 72 "win/cursor.cc",
71 "win/cursor.h", 73 "win/cursor.h",
72 "win/d3d_device.cc", 74 "win/d3d_device.cc",
(...skipping 18 matching lines...) Expand all
91 "win/screen_capture_utils.cc", 93 "win/screen_capture_utils.cc",
92 "win/screen_capture_utils.h", 94 "win/screen_capture_utils.h",
93 "win/screen_capturer_win_directx.cc", 95 "win/screen_capturer_win_directx.cc",
94 "win/screen_capturer_win_directx.h", 96 "win/screen_capturer_win_directx.h",
95 "win/screen_capturer_win_gdi.cc", 97 "win/screen_capturer_win_gdi.cc",
96 "win/screen_capturer_win_gdi.h", 98 "win/screen_capturer_win_gdi.h",
97 "win/screen_capturer_win_magnifier.cc", 99 "win/screen_capturer_win_magnifier.cc",
98 "win/screen_capturer_win_magnifier.h", 100 "win/screen_capturer_win_magnifier.h",
99 "win/window_capture_utils.cc", 101 "win/window_capture_utils.cc",
100 "win/window_capture_utils.h", 102 "win/window_capture_utils.h",
103 "window_capturer.cc",
101 "window_capturer.h", 104 "window_capturer.h",
102 "window_capturer_mac.mm", 105 "window_capturer_mac.mm",
103 "window_capturer_win.cc", 106 "window_capturer_win.cc",
104 ] 107 ]
105 108
106 if (use_x11) { 109 if (use_x11) {
107 sources += [ 110 sources += [
108 "mouse_cursor_monitor_x11.cc", 111 "mouse_cursor_monitor_x11.cc",
109 "screen_capturer_x11.cc", 112 "screen_capturer_x11.cc",
110 "window_capturer_x11.cc", 113 "window_capturer_x11.cc",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 sources = [ 172 sources = [
170 "differ_vector_sse2.cc", 173 "differ_vector_sse2.cc",
171 "differ_vector_sse2.h", 174 "differ_vector_sse2.h",
172 ] 175 ]
173 176
174 if (is_posix) { 177 if (is_posix) {
175 cflags = [ "-msse2" ] 178 cflags = [ "-msse2" ]
176 } 179 }
177 } 180 }
178 } 181 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/desktop_capture.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698