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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 'desktop_capture/differ_block_unittest.cc', | 429 'desktop_capture/differ_block_unittest.cc', |
430 'desktop_capture/differ_unittest.cc', | 430 'desktop_capture/differ_unittest.cc', |
431 ], | 431 ], |
432 }], | 432 }], |
433 ['desktop_capture_supported==1', { | 433 ['desktop_capture_supported==1', { |
434 'sources': [ | 434 'sources': [ |
435 'desktop_capture/desktop_and_cursor_composer_unittest.cc', | 435 'desktop_capture/desktop_and_cursor_composer_unittest.cc', |
436 'desktop_capture/mouse_cursor_monitor_unittest.cc', | 436 'desktop_capture/mouse_cursor_monitor_unittest.cc', |
437 'desktop_capture/rgba_color.cc', | 437 'desktop_capture/rgba_color.cc', |
438 'desktop_capture/rgba_color.h', | 438 'desktop_capture/rgba_color.h', |
| 439 'desktop_capture/rgba_color_unittest.cc', |
439 'desktop_capture/screen_capturer_differ_wrapper_unittest.cc', | 440 'desktop_capture/screen_capturer_differ_wrapper_unittest.cc', |
440 'desktop_capture/screen_capturer_helper_unittest.cc', | 441 'desktop_capture/screen_capturer_helper_unittest.cc', |
441 'desktop_capture/screen_capturer_mac_unittest.cc', | 442 'desktop_capture/screen_capturer_mac_unittest.cc', |
442 'desktop_capture/fake_desktop_capturer.h', | 443 'desktop_capture/fake_desktop_capturer.h', |
443 'desktop_capture/fake_screen_capturer.cc', | 444 'desktop_capture/fake_screen_capturer.cc', |
444 'desktop_capture/fake_screen_capturer.h', | 445 'desktop_capture/fake_screen_capturer.h', |
445 'desktop_capture/desktop_frame_generator.cc', | 446 'desktop_capture/desktop_frame_generator.cc', |
446 'desktop_capture/desktop_frame_generator.h', | 447 'desktop_capture/desktop_frame_generator.h', |
447 'desktop_capture/screen_capturer_mock_objects.h', | 448 'desktop_capture/screen_capturer_mock_objects.h', |
448 'desktop_capture/screen_capturer_unittest.cc', | 449 'desktop_capture/screen_capturer_unittest.cc', |
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
801 'sources': [ | 802 'sources': [ |
802 'modules_unittests.isolate', | 803 'modules_unittests.isolate', |
803 ], | 804 ], |
804 }, | 805 }, |
805 ], | 806 ], |
806 }], | 807 }], |
807 ], | 808 ], |
808 }], # include_tests | 809 }], # include_tests |
809 ], # conditions | 810 ], # conditions |
810 } | 811 } |
OLD | NEW |