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

Unified Diff: webrtc/api/BUILD.gn

Issue 2733673002: Reland "Enable GN check for webrtc/examples" (Closed)
Patch Set: Move out libjingle_peerconnection_test_api Created 3 years, 10 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 | « .gn ('k') | webrtc/examples/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index 3447e924ad36c4bffdd457d07c437c88133d5749..e42b834c5c86d01bdddbb5b0df67673fa32e4b45 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -172,6 +172,21 @@ rtc_source_set("video_frame_api") {
}
}
+rtc_source_set("libjingle_peerconnection_test_api") {
+ testonly = true
+ sources = [
+ "test/fakeconstraints.h",
+ ]
+
+ public_deps = [
+ ":libjingle_peerconnection_api",
+ ]
+
+ deps = [
+ "../base:rtc_base_approved",
+ ]
+}
+
if (rtc_include_tests) {
rtc_source_set("mock_audio_mixer") {
testonly = true
@@ -189,22 +204,6 @@ if (rtc_include_tests) {
]
}
- rtc_source_set("libjingle_peerconnection_test_api") {
- testonly = true
- sources = [
- "test/fakeconstraints.h",
- ]
-
- public_deps = [
- ":libjingle_peerconnection_api",
- ]
-
- deps = [
- "../base:rtc_base_approved",
- "//webrtc/test:test_support",
kjellander_webrtc 2017/03/04 06:22:58 Turns out test_support was unused, making it possi
- ]
- }
-
rtc_source_set("fakemetricsobserver") {
testonly = true
sources = [
« no previous file with comments | « .gn ('k') | webrtc/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698