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

Unified Diff: webrtc/modules/desktop_capture/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/desktop_capture/mock_desktop_capturer_callback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/desktop_capture/BUILD.gn
diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
index ebf337d055f3320284376def944717c8e9899cef..b43d90513455a3f71dd3ffd85e71047de4083bb4 100644
--- a/webrtc/modules/desktop_capture/BUILD.gn
+++ b/webrtc/modules/desktop_capture/BUILD.gn
@@ -66,6 +66,7 @@ if (rtc_include_tests) {
public_deps = [
":desktop_capture",
":rgba_color",
+ "//testing/gmock",
]
sources = [
@@ -73,6 +74,7 @@ if (rtc_include_tests) {
"desktop_frame_generator.h",
"fake_desktop_capturer.cc",
"fake_desktop_capturer.h",
+ "mock_desktop_capturer_callback.cc",
"mock_desktop_capturer_callback.h",
"screen_capturer_mock_objects.h",
]
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/desktop_capture/mock_desktop_capturer_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698