OLD | NEW |
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 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 import("../build/webrtc.gni") | 9 import("../build/webrtc.gni") |
10 import("audio_coding/audio_coding.gni") | 10 import("audio_coding/audio_coding.gni") |
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
511 sources += [ | 511 sources += [ |
512 "desktop_capture/desktop_and_cursor_composer_unittest.cc", | 512 "desktop_capture/desktop_and_cursor_composer_unittest.cc", |
513 "desktop_capture/desktop_frame_generator.cc", | 513 "desktop_capture/desktop_frame_generator.cc", |
514 "desktop_capture/desktop_frame_generator.h", | 514 "desktop_capture/desktop_frame_generator.h", |
515 "desktop_capture/fake_desktop_capturer.h", | 515 "desktop_capture/fake_desktop_capturer.h", |
516 "desktop_capture/fake_screen_capturer.cc", | 516 "desktop_capture/fake_screen_capturer.cc", |
517 "desktop_capture/fake_screen_capturer.h", | 517 "desktop_capture/fake_screen_capturer.h", |
518 "desktop_capture/mouse_cursor_monitor_unittest.cc", | 518 "desktop_capture/mouse_cursor_monitor_unittest.cc", |
519 "desktop_capture/rgba_color.cc", | 519 "desktop_capture/rgba_color.cc", |
520 "desktop_capture/rgba_color.h", | 520 "desktop_capture/rgba_color.h", |
| 521 "desktop_capture/rgba_color_unittest.cc", |
521 "desktop_capture/screen_capturer_differ_wrapper_unittest.cc", | 522 "desktop_capture/screen_capturer_differ_wrapper_unittest.cc", |
522 "desktop_capture/screen_capturer_helper_unittest.cc", | 523 "desktop_capture/screen_capturer_helper_unittest.cc", |
523 "desktop_capture/screen_capturer_mac_unittest.cc", | 524 "desktop_capture/screen_capturer_mac_unittest.cc", |
524 "desktop_capture/screen_capturer_mock_objects.h", | 525 "desktop_capture/screen_capturer_mock_objects.h", |
525 "desktop_capture/screen_capturer_unittest.cc", | 526 "desktop_capture/screen_capturer_unittest.cc", |
526 "desktop_capture/screen_drawer.h", | 527 "desktop_capture/screen_drawer.h", |
527 "desktop_capture/screen_drawer_linux.cc", | 528 "desktop_capture/screen_drawer_linux.cc", |
528 "desktop_capture/screen_drawer_mac.cc", | 529 "desktop_capture/screen_drawer_mac.cc", |
529 "desktop_capture/screen_drawer_unittest.cc", | 530 "desktop_capture/screen_drawer_unittest.cc", |
530 "desktop_capture/screen_drawer_win.cc", | 531 "desktop_capture/screen_drawer_win.cc", |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
669 sources += [ | 670 sources += [ |
670 "audio_device/ios/audio_device_unittest_ios.cc", | 671 "audio_device/ios/audio_device_unittest_ios.cc", |
671 "audio_device/ios/objc/RTCAudioSessionTest.mm", | 672 "audio_device/ios/objc/RTCAudioSessionTest.mm", |
672 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", | 673 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", |
673 ] | 674 ] |
674 | 675 |
675 ldflags = [ "-ObjC" ] | 676 ldflags = [ "-ObjC" ] |
676 } | 677 } |
677 } | 678 } |
678 } | 679 } |
OLD | NEW |