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

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

Issue 2682913002: [DesktopCapture] Detect screen resolution changes in DirectX capturer (Closed)
Patch Set: Resolve review comments Created 3 years, 10 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/resolution_change_detector.h » ('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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "mac/full_screen_chrome_window_detector.h", 109 "mac/full_screen_chrome_window_detector.h",
110 "mac/scoped_pixel_buffer_object.cc", 110 "mac/scoped_pixel_buffer_object.cc",
111 "mac/scoped_pixel_buffer_object.h", 111 "mac/scoped_pixel_buffer_object.h",
112 "mac/window_list_utils.cc", 112 "mac/window_list_utils.cc",
113 "mac/window_list_utils.h", 113 "mac/window_list_utils.h",
114 "mouse_cursor.cc", 114 "mouse_cursor.cc",
115 "mouse_cursor.h", 115 "mouse_cursor.h",
116 "mouse_cursor_monitor.h", 116 "mouse_cursor_monitor.h",
117 "mouse_cursor_monitor_mac.mm", 117 "mouse_cursor_monitor_mac.mm",
118 "mouse_cursor_monitor_win.cc", 118 "mouse_cursor_monitor_win.cc",
119 "resolution_change_detector.cc",
120 "resolution_change_detector.h",
119 "screen_capture_frame_queue.h", 121 "screen_capture_frame_queue.h",
120 "screen_capturer_helper.cc", 122 "screen_capturer_helper.cc",
121 "screen_capturer_helper.h", 123 "screen_capturer_helper.h",
122 "screen_capturer_mac.mm", 124 "screen_capturer_mac.mm",
123 "screen_capturer_win.cc", 125 "screen_capturer_win.cc",
124 "shared_memory.cc", 126 "shared_memory.cc",
125 "shared_memory.h", 127 "shared_memory.h",
126 "win/cursor.cc", 128 "win/cursor.cc",
127 "win/cursor.h", 129 "win/cursor.h",
128 "win/d3d_device.cc", 130 "win/d3d_device.cc",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 sources = [ 218 sources = [
217 "differ_vector_sse2.cc", 219 "differ_vector_sse2.cc",
218 "differ_vector_sse2.h", 220 "differ_vector_sse2.h",
219 ] 221 ]
220 222
221 if (is_posix) { 223 if (is_posix) {
222 cflags = [ "-msse2" ] 224 cflags = [ "-msse2" ]
223 } 225 }
224 } 226 }
225 } 227 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/resolution_change_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698