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

Unified Diff: remoting/BUILD.gn

Issue 2437453004: Removing the dependency on //third_party/webrtc:webrtc and replacing with rtc_base. (Closed)
Patch Set: Fixing :: typo. Created 4 years, 2 months 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 | « no previous file | remoting/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index e13af5e1bbcd270cb3aa668d3eb68ab601ec4274..5ed0fff7f834f42be7a74ae56b1841423398799e 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -140,6 +140,7 @@ test("remoting_unittests") {
deps = [
":test_support",
"//base",
+ "//base/test:test_support",
"//google_apis",
"//remoting/base:unit_tests",
"//remoting/client:unit_tests",
@@ -148,7 +149,6 @@ test("remoting_unittests") {
"//remoting/test:unit_tests",
"//testing/gmock",
"//testing/gtest",
- "//third_party/webrtc",
]
if (enable_remoting_host) {
« no previous file with comments | « no previous file | remoting/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698