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

Unified Diff: third_party/libjingle/libjingle.gyp

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 | « third_party/libjingle/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle.gyp
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index 97d29666060def4f829a3749439f74477d8de65c..d146e719da80df8c8fb22eec7d7a64b29841a31e 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -151,13 +151,6 @@
'include_dirs': [
'../third_party/platformsdk_win7/files/Include',
],
- 'conditions' : [
- ['target_arch == "ia32"', {
- 'defines': [
- '_USE_32BIT_TIME_T',
- ],
- }],
- ],
}],
['OS=="linux"', {
'defines': [
« no previous file with comments | « third_party/libjingle/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698