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

Unified Diff: webrtc/system_wrappers/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/stats/BUILD.gn ('k') | webrtc/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/system_wrappers/BUILD.gn
diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn
index 1cf1b6f3b05f28b2fede68bf44ecb6a213675ae5..7dfcff7a3d8d75469495ff721019c9028fad853f 100644
--- a/webrtc/system_wrappers/BUILD.gn
+++ b/webrtc/system_wrappers/BUILD.gn
@@ -107,10 +107,10 @@ rtc_static_library("system_wrappers") {
cflags = [ "/wd4334" ] # Ignore warning on shift operator promotion.
- # Windows needs //webrtc/base:rtc_base due to include of webrtc/base/win32.h
- # in source/clock.cc.
+ # Windows needs //webrtc/rtc_base:rtc_base due to include of
+ # webrtc/rtc_base/win32.h in source/clock.cc.
# TODO(kjellander): Remove (bugs.webrtc.org/6828)
- deps += [ "../base:rtc_base" ]
+ deps += [ "../rtc_base:rtc_base" ]
}
if (is_win && is_clang) {
@@ -118,7 +118,7 @@ rtc_static_library("system_wrappers") {
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
}
- deps += [ "../base:rtc_base_approved" ]
+ deps += [ "../rtc_base:rtc_base_approved" ]
}
rtc_source_set("cpu_features_api") {
@@ -148,7 +148,7 @@ rtc_source_set("metrics_api") {
]
deps = [
"..:webrtc_common",
- "../base:rtc_base_approved",
+ "../rtc_base:rtc_base_approved",
]
}
@@ -169,7 +169,7 @@ rtc_static_library("metrics_default") {
]
deps = [
":metrics_api",
- "../base:rtc_base_approved",
+ "../rtc_base:rtc_base_approved",
]
}
@@ -228,7 +228,7 @@ if (rtc_include_tests) {
":metrics_default",
":system_wrappers",
"..:webrtc_common",
- "../base:rtc_base_approved",
+ "../rtc_base:rtc_base_approved",
"../test:test_main",
"//testing/gtest",
]
« no previous file with comments | « webrtc/stats/BUILD.gn ('k') | webrtc/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698