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

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

Issue 1909593002: Cleanup webrtc/modules/desktop_capture (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "mac/scoped_pixel_buffer_object.h", 55 "mac/scoped_pixel_buffer_object.h",
56 "mac/window_list_utils.cc", 56 "mac/window_list_utils.cc",
57 "mac/window_list_utils.h", 57 "mac/window_list_utils.h",
58 "mouse_cursor.cc", 58 "mouse_cursor.cc",
59 "mouse_cursor.h", 59 "mouse_cursor.h",
60 "mouse_cursor_monitor.h", 60 "mouse_cursor_monitor.h",
61 "mouse_cursor_monitor_mac.mm", 61 "mouse_cursor_monitor_mac.mm",
62 "mouse_cursor_monitor_win.cc", 62 "mouse_cursor_monitor_win.cc",
63 "screen_capture_frame_queue.cc", 63 "screen_capture_frame_queue.cc",
64 "screen_capture_frame_queue.h", 64 "screen_capture_frame_queue.h",
65 "screen_capturer.cc",
66 "screen_capturer.h", 65 "screen_capturer.h",
67 "screen_capturer_helper.cc", 66 "screen_capturer_helper.cc",
68 "screen_capturer_helper.h", 67 "screen_capturer_helper.h",
69 "screen_capturer_mac.mm", 68 "screen_capturer_mac.mm",
70 "screen_capturer_win.cc", 69 "screen_capturer_win.cc",
71 "shared_desktop_frame.cc", 70 "shared_desktop_frame.cc",
72 "shared_desktop_frame.h", 71 "shared_desktop_frame.h",
73 "shared_memory.cc", 72 "shared_memory.cc",
74 "shared_memory.h", 73 "shared_memory.h",
75 "win/cursor.cc", 74 "win/cursor.cc",
76 "win/cursor.h", 75 "win/cursor.h",
77 "win/desktop.cc", 76 "win/desktop.cc",
78 "win/desktop.h", 77 "win/desktop.h",
79 "win/scoped_gdi_object.h", 78 "win/scoped_gdi_object.h",
80 "win/scoped_thread_desktop.cc", 79 "win/scoped_thread_desktop.cc",
81 "win/scoped_thread_desktop.h", 80 "win/scoped_thread_desktop.h",
82 "win/screen_capture_utils.cc", 81 "win/screen_capture_utils.cc",
83 "win/screen_capture_utils.h", 82 "win/screen_capture_utils.h",
84 "win/screen_capturer_win_gdi.cc", 83 "win/screen_capturer_win_gdi.cc",
85 "win/screen_capturer_win_gdi.h", 84 "win/screen_capturer_win_gdi.h",
86 "win/screen_capturer_win_magnifier.cc", 85 "win/screen_capturer_win_magnifier.cc",
87 "win/screen_capturer_win_magnifier.h", 86 "win/screen_capturer_win_magnifier.h",
88 "win/window_capture_utils.cc", 87 "win/window_capture_utils.cc",
89 "win/window_capture_utils.h", 88 "win/window_capture_utils.h",
90 "window_capturer.cc",
91 "window_capturer.h", 89 "window_capturer.h",
92 "window_capturer_mac.mm", 90 "window_capturer_mac.mm",
93 "window_capturer_win.cc", 91 "window_capturer_win.cc",
94 ] 92 ]
95 93
96 if (use_x11) { 94 if (use_x11) {
97 sources += [ 95 sources += [
98 "mouse_cursor_monitor_x11.cc", 96 "mouse_cursor_monitor_x11.cc",
99 "screen_capturer_x11.cc", 97 "screen_capturer_x11.cc",
100 "window_capturer_x11.cc", 98 "window_capturer_x11.cc",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ] 153 ]
156 154
157 configs += [ "../..:common_config" ] 155 configs += [ "../..:common_config" ]
158 public_configs = [ "../..:common_inherited_config" ] 156 public_configs = [ "../..:common_inherited_config" ]
159 157
160 if (is_posix && !is_mac) { 158 if (is_posix && !is_mac) {
161 cflags = [ "-msse2" ] 159 cflags = [ "-msse2" ]
162 } 160 }
163 } 161 }
164 } 162 }
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