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

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

Issue 2633683002: Delete unused file faketaskrunner.h. (Closed)
Patch Set: Created 3 years, 11 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/faketaskrunner.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 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 728
729 rtc_source_set("rtc_base_tests_utils") { 729 rtc_source_set("rtc_base_tests_utils") {
730 testonly = true 730 testonly = true
731 sources = [ 731 sources = [
732 # Also use this as a convenient dumping ground for misc files that are 732 # Also use this as a convenient dumping ground for misc files that are
733 # included by multiple targets below. 733 # included by multiple targets below.
734 "fakeclock.cc", 734 "fakeclock.cc",
735 "fakeclock.h", 735 "fakeclock.h",
736 "fakenetwork.h", 736 "fakenetwork.h",
737 "fakesslidentity.h", 737 "fakesslidentity.h",
738 "faketaskrunner.h",
739 "firewallsocketserver.cc", 738 "firewallsocketserver.cc",
740 "firewallsocketserver.h", 739 "firewallsocketserver.h",
741 "gunit.h", 740 "gunit.h",
742 "natserver.cc", 741 "natserver.cc",
743 "natserver.h", 742 "natserver.h",
744 "natsocketfactory.cc", 743 "natsocketfactory.cc",
745 "natsocketfactory.h", 744 "natsocketfactory.h",
746 "nattypes.cc", 745 "nattypes.cc",
747 "nattypes.h", 746 "nattypes.h",
748 "sigslottester.h", 747 "sigslottester.h",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 "java/src/org/webrtc/Logging.java", 949 "java/src/org/webrtc/Logging.java",
951 "java/src/org/webrtc/Size.java", 950 "java/src/org/webrtc/Size.java",
952 "java/src/org/webrtc/ThreadUtils.java", 951 "java/src/org/webrtc/ThreadUtils.java",
953 ] 952 ]
954 953
955 deps = [ 954 deps = [
956 "//base:base_java", 955 "//base:base_java",
957 ] 956 ]
958 } 957 }
959 } 958 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/faketaskrunner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698