| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 'mac/scoped_pixel_buffer_object.cc', | 52 'mac/scoped_pixel_buffer_object.cc', |
| 53 'mac/scoped_pixel_buffer_object.h', | 53 'mac/scoped_pixel_buffer_object.h', |
| 54 'mac/window_list_utils.cc', | 54 'mac/window_list_utils.cc', |
| 55 'mac/window_list_utils.h', | 55 'mac/window_list_utils.h', |
| 56 'mouse_cursor.cc', | 56 'mouse_cursor.cc', |
| 57 'mouse_cursor.h', | 57 'mouse_cursor.h', |
| 58 'mouse_cursor_monitor.h', | 58 'mouse_cursor_monitor.h', |
| 59 'mouse_cursor_monitor_mac.mm', | 59 'mouse_cursor_monitor_mac.mm', |
| 60 'mouse_cursor_monitor_win.cc', | 60 'mouse_cursor_monitor_win.cc', |
| 61 'screen_capture_frame_queue.h', | 61 'screen_capture_frame_queue.h', |
| 62 '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 'shared_desktop_frame.cc', | 66 'shared_desktop_frame.cc', |
| 68 'shared_desktop_frame.h', | 67 'shared_desktop_frame.h', |
| 69 'shared_memory.cc', | 68 'shared_memory.cc', |
| 70 'shared_memory.h', | 69 'shared_memory.h', |
| 71 'win/cursor.cc', | 70 'win/cursor.cc', |
| 72 'win/cursor.h', | 71 'win/cursor.h', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 92 'win/screen_capture_utils.cc', | 91 'win/screen_capture_utils.cc', |
| 93 'win/screen_capture_utils.h', | 92 'win/screen_capture_utils.h', |
| 94 'win/screen_capturer_win_directx.cc', | 93 'win/screen_capturer_win_directx.cc', |
| 95 'win/screen_capturer_win_directx.h', | 94 'win/screen_capturer_win_directx.h', |
| 96 'win/screen_capturer_win_gdi.cc', | 95 'win/screen_capturer_win_gdi.cc', |
| 97 'win/screen_capturer_win_gdi.h', | 96 'win/screen_capturer_win_gdi.h', |
| 98 'win/screen_capturer_win_magnifier.cc', | 97 'win/screen_capturer_win_magnifier.cc', |
| 99 'win/screen_capturer_win_magnifier.h', | 98 'win/screen_capturer_win_magnifier.h', |
| 100 'win/window_capture_utils.cc', | 99 'win/window_capture_utils.cc', |
| 101 'win/window_capture_utils.h', | 100 'win/window_capture_utils.h', |
| 102 'window_capturer.h', | |
| 103 'window_capturer_mac.mm', | 101 'window_capturer_mac.mm', |
| 104 'window_capturer_win.cc', | 102 'window_capturer_win.cc', |
| 105 ], | 103 ], |
| 106 'conditions': [ | 104 'conditions': [ |
| 107 ['OS!="ios" and (target_arch=="ia32" or target_arch=="x64")', { | 105 ['OS!="ios" and (target_arch=="ia32" or target_arch=="x64")', { |
| 108 'dependencies': [ | 106 'dependencies': [ |
| 109 'desktop_capture_differ_sse2', | 107 'desktop_capture_differ_sse2', |
| 110 ], | 108 ], |
| 111 }], | 109 }], |
| 112 ['use_x11==1', { | 110 ['use_x11==1', { |
| (...skipping 25 matching lines...) Expand all Loading... |
| 138 'screen_capturer_null.cc', | 136 'screen_capturer_null.cc', |
| 139 'window_capturer_null.cc', | 137 'window_capturer_null.cc', |
| 140 ], | 138 ], |
| 141 }], | 139 }], |
| 142 ['OS!="ios" ', { | 140 ['OS!="ios" ', { |
| 143 'sources': [ | 141 'sources': [ |
| 144 'desktop_capturer_differ_wrapper.cc', | 142 'desktop_capturer_differ_wrapper.cc', |
| 145 'desktop_capturer_differ_wrapper.h', | 143 'desktop_capturer_differ_wrapper.h', |
| 146 'differ_block.cc', | 144 'differ_block.cc', |
| 147 'differ_block.h', | 145 'differ_block.h', |
| 148 'screen_capturer_differ_wrapper.cc', | |
| 149 'screen_capturer_differ_wrapper.h', | |
| 150 ], | 146 ], |
| 151 }], | 147 }], |
| 152 ['OS=="mac"', { | 148 ['OS=="mac"', { |
| 153 'link_settings': { | 149 'link_settings': { |
| 154 'libraries': [ | 150 'libraries': [ |
| 155 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 151 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 156 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 152 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
| 157 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 153 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
| 158 ], | 154 ], |
| 159 }, | 155 }, |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 'xcode_settings': { | 189 'xcode_settings': { |
| 194 'OTHER_CFLAGS': [ '-msse2', ], | 190 'OTHER_CFLAGS': [ '-msse2', ], |
| 195 }, | 191 }, |
| 196 }], | 192 }], |
| 197 ], | 193 ], |
| 198 }, | 194 }, |
| 199 ], # targets | 195 ], # targets |
| 200 }], | 196 }], |
| 201 ], | 197 ], |
| 202 } | 198 } |
| OLD | NEW |