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