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

Unified Diff: webrtc/rtc_base/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/pc/BUILD.gn ('k') | webrtc/rtc_base/callback.h.pump » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/BUILD.gn
diff --git a/webrtc/rtc_base/BUILD.gn b/webrtc/rtc_base/BUILD.gn
index 851973b15a07cb06ac9a8f6bb7604650c8be81c0..925f915aca4efd600f1d7adca70b55e8ca99a08c 100644
--- a/webrtc/rtc_base/BUILD.gn
+++ b/webrtc/rtc_base/BUILD.gn
@@ -203,8 +203,8 @@ rtc_static_library("rtc_base_approved") {
# Dependency on chromium's logging (in //base).
deps += [ "//base:base" ]
sources += [
- "../../webrtc_overrides/webrtc/base/logging.cc",
- "../../webrtc_overrides/webrtc/base/logging.h",
+ "../../webrtc_overrides/webrtc/rtc_base/logging.cc",
+ "../../webrtc_overrides/webrtc/rtc_base/logging.h",
]
} else {
sources += [
@@ -301,8 +301,8 @@ rtc_static_library("rtc_task_queue") {
if (build_with_chromium) {
sources = [
- "../../webrtc_overrides/webrtc/base/task_queue.cc",
- "../../webrtc_overrides/webrtc/base/task_queue.h",
+ "../../webrtc_overrides/webrtc/rtc_base/task_queue.cc",
+ "../../webrtc_overrides/webrtc/rtc_base/task_queue.h",
]
} else {
sources = [
@@ -518,7 +518,7 @@ rtc_static_library("rtc_base") {
if (build_with_chromium) {
if (is_win) {
- sources += [ "../../webrtc_overrides/webrtc/base/win32socketinit.cc" ]
+ sources += [ "../../webrtc_overrides/webrtc/rtc_base/win32socketinit.cc" ]
}
include_dirs = [ "../../boringssl/src/include" ]
public_configs += [ ":rtc_base_chromium_config" ]
« no previous file with comments | « webrtc/pc/BUILD.gn ('k') | webrtc/rtc_base/callback.h.pump » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698