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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/libjingle/libjingle.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 # From third_party/libjingle/libjingle.gyp's target_defaults. 7 # From third_party/libjingle/libjingle.gyp's target_defaults.
8 config("jingle_unexported_configs") { 8 config("jingle_unexported_configs") {
9 defines = [ 9 defines = [
10 "EXPAT_RELATIVE_PATH", 10 "EXPAT_RELATIVE_PATH",
(...skipping 15 matching lines...) Expand all
26 26
27 include_dirs = [ 27 include_dirs = [
28 "overrides", 28 "overrides",
29 "../../third_party/webrtc_overrides", 29 "../../third_party/webrtc_overrides",
30 "source", 30 "source",
31 "../../testing/gtest/include", 31 "../../testing/gtest/include",
32 "../../third_party", 32 "../../third_party",
33 "../../third_party/libyuv/include", 33 "../../third_party/libyuv/include",
34 "../../third_party/usrsctp/usrsctplib", 34 "../../third_party/usrsctp/usrsctplib",
35 ] 35 ]
36
37 if (is_win && current_cpu == "x86") {
38 defines += [ "_USE_32BIT_TIME_T" ]
39 }
40 } 36 }
41 37
42 # From third_party/libjingle/libjingle.gyp's target_defaults. 38 # From third_party/libjingle/libjingle.gyp's target_defaults.
43 config("jingle_public_configs") { 39 config("jingle_public_configs") {
44 include_dirs = [ 40 include_dirs = [
45 "../../third_party/webrtc_overrides", 41 "../../third_party/webrtc_overrides",
46 "overrides", 42 "overrides",
47 "source", 43 "source",
48 "../../testing/gtest/include", 44 "../../testing/gtest/include",
49 "../../third_party", 45 "../../third_party",
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "$p2p_dir/stunprober/stunprober.cc", 437 "$p2p_dir/stunprober/stunprober.cc",
442 ] 438 ]
443 439
444 deps = [ 440 deps = [
445 ":libjingle_webrtc_common", 441 ":libjingle_webrtc_common",
446 "//third_party/webrtc/base:rtc_base", 442 "//third_party/webrtc/base:rtc_base",
447 ] 443 ]
448 } 444 }
449 } # enable_webrtc 445 } # enable_webrtc
450 # TODO(GYP): Port libjingle.gyp's enable_webrtc condition block. 446 # TODO(GYP): Port libjingle.gyp's enable_webrtc condition block.
OLDNEW
« 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