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

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

Issue 1337673002: Change WebRTC SslCipher to be exposed as number only. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 5 years, 3 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
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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "sslfingerprint.cc", 281 "sslfingerprint.cc",
282 "sslfingerprint.h", 282 "sslfingerprint.h",
283 "sslidentity.cc", 283 "sslidentity.cc",
284 "sslidentity.h", 284 "sslidentity.h",
285 "sslsocketfactory.cc", 285 "sslsocketfactory.cc",
286 "sslsocketfactory.h", 286 "sslsocketfactory.h",
287 "sslstreamadapter.cc", 287 "sslstreamadapter.cc",
288 "sslstreamadapter.h", 288 "sslstreamadapter.h",
289 "sslstreamadapterhelper.cc", 289 "sslstreamadapterhelper.cc",
290 "sslstreamadapterhelper.h", 290 "sslstreamadapterhelper.h",
291 "sslstrings.cc",
292 "sslstrings.h",
291 "stream.cc", 293 "stream.cc",
292 "stream.h", 294 "stream.h",
293 "task.cc", 295 "task.cc",
294 "task.h", 296 "task.h",
295 "taskparent.cc", 297 "taskparent.cc",
296 "taskparent.h", 298 "taskparent.h",
297 "taskrunner.cc", 299 "taskrunner.cc",
298 "taskrunner.h", 300 "taskrunner.h",
299 "thread.cc", 301 "thread.cc",
300 "thread.h", 302 "thread.h",
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 "linux.cc", 587 "linux.cc",
586 "linux.h", 588 "linux.h",
587 ] 589 ]
588 } 590 }
589 591
590 if (is_nacl) { 592 if (is_nacl) {
591 deps += [ "//native_client_sdk/src/libraries/nacl_io" ] 593 deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
592 defines += [ "timezone=_timezone" ] 594 defines += [ "timezone=_timezone" ]
593 } 595 }
594 } 596 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698