OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
9 'chromium_code': 1, | 9 'chromium_code': 1, |
10 | 10 |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 'capturer/capture_data.h', | 260 'capturer/capture_data.h', |
261 'capturer/shared_buffer.cc', | 261 'capturer/shared_buffer.cc', |
262 'capturer/shared_buffer.h', | 262 'capturer/shared_buffer.h', |
263 'capturer/shared_buffer_factory.h', | 263 'capturer/shared_buffer_factory.h', |
264 'capturer/differ.cc', | 264 'capturer/differ.cc', |
265 'capturer/differ.h', | 265 'capturer/differ.h', |
266 'capturer/differ_block.cc', | 266 'capturer/differ_block.cc', |
267 'capturer/differ_block.h', | 267 'capturer/differ_block.h', |
268 'capturer/linux/x_server_pixel_buffer.cc', | 268 'capturer/linux/x_server_pixel_buffer.cc', |
269 'capturer/linux/x_server_pixel_buffer.h', | 269 'capturer/linux/x_server_pixel_buffer.h', |
| 270 'capturer/mac/desktop_configuration.mm', |
| 271 'capturer/mac/desktop_configuration.h', |
270 'capturer/mac/scoped_pixel_buffer_object.cc', | 272 'capturer/mac/scoped_pixel_buffer_object.cc', |
271 'capturer/mac/scoped_pixel_buffer_object.h', | 273 'capturer/mac/scoped_pixel_buffer_object.h', |
272 'capturer/mouse_cursor_shape.cc', | 274 'capturer/mouse_cursor_shape.cc', |
273 'capturer/mouse_cursor_shape.h', | 275 'capturer/mouse_cursor_shape.h', |
274 'capturer/video_frame.cc', | 276 'capturer/video_frame.cc', |
275 'capturer/video_frame.h', | 277 'capturer/video_frame.h', |
276 'capturer/video_frame_capturer.h', | 278 'capturer/video_frame_capturer.h', |
277 'capturer/video_frame_capturer_fake.cc', | 279 'capturer/video_frame_capturer_fake.cc', |
278 'capturer/video_frame_capturer_fake.h', | 280 'capturer/video_frame_capturer_fake.h', |
279 'capturer/video_frame_capturer_helper.cc', | 281 'capturer/video_frame_capturer_helper.cc', |
(...skipping 2120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2400 '../base/allocator/allocator.gyp:allocator', | 2402 '../base/allocator/allocator.gyp:allocator', |
2401 ], | 2403 ], |
2402 }, | 2404 }, |
2403 ], | 2405 ], |
2404 ], | 2406 ], |
2405 }], # end of 'toolkit_uses_gtk == 1' | 2407 }], # end of 'toolkit_uses_gtk == 1' |
2406 ], # end of 'conditions' | 2408 ], # end of 'conditions' |
2407 }, # end of target 'remoting_unittests' | 2409 }, # end of target 'remoting_unittests' |
2408 ], # end of targets | 2410 ], # end of targets |
2409 } | 2411 } |
OLD | NEW |