summaryrefslogtreecommitdiffstats
path: root/remoting/test/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/test/BUILD.gn')
-rw-r--r--remoting/test/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn
index fd014ff..8bc132f 100644
--- a/remoting/test/BUILD.gn
+++ b/remoting/test/BUILD.gn
@@ -18,6 +18,8 @@ source_set("test_support") {
"connection_setup_info.h",
"connection_time_observer.cc",
"connection_time_observer.h",
+ "cyclic_frame_generator.cc",
+ "cyclic_frame_generator.h",
"fake_access_token_fetcher.cc",
"fake_access_token_fetcher.h",
"fake_app_remoting_report_issue_request.cc",
@@ -76,6 +78,7 @@ source_set("test_support") {
deps = [
"//google_apis",
+ "//skia",
"//testing/gmock",
"//testing/gtest",
"//third_party/libjingle",