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

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

Issue 2915253002: Delete SignalThread class. (Closed)
Patch Set: Invoke SignalDone on the main thread. Created 3 years, 6 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/nethelpers.h » ('j') | webrtc/base/nethelpers.h » ('J')
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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "physicalsocketserver.cc", 466 "physicalsocketserver.cc",
467 "physicalsocketserver.h", 467 "physicalsocketserver.h",
468 "proxyinfo.cc", 468 "proxyinfo.cc",
469 "proxyinfo.h", 469 "proxyinfo.h",
470 "ratelimiter.cc", 470 "ratelimiter.cc",
471 "ratelimiter.h", 471 "ratelimiter.h",
472 "rtccertificate.cc", 472 "rtccertificate.cc",
473 "rtccertificate.h", 473 "rtccertificate.h",
474 "rtccertificategenerator.cc", 474 "rtccertificategenerator.cc",
475 "rtccertificategenerator.h", 475 "rtccertificategenerator.h",
476 "signalthread.cc",
477 "signalthread.h",
478 "sigslot.cc", 476 "sigslot.cc",
479 "sigslot.h", 477 "sigslot.h",
480 "sigslotrepeater.h", 478 "sigslotrepeater.h",
481 "socket.h", 479 "socket.h",
482 "socketadapters.cc", 480 "socketadapters.cc",
483 "socketadapters.h", 481 "socketadapters.h",
484 "socketaddress.cc", 482 "socketaddress.cc",
485 "socketaddress.h", 483 "socketaddress.h",
486 "socketaddresspair.cc", 484 "socketaddresspair.cc",
487 "socketaddresspair.h", 485 "socketaddresspair.h",
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 "nat_unittest.cc", 928 "nat_unittest.cc",
931 "network_unittest.cc", 929 "network_unittest.cc",
932 "optionsfile_unittest.cc", 930 "optionsfile_unittest.cc",
933 "proxy_unittest.cc", 931 "proxy_unittest.cc",
934 "ptr_util_unittest.cc", 932 "ptr_util_unittest.cc",
935 "ratelimiter_unittest.cc", 933 "ratelimiter_unittest.cc",
936 "rollingaccumulator_unittest.cc", 934 "rollingaccumulator_unittest.cc",
937 "rtccertificate_unittest.cc", 935 "rtccertificate_unittest.cc",
938 "rtccertificategenerator_unittest.cc", 936 "rtccertificategenerator_unittest.cc",
939 "sha1digest_unittest.cc", 937 "sha1digest_unittest.cc",
940 "signalthread_unittest.cc",
941 "sigslot_unittest.cc", 938 "sigslot_unittest.cc",
942 "sigslottester_unittest.cc", 939 "sigslottester_unittest.cc",
943 "stream_unittest.cc", 940 "stream_unittest.cc",
944 "testclient_unittest.cc", 941 "testclient_unittest.cc",
945 "thread_unittest.cc", 942 "thread_unittest.cc",
946 ] 943 ]
947 if (is_win) { 944 if (is_win) {
948 sources += [ 945 sources += [
949 "win32_unittest.cc", 946 "win32_unittest.cc",
950 "win32window_unittest.cc", 947 "win32window_unittest.cc",
(...skipping 28 matching lines...) Expand all
979 if (is_android) { 976 if (is_android) {
980 android_library("base_java") { 977 android_library("base_java") {
981 java_files = [ 978 java_files = [
982 "java/src/org/webrtc/ContextUtils.java", 979 "java/src/org/webrtc/ContextUtils.java",
983 "java/src/org/webrtc/Logging.java", 980 "java/src/org/webrtc/Logging.java",
984 "java/src/org/webrtc/Size.java", 981 "java/src/org/webrtc/Size.java",
985 "java/src/org/webrtc/ThreadUtils.java", 982 "java/src/org/webrtc/ThreadUtils.java",
986 ] 983 ]
987 } 984 }
988 } 985 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/nethelpers.h » ('j') | webrtc/base/nethelpers.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698