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

Unified Diff: webrtc/rtc_tools/BUILD.gn

Issue 2976293002: Remove remains of webrtc/base (Closed)
Patch Set: Add README.md 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
« no previous file with comments | « webrtc/rtc_base/sigslottester.h.pump ('k') | webrtc/rtc_tools/network_tester/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_tools/BUILD.gn
diff --git a/webrtc/rtc_tools/BUILD.gn b/webrtc/rtc_tools/BUILD.gn
index fac42f389b48c89d6976572a0477878e75bcb8c1..dde557e7668445e180086a1a1a4dbbb9f8593226 100644
--- a/webrtc/rtc_tools/BUILD.gn
+++ b/webrtc/rtc_tools/BUILD.gn
@@ -48,8 +48,8 @@ rtc_static_library("command_line_parser") {
"simple_command_line_parser.h",
]
deps = [
- "../base:gtest_prod",
- "../base:rtc_base_approved",
+ "../rtc_base:gtest_prod",
+ "../rtc_base:rtc_base_approved",
]
}
@@ -206,13 +206,13 @@ if (rtc_enable_protobuf) {
defines = [ "ENABLE_RTC_EVENT_LOG" ]
deps = [
"..:video_stream_api",
- "../base:rtc_base_approved",
"../call:call_interfaces",
"../logging:rtc_event_log_impl",
"../logging:rtc_event_log_parser",
"../modules:module_api",
"../modules/audio_coding:ana_debug_dump_proto",
"../modules/audio_coding:neteq_tools",
+ "../rtc_base:rtc_base_approved",
# TODO(kwiberg): Remove this dependency.
"../api/audio_codecs:audio_codecs_api",
@@ -245,7 +245,7 @@ if (rtc_include_tests) {
defines = [ "ENABLE_RTC_EVENT_LOG" ]
deps = [
":event_log_visualizer_utils",
- "../base:rtc_base_approved",
+ "../rtc_base:rtc_base_approved",
"../test:field_trial",
"../test:test_support",
]
@@ -264,9 +264,9 @@ if (rtc_include_tests) {
}
deps = [
- "../base:rtc_base_approved",
"../modules:module_api",
"../modules/audio_processing",
+ "../rtc_base:rtc_base_approved",
"../system_wrappers:metrics_default",
"../test:test_support",
"//build/win:default_exe_manifest",
« no previous file with comments | « webrtc/rtc_base/sigslottester.h.pump ('k') | webrtc/rtc_tools/network_tester/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698