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

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

Issue 2019423006: Adding more detail to MessageQueue::Dispatch logging. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixing one more place where RTC_FROM_HERE wasn't used. Created 4 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 | « webrtc/api/webrtcsessiondescriptionfactory.cc ('k') | webrtc/base/asyncinvoker.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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "copyonwritebuffer.h", 111 "copyonwritebuffer.h",
112 "criticalsection.cc", 112 "criticalsection.cc",
113 "criticalsection.h", 113 "criticalsection.h",
114 "deprecation.h", 114 "deprecation.h",
115 "event.cc", 115 "event.cc",
116 "event.h", 116 "event.h",
117 "event_tracer.cc", 117 "event_tracer.cc",
118 "event_tracer.h", 118 "event_tracer.h",
119 "exp_filter.cc", 119 "exp_filter.cc",
120 "exp_filter.h", 120 "exp_filter.h",
121 "location.cc",
122 "location.h",
121 "md5.cc", 123 "md5.cc",
122 "md5.h", 124 "md5.h",
123 "md5digest.cc", 125 "md5digest.cc",
124 "md5digest.h", 126 "md5digest.h",
125 "mod_ops.h", 127 "mod_ops.h",
126 "onetimeevent.h", 128 "onetimeevent.h",
127 "optional.h", 129 "optional.h",
128 "platform_file.cc", 130 "platform_file.cc",
129 "platform_file.h", 131 "platform_file.h",
130 "platform_thread.cc", 132 "platform_thread.cc",
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 ] 666 ]
665 deps = [ 667 deps = [
666 ":rtc_base", 668 ":rtc_base",
667 "../test:field_trial", 669 "../test:field_trial",
668 ] 670 ]
669 public_deps = [ 671 public_deps = [
670 "//testing/gtest", 672 "//testing/gtest",
671 ] 673 ]
672 } 674 }
673 } 675 }
OLDNEW
« no previous file with comments | « webrtc/api/webrtcsessiondescriptionfactory.cc ('k') | webrtc/base/asyncinvoker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698