OLD | NEW |
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 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 { | 9 { |
10 'targets': [ | 10 'targets': [ |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 "screen_capturer.h", | 62 "screen_capturer.h", |
63 "screen_capturer_helper.cc", | 63 "screen_capturer_helper.cc", |
64 "screen_capturer_helper.h", | 64 "screen_capturer_helper.h", |
65 "screen_capturer_mac.mm", | 65 "screen_capturer_mac.mm", |
66 "screen_capturer_win.cc", | 66 "screen_capturer_win.cc", |
67 "screen_capturer_x11.cc", | 67 "screen_capturer_x11.cc", |
68 "shared_desktop_frame.cc", | 68 "shared_desktop_frame.cc", |
69 "shared_desktop_frame.h", | 69 "shared_desktop_frame.h", |
70 "shared_memory.cc", | 70 "shared_memory.cc", |
71 "shared_memory.h", | 71 "shared_memory.h", |
| 72 "win/callback_shared_memory_factory.h", |
72 "win/cursor.cc", | 73 "win/cursor.cc", |
73 "win/cursor.h", | 74 "win/cursor.h", |
74 "win/desktop.cc", | 75 "win/desktop.cc", |
75 "win/desktop.h", | 76 "win/desktop.h", |
76 "win/scoped_gdi_object.h", | 77 "win/scoped_gdi_object.h", |
77 "win/scoped_thread_desktop.cc", | 78 "win/scoped_thread_desktop.cc", |
78 "win/scoped_thread_desktop.h", | 79 "win/scoped_thread_desktop.h", |
| 80 "win/screen_capturer_win_directx.cc", |
| 81 "win/screen_capturer_win_directx.h", |
79 "win/screen_capturer_win_gdi.cc", | 82 "win/screen_capturer_win_gdi.cc", |
80 "win/screen_capturer_win_gdi.h", | 83 "win/screen_capturer_win_gdi.h", |
81 "win/screen_capturer_win_magnifier.cc", | 84 "win/screen_capturer_win_magnifier.cc", |
82 "win/screen_capturer_win_magnifier.h", | 85 "win/screen_capturer_win_magnifier.h", |
83 "win/screen_capture_utils.cc", | 86 "win/screen_capture_utils.cc", |
84 "win/screen_capture_utils.h", | 87 "win/screen_capture_utils.h", |
85 "win/window_capture_utils.cc", | 88 "win/window_capture_utils.cc", |
86 "win/window_capture_utils.h", | 89 "win/window_capture_utils.h", |
87 "window_capturer.cc", | 90 "window_capturer.cc", |
88 "window_capturer.h", | 91 "window_capturer.h", |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 'xcode_settings': { | 154 'xcode_settings': { |
152 'OTHER_CFLAGS': [ '-msse2', ], | 155 'OTHER_CFLAGS': [ '-msse2', ], |
153 }, | 156 }, |
154 }], | 157 }], |
155 ], | 158 ], |
156 }, | 159 }, |
157 ], # targets | 160 ], # targets |
158 }], | 161 }], |
159 ], | 162 ], |
160 } | 163 } |
OLD | NEW |