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 21 matching lines...) Expand all Loading... |
32 'sources': [ | 32 'sources': [ |
33 'cropped_desktop_frame.cc', | 33 'cropped_desktop_frame.cc', |
34 'cropped_desktop_frame.h', | 34 'cropped_desktop_frame.h', |
35 'cropping_window_capturer.cc', | 35 'cropping_window_capturer.cc', |
36 'cropping_window_capturer.h', | 36 'cropping_window_capturer.h', |
37 'cropping_window_capturer_win.cc', | 37 'cropping_window_capturer_win.cc', |
38 'desktop_and_cursor_composer.cc', | 38 'desktop_and_cursor_composer.cc', |
39 'desktop_and_cursor_composer.h', | 39 'desktop_and_cursor_composer.h', |
40 'desktop_capture_options.h', | 40 'desktop_capture_options.h', |
41 'desktop_capture_options.cc', | 41 'desktop_capture_options.cc', |
| 42 'desktop_capturer.cc', |
42 'desktop_capturer.h', | 43 'desktop_capturer.h', |
43 'desktop_frame_win.cc', | 44 'desktop_frame_win.cc', |
44 'desktop_frame_win.h', | 45 'desktop_frame_win.h', |
45 'mac/desktop_configuration.h', | 46 'mac/desktop_configuration.h', |
46 'mac/desktop_configuration.mm', | 47 'mac/desktop_configuration.mm', |
47 'mac/desktop_configuration_monitor.h', | 48 'mac/desktop_configuration_monitor.h', |
48 'mac/desktop_configuration_monitor.cc', | 49 'mac/desktop_configuration_monitor.cc', |
49 'mac/full_screen_chrome_window_detector.cc', | 50 'mac/full_screen_chrome_window_detector.cc', |
50 'mac/full_screen_chrome_window_detector.h', | 51 'mac/full_screen_chrome_window_detector.h', |
51 'mac/scoped_pixel_buffer_object.cc', | 52 'mac/scoped_pixel_buffer_object.cc', |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 'xcode_settings': { | 191 'xcode_settings': { |
191 'OTHER_CFLAGS': [ '-msse2', ], | 192 'OTHER_CFLAGS': [ '-msse2', ], |
192 }, | 193 }, |
193 }], | 194 }], |
194 ], | 195 ], |
195 }, | 196 }, |
196 ], # targets | 197 ], # targets |
197 }], | 198 }], |
198 ], | 199 ], |
199 } | 200 } |
OLD | NEW |