| 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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 "desktop_capture/fake_screen_capturer.h", | 542 "desktop_capture/fake_screen_capturer.h", |
| 543 "desktop_capture/mouse_cursor_monitor_unittest.cc", | 543 "desktop_capture/mouse_cursor_monitor_unittest.cc", |
| 544 "desktop_capture/rgba_color.cc", | 544 "desktop_capture/rgba_color.cc", |
| 545 "desktop_capture/rgba_color.h", | 545 "desktop_capture/rgba_color.h", |
| 546 "desktop_capture/rgba_color_unittest.cc", | 546 "desktop_capture/rgba_color_unittest.cc", |
| 547 "desktop_capture/screen_capturer_differ_wrapper_unittest.cc", | 547 "desktop_capture/screen_capturer_differ_wrapper_unittest.cc", |
| 548 "desktop_capture/screen_capturer_helper_unittest.cc", | 548 "desktop_capture/screen_capturer_helper_unittest.cc", |
| 549 "desktop_capture/screen_capturer_mac_unittest.cc", | 549 "desktop_capture/screen_capturer_mac_unittest.cc", |
| 550 "desktop_capture/screen_capturer_mock_objects.h", | 550 "desktop_capture/screen_capturer_mock_objects.h", |
| 551 "desktop_capture/screen_capturer_unittest.cc", | 551 "desktop_capture/screen_capturer_unittest.cc", |
| 552 "desktop_capture/screen_drawer.cc", |
| 552 "desktop_capture/screen_drawer.h", | 553 "desktop_capture/screen_drawer.h", |
| 553 "desktop_capture/screen_drawer_linux.cc", | 554 "desktop_capture/screen_drawer_linux.cc", |
| 554 "desktop_capture/screen_drawer_mac.cc", | 555 "desktop_capture/screen_drawer_mac.cc", |
| 555 "desktop_capture/screen_drawer_unittest.cc", | 556 "desktop_capture/screen_drawer_unittest.cc", |
| 556 "desktop_capture/screen_drawer_win.cc", | 557 "desktop_capture/screen_drawer_win.cc", |
| 557 "desktop_capture/win/cursor_unittest.cc", | 558 "desktop_capture/win/cursor_unittest.cc", |
| 558 "desktop_capture/win/cursor_unittest_resources.h", | 559 "desktop_capture/win/cursor_unittest_resources.h", |
| 559 "desktop_capture/win/cursor_unittest_resources.rc", | 560 "desktop_capture/win/cursor_unittest_resources.rc", |
| 560 "desktop_capture/window_capturer_unittest.cc", | 561 "desktop_capture/window_capturer_unittest.cc", |
| 561 ] | 562 ] |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 "../test:test_common", | 732 "../test:test_common", |
| 732 "../test:test_support_main", | 733 "../test:test_support_main", |
| 733 "remote_bitrate_estimator:bwe_simulator_lib", | 734 "remote_bitrate_estimator:bwe_simulator_lib", |
| 734 "video_capture", | 735 "video_capture", |
| 735 "//testing/gmock", | 736 "//testing/gmock", |
| 736 "//testing/gtest", | 737 "//testing/gtest", |
| 737 "//third_party/gflags", | 738 "//third_party/gflags", |
| 738 ] | 739 ] |
| 739 } | 740 } |
| 740 } | 741 } |
| OLD | NEW |