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

Unified Diff: webrtc/base/BUILD.gn

Issue 2553683002: Clean up redundant include of ../webrtc_overrides (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 69ba7725fd2d7275ddc6d06005599eb21bfcae33..d73d0753034b620632f6c090f6cc8077be5d82fb 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -200,7 +200,6 @@ rtc_static_library("rtc_base_approved") {
"../../webrtc_overrides/webrtc/base/logging.cc",
"../../webrtc_overrides/webrtc/base/logging.h",
]
- include_dirs = [ "../../webrtc_overrides" ]
} else {
sources += [
"logging.cc",
@@ -304,7 +303,6 @@ rtc_static_library("rtc_task_queue") {
"../../webrtc_overrides/webrtc/base/task_queue.cc",
"../../webrtc_overrides/webrtc/base/task_queue.h",
]
- include_dirs = [ "../../webrtc_overrides" ]
} else {
sources += [
"task_queue.h",
@@ -525,12 +523,7 @@ rtc_static_library("rtc_base") {
if (is_win) {
sources += [ "../../webrtc_overrides/webrtc/base/win32socketinit.cc" ]
}
-
- include_dirs = [
- "../../webrtc_overrides",
- "../../boringssl/src/include",
- ]
-
+ include_dirs = [ "../../boringssl/src/include" ]
public_configs += [ ":rtc_base_chromium_config" ]
} else {
configs += [ ":rtc_base_warnings_config" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698