OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 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 'includes': [ | 10 'includes': [ |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 'sources': [ | 416 'sources': [ |
417 'desktop_capture/desktop_region_unittest.cc', | 417 'desktop_capture/desktop_region_unittest.cc', |
418 'desktop_capture/differ_block_unittest.cc', | 418 'desktop_capture/differ_block_unittest.cc', |
419 'desktop_capture/differ_unittest.cc', | 419 'desktop_capture/differ_unittest.cc', |
420 ], | 420 ], |
421 }], | 421 }], |
422 ['desktop_capture_supported==1', { | 422 ['desktop_capture_supported==1', { |
423 'sources': [ | 423 'sources': [ |
424 'desktop_capture/desktop_and_cursor_composer_unittest.cc', | 424 'desktop_capture/desktop_and_cursor_composer_unittest.cc', |
425 'desktop_capture/mouse_cursor_monitor_unittest.cc', | 425 'desktop_capture/mouse_cursor_monitor_unittest.cc', |
| 426 'desktop_capture/screen_capturer_differ_wrapper_unittest.cc', |
426 'desktop_capture/screen_capturer_helper_unittest.cc', | 427 'desktop_capture/screen_capturer_helper_unittest.cc', |
427 'desktop_capture/screen_capturer_mac_unittest.cc', | 428 'desktop_capture/screen_capturer_mac_unittest.cc', |
| 429 'desktop_capture/screen_capturer_mock_objects.cc', |
428 'desktop_capture/screen_capturer_mock_objects.h', | 430 'desktop_capture/screen_capturer_mock_objects.h', |
429 'desktop_capture/screen_capturer_unittest.cc', | 431 'desktop_capture/screen_capturer_unittest.cc', |
430 'desktop_capture/window_capturer_unittest.cc', | 432 'desktop_capture/window_capturer_unittest.cc', |
431 'desktop_capture/win/cursor_unittest.cc', | 433 'desktop_capture/win/cursor_unittest.cc', |
432 'desktop_capture/win/cursor_unittest_resources.h', | 434 'desktop_capture/win/cursor_unittest_resources.h', |
433 'desktop_capture/win/cursor_unittest_resources.rc', | 435 'desktop_capture/win/cursor_unittest_resources.rc', |
434 ], | 436 ], |
435 }], | 437 }], |
436 ['prefer_fixed_point==1', { | 438 ['prefer_fixed_point==1', { |
437 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ], | 439 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ], |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
777 'sources': [ | 779 'sources': [ |
778 'modules_unittests.isolate', | 780 'modules_unittests.isolate', |
779 ], | 781 ], |
780 }, | 782 }, |
781 ], | 783 ], |
782 }], | 784 }], |
783 ], | 785 ], |
784 }], # include_tests | 786 }], # include_tests |
785 ], # conditions | 787 ], # conditions |
786 } | 788 } |
OLD | NEW |