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

Unified Diff: rtc_base/BUILD.gn

Issue 3015513002: Drop reference to webrtc_overrides/.../task_queue.h (Closed)
Patch Set: Rebase after The Great Move Created 3 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rtc_base/BUILD.gn
diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn
index 31848df1f1601503e7ebec620a57ee94a1a3c088..10adc9503eea87ddf49c1ec0d92427fd5ddb326d 100644
--- a/rtc_base/BUILD.gn
+++ b/rtc_base/BUILD.gn
@@ -333,15 +333,9 @@ rtc_source_set("rtc_task_queue") {
# provided implementation should be used. An external implementation should
# depend on rtc_task_queue_api.
rtc_source_set("rtc_task_queue_api") {
- if (build_with_chromium) {
- sources = [
- "../../webrtc_overrides/rtc_base/task_queue.h",
- ]
- } else {
- sources = [
- "task_queue.h",
- ]
- }
+ sources = [
+ "task_queue.h",
+ ]
deps = [
":rtc_base_approved",
]
« 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