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

Unified Diff: webrtc/base/BUILD.gn

Issue 2751403003: Reland: Use native (optimized) functions for byte order conversion. (Closed)
Patch Set: Fixed wrong nesting for new dependency. Created 3 years, 9 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 | webrtc/base/byteorder.h » ('j') | 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 bf6d989027a0ba4757fad120b3523246668a66cb..513a76641e5bbeee883b23b763451bf7e6044fb3 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -271,6 +271,9 @@ rtc_static_library("rtc_base_approved") {
}
}
}
+ if (is_nacl) {
+ deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
joachim 2017/03/17 00:10:18 This is required for including "netinet/in.h" in t
+ }
}
config("enable_libevent_config") {
« no previous file with comments | « no previous file | webrtc/base/byteorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698