Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Side by Side Diff: webrtc/modules/BUILD.gn

Issue 2494013003: Remove screen_capturer_mock_objects.h (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "audio_coding/test/iSACTest.cc", 95 "audio_coding/test/iSACTest.cc",
96 "audio_coding/test/opus_test.cc", 96 "audio_coding/test/opus_test.cc",
97 "audio_coding/test/target_delay_unittest.cc", 97 "audio_coding/test/target_delay_unittest.cc",
98 "audio_coding/test/utility.cc", 98 "audio_coding/test/utility.cc",
99 "rtp_rtcp/test/testFec/test_fec.cc", 99 "rtp_rtcp/test/testFec/test_fec.cc",
100 "video_coding/codecs/test/videoprocessor_integrationtest.cc", 100 "video_coding/codecs/test/videoprocessor_integrationtest.cc",
101 "video_coding/codecs/vp8/test/vp8_impl_unittest.cc", 101 "video_coding/codecs/vp8/test/vp8_impl_unittest.cc",
102 ] 102 ]
103 103
104 if (rtc_desktop_capture_supported) { 104 if (rtc_desktop_capture_supported) {
105 deps += [ "desktop_capture:screen_drawer" ] 105 deps += [
106 "desktop_capture:desktop_capture_mock",
107 "desktop_capture:screen_drawer",
108 ]
106 sources += [ 109 sources += [
107 "desktop_capture/screen_capturer_integration_test.cc", 110 "desktop_capture/screen_capturer_integration_test.cc",
108 "desktop_capture/screen_drawer_unittest.cc", 111 "desktop_capture/screen_drawer_unittest.cc",
109 ] 112 ]
110 } 113 }
111 114
112 data = modules_tests_resources 115 data = modules_tests_resources
113 116
114 if (is_android) { 117 if (is_android) {
115 deps += [ "//testing/android/native_test:native_test_native_code" ] 118 deps += [ "//testing/android/native_test:native_test_native_code" ]
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 "../test:test_common", 746 "../test:test_common",
744 "../test:test_support_main", 747 "../test:test_support_main",
745 "remote_bitrate_estimator:bwe_simulator_lib", 748 "remote_bitrate_estimator:bwe_simulator_lib",
746 "video_capture", 749 "video_capture",
747 "//testing/gmock", 750 "//testing/gmock",
748 "//testing/gtest", 751 "//testing/gtest",
749 "//third_party/gflags", 752 "//third_party/gflags",
750 ] 753 ]
751 } 754 }
752 } 755 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698