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

Unified Diff: content/test/BUILD.gn

Issue 2964503003: Move NetworkService mojom files to content/public/common. (Closed)
Patch Set: Merge Created 3 years, 5 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index c44a09eb3dca9575344e6fbf4ce4a3979a417718..0a63b0de433c3cbbb3000d9e6046b475ca2db99f 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -262,7 +262,7 @@ static_library("test_support") {
"//content/gpu",
"//content/public/browser",
"//content/public/child",
- "//content/public/common:interfaces",
+ "//content/public/common",
"//content/public/common:service_names",
"//content/public/renderer",
"//content/public/utility",
@@ -350,9 +350,9 @@ static_library("test_support") {
deps += [
"//third_party/webrtc/api:libjingle_peerconnection",
"//third_party/webrtc/api:rtc_stats_api",
- "//third_party/webrtc/rtc_base:rtc_base_approved",
"//third_party/webrtc/media:rtc_media_base",
"//third_party/webrtc/modules/video_capture",
+ "//third_party/webrtc/rtc_base:rtc_base_approved",
"//third_party/webrtc/stats:rtc_stats",
"//third_party/webrtc_overrides:init_webrtc",
]
@@ -1699,10 +1699,10 @@ test("content_unittests") {
"//third_party/webrtc/api:rtc_stats_api",
"//third_party/webrtc/api:video_frame_api",
"//third_party/webrtc/api/video_codecs:video_codecs_api",
- "//third_party/webrtc/rtc_base:rtc_base",
"//third_party/webrtc/media:rtc_media",
"//third_party/webrtc/modules/desktop_capture:primitives",
"//third_party/webrtc/modules/video_capture",
+ "//third_party/webrtc/rtc_base:rtc_base",
"//third_party/webrtc/stats:rtc_stats_test_utils",
"//third_party/webrtc_overrides:init_webrtc",
"//ui/shell_dialogs:shell_dialogs",

Powered by Google App Engine
This is Rietveld 408576698