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

Side by Side Diff: webrtc/base/BUILD.gn

Issue 2654473002: Remove static locals from histograms. (Closed)
Patch Set: use another HistogramBase constructor for enumerations Created 3 years, 10 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 | webrtc/base/histogram.h » ('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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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 import("//build/config/crypto.gni") 9 import("//build/config/crypto.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "event.cc", 113 "event.cc",
114 "event.h", 114 "event.h",
115 "event_tracer.cc", 115 "event_tracer.cc",
116 "event_tracer.h", 116 "event_tracer.h",
117 "file.cc", 117 "file.cc",
118 "file.h", 118 "file.h",
119 "flags.cc", 119 "flags.cc",
120 "flags.h", 120 "flags.h",
121 "format_macros.h", 121 "format_macros.h",
122 "function_view.h", 122 "function_view.h",
123 "histogram.cc",
124 "histogram.h",
123 "ignore_wundef.h", 125 "ignore_wundef.h",
124 "location.cc", 126 "location.cc",
125 "location.h", 127 "location.h",
126 "md5.cc", 128 "md5.cc",
127 "md5.h", 129 "md5.h",
128 "md5digest.cc", 130 "md5digest.cc",
129 "md5digest.h", 131 "md5digest.h",
130 "mod_ops.h", 132 "mod_ops.h",
131 "onetimeevent.h", 133 "onetimeevent.h",
132 "optional.cc", 134 "optional.cc",
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 919
918 if (is_android) { 920 if (is_android) {
919 android_library("base_java") { 921 android_library("base_java") {
920 java_files = [ 922 java_files = [
921 "java/src/org/webrtc/Logging.java", 923 "java/src/org/webrtc/Logging.java",
922 "java/src/org/webrtc/Size.java", 924 "java/src/org/webrtc/Size.java",
923 "java/src/org/webrtc/ThreadUtils.java", 925 "java/src/org/webrtc/ThreadUtils.java",
924 ] 926 ]
925 } 927 }
926 } 928 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/histogram.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698