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

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

Issue 2698333004: Revert of Added GetCpuTime to base/ to get total CPU time consumed by process for perf tests. (Closed)
Patch Set: Created 3 years, 10 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/cpu_time.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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 677 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
678 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 678 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
679 } 679 }
680 } 680 }
681 681
682 rtc_source_set("rtc_base_tests_utils") { 682 rtc_source_set("rtc_base_tests_utils") {
683 testonly = true 683 testonly = true
684 sources = [ 684 sources = [
685 # Also use this as a convenient dumping ground for misc files that are 685 # Also use this as a convenient dumping ground for misc files that are
686 # included by multiple targets below. 686 # included by multiple targets below.
687 "cpu_time.cc",
688 "cpu_time.h",
689 "fakeclock.cc", 687 "fakeclock.cc",
690 "fakeclock.h", 688 "fakeclock.h",
691 "fakenetwork.h", 689 "fakenetwork.h",
692 "fakesslidentity.h", 690 "fakesslidentity.h",
693 "firewallsocketserver.cc", 691 "firewallsocketserver.cc",
694 "firewallsocketserver.h", 692 "firewallsocketserver.h",
695 "gunit.h", 693 "gunit.h",
696 "httpserver.cc", 694 "httpserver.cc",
697 "httpserver.h", 695 "httpserver.h",
698 "natserver.cc", 696 "natserver.cc",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 "atomicops_unittest.cc", 758 "atomicops_unittest.cc",
761 "base64_unittest.cc", 759 "base64_unittest.cc",
762 "basictypes_unittest.cc", 760 "basictypes_unittest.cc",
763 "bind_unittest.cc", 761 "bind_unittest.cc",
764 "bitbuffer_unittest.cc", 762 "bitbuffer_unittest.cc",
765 "buffer_unittest.cc", 763 "buffer_unittest.cc",
766 "bufferqueue_unittest.cc", 764 "bufferqueue_unittest.cc",
767 "bytebuffer_unittest.cc", 765 "bytebuffer_unittest.cc",
768 "byteorder_unittest.cc", 766 "byteorder_unittest.cc",
769 "copyonwritebuffer_unittest.cc", 767 "copyonwritebuffer_unittest.cc",
770 "cpu_time_unittest.cc",
771 "criticalsection_unittest.cc", 768 "criticalsection_unittest.cc",
772 "event_tracer_unittest.cc", 769 "event_tracer_unittest.cc",
773 "event_unittest.cc", 770 "event_unittest.cc",
774 "file_unittest.cc", 771 "file_unittest.cc",
775 "function_view_unittest.cc", 772 "function_view_unittest.cc",
776 "logging_unittest.cc", 773 "logging_unittest.cc",
777 "md5digest_unittest.cc", 774 "md5digest_unittest.cc",
778 "mod_ops_unittest.cc", 775 "mod_ops_unittest.cc",
779 "onetimeevent_unittest.cc", 776 "onetimeevent_unittest.cc",
780 "optional_unittest.cc", 777 "optional_unittest.cc",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 900
904 if (is_android) { 901 if (is_android) {
905 android_library("base_java") { 902 android_library("base_java") {
906 java_files = [ 903 java_files = [
907 "java/src/org/webrtc/Logging.java", 904 "java/src/org/webrtc/Logging.java",
908 "java/src/org/webrtc/Size.java", 905 "java/src/org/webrtc/Size.java",
909 "java/src/org/webrtc/ThreadUtils.java", 906 "java/src/org/webrtc/ThreadUtils.java",
910 ] 907 ]
911 } 908 }
912 } 909 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/cpu_time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698