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

Unified Diff: third_party/libjingle/BUILD.gn

Issue 1862443003: Remove use of _USE_32BIT_TIME_T (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@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 | third_party/libjingle/libjingle.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/BUILD.gn
diff --git a/third_party/libjingle/BUILD.gn b/third_party/libjingle/BUILD.gn
index d211bbab80691d2ed4b644d2874f37ec9a017a78..b189c70b52a2930cd10bffaec153bc2afd60010e 100644
--- a/third_party/libjingle/BUILD.gn
+++ b/third_party/libjingle/BUILD.gn
@@ -33,10 +33,6 @@ config("jingle_unexported_configs") {
"../../third_party/libyuv/include",
"../../third_party/usrsctp/usrsctplib",
]
-
- if (is_win && current_cpu == "x86") {
- defines += [ "_USE_32BIT_TIME_T" ]
- }
}
# From third_party/libjingle/libjingle.gyp's target_defaults.
« no previous file with comments | « no previous file | third_party/libjingle/libjingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698