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

Unified Diff: webrtc/p2p/BUILD.gn

Issue 2832283002: Remove the expat and jsoncpp to reduce the binary size. (Closed)
Patch Set: Remove the expat and jsoncpp. Created 3 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 | « webrtc/examples/BUILD.gn ('k') | webrtc/webrtc.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/BUILD.gn
diff --git a/webrtc/p2p/BUILD.gn b/webrtc/p2p/BUILD.gn
index a31b7f1e4929f169b8930b587c8ca473d1422d58..43c256bc5bb86e45808da0a32d1cb4b09aafb6e0 100644
--- a/webrtc/p2p/BUILD.gn
+++ b/webrtc/p2p/BUILD.gn
@@ -88,13 +88,6 @@ rtc_static_library("rtc_p2p") {
"../base:rtc_base",
]
- if (rtc_build_expat) {
- deps += [ "//third_party/expat" ]
- public_deps = [
- "//third_party/expat",
- ]
- }
-
public_configs = [ ":rtc_p2p_inherited_config" ]
if (build_with_chromium) {
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698