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

Side by Side Diff: webrtc/build/common.gypi

Issue 1430023005: Remove ICU usage from jni_helpers.cc. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Once more with feeling. Created 5 years, 1 month 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 | « talk/libjingle.gyp ('k') | webrtc/build/webrtc.gni » ('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 (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 # This file contains common settings for building WebRTC components. 9 # This file contains common settings for building WebRTC components.
10 10
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 82
83 # Enable data logging. Produces text files with data logged within engines 83 # Enable data logging. Produces text files with data logged within engines
84 # which can be easily parsed for offline processing. 84 # which can be easily parsed for offline processing.
85 'enable_data_logging%': 0, 85 'enable_data_logging%': 0,
86 86
87 # Enables the use of protocol buffers for debug recordings. 87 # Enables the use of protocol buffers for debug recordings.
88 'enable_protobuf%': 1, 88 'enable_protobuf%': 1,
89 89
90 # Disable these to not build components which can be externally provided. 90 # Disable these to not build components which can be externally provided.
91 'build_expat%': 1, 91 'build_expat%': 1,
92 'build_icu%': 1,
93 'build_json%': 1, 92 'build_json%': 1,
94 'build_libjpeg%': 1, 93 'build_libjpeg%': 1,
95 'build_libvpx%': 1, 94 'build_libvpx%': 1,
96 'build_libyuv%': 1, 95 'build_libyuv%': 1,
97 'build_openmax_dl%': 1, 96 'build_openmax_dl%': 1,
98 'build_opus%': 1, 97 'build_opus%': 1,
99 'build_ssl%': 1, 98 'build_ssl%': 1,
100 'build_vp9%': 1, 99 'build_vp9%': 1,
101 100
102 # Disable by default 101 # Disable by default
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 # of a more specific macro. 446 # of a more specific macro.
448 'defines': [ 447 'defines': [
449 'WEBRTC_POSIX', 448 'WEBRTC_POSIX',
450 ], 449 ],
451 }], 450 }],
452 ], 451 ],
453 }, 452 },
454 }, # target_defaults 453 }, # target_defaults
455 } 454 }
456 455
OLDNEW
« no previous file with comments | « talk/libjingle.gyp ('k') | webrtc/build/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698