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

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

Issue 1457023002: Rewrote the PRNG using an xorshift* algorithm and moved the files from test/ to base/. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 5 years 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/base.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 (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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "md5.cc", 127 "md5.cc",
128 "md5.h", 128 "md5.h",
129 "md5digest.cc", 129 "md5digest.cc",
130 "md5digest.h", 130 "md5digest.h",
131 "optional.h", 131 "optional.h",
132 "platform_file.cc", 132 "platform_file.cc",
133 "platform_file.h", 133 "platform_file.h",
134 "platform_thread.cc", 134 "platform_thread.cc",
135 "platform_thread.h", 135 "platform_thread.h",
136 "platform_thread_types.h", 136 "platform_thread_types.h",
137 "random.cc",
138 "random.h",
137 "safe_conversions.h", 139 "safe_conversions.h",
138 "safe_conversions_impl.h", 140 "safe_conversions_impl.h",
139 "scoped_ptr.h", 141 "scoped_ptr.h",
140 "stringencode.cc", 142 "stringencode.cc",
141 "stringencode.h", 143 "stringencode.h",
142 "stringutils.cc", 144 "stringutils.cc",
143 "stringutils.h", 145 "stringutils.h",
144 "systeminfo.cc", 146 "systeminfo.cc",
145 "systeminfo.h", 147 "systeminfo.h",
146 "template_util.h", 148 "template_util.h",
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 sources = [ 620 sources = [
619 "objc/RTCCameraPreviewView.h", 621 "objc/RTCCameraPreviewView.h",
620 "objc/RTCCameraPreviewView.m", 622 "objc/RTCCameraPreviewView.m",
621 "objc/RTCDispatcher.h", 623 "objc/RTCDispatcher.h",
622 "objc/RTCDispatcher.m", 624 "objc/RTCDispatcher.m",
623 "objc/RTCLogging.h", 625 "objc/RTCLogging.h",
624 "objc/RTCLogging.mm", 626 "objc/RTCLogging.mm",
625 ] 627 ]
626 } 628 }
627 } 629 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698