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

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

Issue 2706403010: Added memory usage function to base. (Closed)
Patch Set: removing unittest as it's impossible to test memory usage accurately due to msan and because all OS… Created 3 years, 9 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/memory_usage.h » ('j') | webrtc/base/memory_usage.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 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 "cpu_time.h", 691 "cpu_time.h",
692 "fakeclock.cc", 692 "fakeclock.cc",
693 "fakeclock.h", 693 "fakeclock.h",
694 "fakenetwork.h", 694 "fakenetwork.h",
695 "fakesslidentity.h", 695 "fakesslidentity.h",
696 "firewallsocketserver.cc", 696 "firewallsocketserver.cc",
697 "firewallsocketserver.h", 697 "firewallsocketserver.h",
698 "gunit.h", 698 "gunit.h",
699 "httpserver.cc", 699 "httpserver.cc",
700 "httpserver.h", 700 "httpserver.h",
701 "memory_usage.cc",
702 "memory_usage.h",
701 "natserver.cc", 703 "natserver.cc",
702 "natserver.h", 704 "natserver.h",
703 "natsocketfactory.cc", 705 "natsocketfactory.cc",
704 "natsocketfactory.h", 706 "natsocketfactory.h",
705 "nattypes.cc", 707 "nattypes.cc",
706 "nattypes.h", 708 "nattypes.h",
707 "proxyserver.cc", 709 "proxyserver.cc",
708 "proxyserver.h", 710 "proxyserver.h",
709 "sigslottester.h", 711 "sigslottester.h",
710 "sigslottester.h.pump", 712 "sigslottester.h.pump",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 909
908 if (is_android) { 910 if (is_android) {
909 android_library("base_java") { 911 android_library("base_java") {
910 java_files = [ 912 java_files = [
911 "java/src/org/webrtc/Logging.java", 913 "java/src/org/webrtc/Logging.java",
912 "java/src/org/webrtc/Size.java", 914 "java/src/org/webrtc/Size.java",
913 "java/src/org/webrtc/ThreadUtils.java", 915 "java/src/org/webrtc/ThreadUtils.java",
914 ] 916 ]
915 } 917 }
916 } 918 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/memory_usage.h » ('j') | webrtc/base/memory_usage.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698