| 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 30 matching lines...) Expand all Loading... |
| 41 "differ_block.cc", | 41 "differ_block.cc", |
| 42 "differ_block.h", | 42 "differ_block.h", |
| 43 "mac/desktop_configuration.h", | 43 "mac/desktop_configuration.h", |
| 44 "mac/desktop_configuration.mm", | 44 "mac/desktop_configuration.mm", |
| 45 "mac/desktop_configuration_monitor.h", | 45 "mac/desktop_configuration_monitor.h", |
| 46 "mac/desktop_configuration_monitor.cc", | 46 "mac/desktop_configuration_monitor.cc", |
| 47 "mac/full_screen_chrome_window_detector.cc", | 47 "mac/full_screen_chrome_window_detector.cc", |
| 48 "mac/full_screen_chrome_window_detector.h", | 48 "mac/full_screen_chrome_window_detector.h", |
| 49 "mac/scoped_pixel_buffer_object.cc", | 49 "mac/scoped_pixel_buffer_object.cc", |
| 50 "mac/scoped_pixel_buffer_object.h", | 50 "mac/scoped_pixel_buffer_object.h", |
| 51 "mac/window_list_utils.cc", | |
| 52 "mac/window_list_utils.h", | 51 "mac/window_list_utils.h", |
| 52 "mac/window_list_utils.mm", |
| 53 "mouse_cursor.cc", | 53 "mouse_cursor.cc", |
| 54 "mouse_cursor.h", | 54 "mouse_cursor.h", |
| 55 "mouse_cursor_monitor.h", | 55 "mouse_cursor_monitor.h", |
| 56 "mouse_cursor_monitor_mac.mm", | 56 "mouse_cursor_monitor_mac.mm", |
| 57 "mouse_cursor_monitor_win.cc", | 57 "mouse_cursor_monitor_win.cc", |
| 58 "mouse_cursor_monitor_x11.cc", | 58 "mouse_cursor_monitor_x11.cc", |
| 59 "screen_capture_frame_queue.h", | 59 "screen_capture_frame_queue.h", |
| 60 "screen_capturer.h", | 60 "screen_capturer.h", |
| 61 "screen_capturer_helper.cc", | 61 "screen_capturer_helper.cc", |
| 62 "screen_capturer_helper.h", | 62 "screen_capturer_helper.h", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'xcode_settings': { | 163 'xcode_settings': { |
| 164 'OTHER_CFLAGS': [ '-msse2', ], | 164 'OTHER_CFLAGS': [ '-msse2', ], |
| 165 }, | 165 }, |
| 166 }], | 166 }], |
| 167 ], | 167 ], |
| 168 }, | 168 }, |
| 169 ], # targets | 169 ], # targets |
| 170 }], | 170 }], |
| 171 ], | 171 ], |
| 172 } | 172 } |
| OLD | NEW |