OLD | NEW |
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 Loading... |
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", | |
45 "desktop_capturer.h", | 44 "desktop_capturer.h", |
46 "desktop_frame_win.cc", | 45 "desktop_frame_win.cc", |
47 "desktop_frame_win.h", | 46 "desktop_frame_win.h", |
48 "mac/desktop_configuration.h", | 47 "mac/desktop_configuration.h", |
49 "mac/desktop_configuration.mm", | 48 "mac/desktop_configuration.mm", |
50 "mac/desktop_configuration_monitor.cc", | 49 "mac/desktop_configuration_monitor.cc", |
51 "mac/desktop_configuration_monitor.h", | 50 "mac/desktop_configuration_monitor.h", |
52 "mac/full_screen_chrome_window_detector.cc", | 51 "mac/full_screen_chrome_window_detector.cc", |
53 "mac/full_screen_chrome_window_detector.h", | 52 "mac/full_screen_chrome_window_detector.h", |
54 "mac/scoped_pixel_buffer_object.cc", | 53 "mac/scoped_pixel_buffer_object.cc", |
55 "mac/scoped_pixel_buffer_object.h", | 54 "mac/scoped_pixel_buffer_object.h", |
56 "mac/window_list_utils.cc", | 55 "mac/window_list_utils.cc", |
57 "mac/window_list_utils.h", | 56 "mac/window_list_utils.h", |
58 "mouse_cursor.cc", | 57 "mouse_cursor.cc", |
59 "mouse_cursor.h", | 58 "mouse_cursor.h", |
60 "mouse_cursor_monitor.h", | 59 "mouse_cursor_monitor.h", |
61 "mouse_cursor_monitor_mac.mm", | 60 "mouse_cursor_monitor_mac.mm", |
62 "mouse_cursor_monitor_win.cc", | 61 "mouse_cursor_monitor_win.cc", |
63 "screen_capture_frame_queue.h", | 62 "screen_capture_frame_queue.h", |
64 "screen_capturer.cc", | |
65 "screen_capturer.h", | 63 "screen_capturer.h", |
66 "screen_capturer_helper.cc", | 64 "screen_capturer_helper.cc", |
67 "screen_capturer_helper.h", | 65 "screen_capturer_helper.h", |
68 "screen_capturer_mac.mm", | 66 "screen_capturer_mac.mm", |
69 "screen_capturer_win.cc", | 67 "screen_capturer_win.cc", |
70 "shared_memory.cc", | 68 "shared_memory.cc", |
71 "shared_memory.h", | 69 "shared_memory.h", |
72 "win/cursor.cc", | 70 "win/cursor.cc", |
73 "win/cursor.h", | 71 "win/cursor.h", |
74 "win/d3d_device.cc", | 72 "win/d3d_device.cc", |
(...skipping 18 matching lines...) Expand all Loading... |
93 "win/screen_capture_utils.cc", | 91 "win/screen_capture_utils.cc", |
94 "win/screen_capture_utils.h", | 92 "win/screen_capture_utils.h", |
95 "win/screen_capturer_win_directx.cc", | 93 "win/screen_capturer_win_directx.cc", |
96 "win/screen_capturer_win_directx.h", | 94 "win/screen_capturer_win_directx.h", |
97 "win/screen_capturer_win_gdi.cc", | 95 "win/screen_capturer_win_gdi.cc", |
98 "win/screen_capturer_win_gdi.h", | 96 "win/screen_capturer_win_gdi.h", |
99 "win/screen_capturer_win_magnifier.cc", | 97 "win/screen_capturer_win_magnifier.cc", |
100 "win/screen_capturer_win_magnifier.h", | 98 "win/screen_capturer_win_magnifier.h", |
101 "win/window_capture_utils.cc", | 99 "win/window_capture_utils.cc", |
102 "win/window_capture_utils.h", | 100 "win/window_capture_utils.h", |
103 "window_capturer.cc", | |
104 "window_capturer.h", | 101 "window_capturer.h", |
105 "window_capturer_mac.mm", | 102 "window_capturer_mac.mm", |
106 "window_capturer_win.cc", | 103 "window_capturer_win.cc", |
107 ] | 104 ] |
108 | 105 |
109 if (use_x11) { | 106 if (use_x11) { |
110 sources += [ | 107 sources += [ |
111 "mouse_cursor_monitor_x11.cc", | 108 "mouse_cursor_monitor_x11.cc", |
112 "screen_capturer_x11.cc", | 109 "screen_capturer_x11.cc", |
113 "window_capturer_x11.cc", | 110 "window_capturer_x11.cc", |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 sources = [ | 169 sources = [ |
173 "differ_vector_sse2.cc", | 170 "differ_vector_sse2.cc", |
174 "differ_vector_sse2.h", | 171 "differ_vector_sse2.h", |
175 ] | 172 ] |
176 | 173 |
177 if (is_posix) { | 174 if (is_posix) { |
178 cflags = [ "-msse2" ] | 175 cflags = [ "-msse2" ] |
179 } | 176 } |
180 } | 177 } |
181 } | 178 } |
OLD | NEW |