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

Unified Diff: content/browser/BUILD.gn

Issue 1899303004: Move //third_party/webrtc deps under enable_webrtc (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 8 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 5e4b8de22ef3a3f873f1111adad2c82e7f29f873..7d89c6b2bb893f8a8d4fe11ffcb4908d139fdfa4 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -96,9 +96,6 @@ source_set("browser") {
"//third_party/leveldatabase",
"//third_party/libyuv",
"//third_party/re2",
- "//third_party/webrtc",
- "//third_party/webrtc/base:rtc_base",
- "//third_party/webrtc/modules/desktop_capture:primitives",
"//third_party/zlib",
"//third_party/zlib:zip",
"//ui/accessibility",
@@ -188,6 +185,9 @@ source_set("browser") {
deps += [
"//jingle:jingle_glue",
"//third_party/libjingle:libjingle_webrtc",
+ "//third_party/webrtc",
+ "//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/modules/desktop_capture:primitives",
]
if (is_linux || is_mac || is_win) {
sources += [
« 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