| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "mac/window_list_utils.cc", | 51 "mac/window_list_utils.cc", |
| 52 "mac/window_list_utils.h", | 52 "mac/window_list_utils.h", |
| 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.cc", | 59 "screen_capture_frame_queue.cc", |
| 60 "screen_capture_frame_queue.h", | 60 "screen_capture_frame_queue.h", |
| 61 "screen_capturer.cc", | |
| 62 "screen_capturer.h", | 61 "screen_capturer.h", |
| 63 "screen_capturer_helper.cc", | 62 "screen_capturer_helper.cc", |
| 64 "screen_capturer_helper.h", | 63 "screen_capturer_helper.h", |
| 65 "screen_capturer_mac.mm", | 64 "screen_capturer_mac.mm", |
| 66 "screen_capturer_win.cc", | 65 "screen_capturer_win.cc", |
| 67 "screen_capturer_x11.cc", | 66 "screen_capturer_x11.cc", |
| 68 "shared_desktop_frame.cc", | 67 "shared_desktop_frame.cc", |
| 69 "shared_desktop_frame.h", | 68 "shared_desktop_frame.h", |
| 70 "shared_memory.cc", | 69 "shared_memory.cc", |
| 71 "shared_memory.h", | 70 "shared_memory.h", |
| 72 "win/cursor.cc", | 71 "win/cursor.cc", |
| 73 "win/cursor.h", | 72 "win/cursor.h", |
| 74 "win/desktop.cc", | 73 "win/desktop.cc", |
| 75 "win/desktop.h", | 74 "win/desktop.h", |
| 76 "win/scoped_gdi_object.h", | 75 "win/scoped_gdi_object.h", |
| 77 "win/scoped_thread_desktop.cc", | 76 "win/scoped_thread_desktop.cc", |
| 78 "win/scoped_thread_desktop.h", | 77 "win/scoped_thread_desktop.h", |
| 79 "win/screen_capturer_win_gdi.cc", | 78 "win/screen_capturer_win_gdi.cc", |
| 80 "win/screen_capturer_win_gdi.h", | 79 "win/screen_capturer_win_gdi.h", |
| 81 "win/screen_capturer_win_magnifier.cc", | 80 "win/screen_capturer_win_magnifier.cc", |
| 82 "win/screen_capturer_win_magnifier.h", | 81 "win/screen_capturer_win_magnifier.h", |
| 83 "win/screen_capture_utils.cc", | 82 "win/screen_capture_utils.cc", |
| 84 "win/screen_capture_utils.h", | 83 "win/screen_capture_utils.h", |
| 85 "win/window_capture_utils.cc", | 84 "win/window_capture_utils.cc", |
| 86 "win/window_capture_utils.h", | 85 "win/window_capture_utils.h", |
| 87 "window_capturer.cc", | |
| 88 "window_capturer.h", | 86 "window_capturer.h", |
| 89 "window_capturer_mac.mm", | 87 "window_capturer_mac.mm", |
| 90 "window_capturer_win.cc", | 88 "window_capturer_win.cc", |
| 91 "window_capturer_x11.cc", | 89 "window_capturer_x11.cc", |
| 92 "x11/shared_x_display.h", | 90 "x11/shared_x_display.h", |
| 93 "x11/shared_x_display.cc", | 91 "x11/shared_x_display.cc", |
| 94 "x11/x_error_trap.cc", | 92 "x11/x_error_trap.cc", |
| 95 "x11/x_error_trap.h", | 93 "x11/x_error_trap.h", |
| 96 "x11/x_server_pixel_buffer.cc", | 94 "x11/x_server_pixel_buffer.cc", |
| 97 "x11/x_server_pixel_buffer.h", | 95 "x11/x_server_pixel_buffer.h", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 'xcode_settings': { | 149 'xcode_settings': { |
| 152 'OTHER_CFLAGS': [ '-msse2', ], | 150 'OTHER_CFLAGS': [ '-msse2', ], |
| 153 }, | 151 }, |
| 154 }], | 152 }], |
| 155 ], | 153 ], |
| 156 }, | 154 }, |
| 157 ], # targets | 155 ], # targets |
| 158 }], | 156 }], |
| 159 ], | 157 ], |
| 160 } | 158 } |
| OLD | NEW |