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

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

Issue 1286163003: Move SystemInfo to rtc_base_approved and delete unused code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Address comments Created 5 years, 4 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/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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "platform_file.h", 139 "platform_file.h",
140 "platform_thread.cc", 140 "platform_thread.cc",
141 "platform_thread.h", 141 "platform_thread.h",
142 "safe_conversions.h", 142 "safe_conversions.h",
143 "safe_conversions_impl.h", 143 "safe_conversions_impl.h",
144 "scoped_ptr.h", 144 "scoped_ptr.h",
145 "stringencode.cc", 145 "stringencode.cc",
146 "stringencode.h", 146 "stringencode.h",
147 "stringutils.cc", 147 "stringutils.cc",
148 "stringutils.h", 148 "stringutils.h",
149 "systeminfo.cc",
150 "systeminfo.h",
149 "template_util.h", 151 "template_util.h",
150 "thread_annotations.h", 152 "thread_annotations.h",
151 "thread_checker.h", 153 "thread_checker.h",
152 "thread_checker_impl.cc", 154 "thread_checker_impl.cc",
153 "thread_checker_impl.h", 155 "thread_checker_impl.h",
154 "timeutils.cc", 156 "timeutils.cc",
155 "timeutils.h", 157 "timeutils.h",
156 "trace_event.h", 158 "trace_event.h",
157 ] 159 ]
158 160
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "sslidentity.cc", 307 "sslidentity.cc",
306 "sslidentity.h", 308 "sslidentity.h",
307 "sslsocketfactory.cc", 309 "sslsocketfactory.cc",
308 "sslsocketfactory.h", 310 "sslsocketfactory.h",
309 "sslstreamadapter.cc", 311 "sslstreamadapter.cc",
310 "sslstreamadapter.h", 312 "sslstreamadapter.h",
311 "sslstreamadapterhelper.cc", 313 "sslstreamadapterhelper.cc",
312 "sslstreamadapterhelper.h", 314 "sslstreamadapterhelper.h",
313 "stream.cc", 315 "stream.cc",
314 "stream.h", 316 "stream.h",
315 "systeminfo.cc",
316 "systeminfo.h",
317 "task.cc", 317 "task.cc",
318 "task.h", 318 "task.h",
319 "taskparent.cc", 319 "taskparent.cc",
320 "taskparent.h", 320 "taskparent.h",
321 "taskrunner.cc", 321 "taskrunner.cc",
322 "taskrunner.h", 322 "taskrunner.h",
323 "thread.cc", 323 "thread.cc",
324 "thread.h", 324 "thread.h",
325 "timing.cc", 325 "timing.cc",
326 "timing.h", 326 "timing.h",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 defines += [ "CARBON_DEPRECATED=YES" ] 629 defines += [ "CARBON_DEPRECATED=YES" ]
630 } 630 }
631 631
632 if (is_linux || is_android) { 632 if (is_linux || is_android) {
633 sources += [ 633 sources += [
634 "linux.cc", 634 "linux.cc",
635 "linux.h", 635 "linux.h",
636 ] 636 ]
637 } 637 }
638 } 638 }
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