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

Side by Side Diff: webrtc/base/base.gyp

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/base/autodetectproxy.cc ('k') | webrtc/base/bind.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 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'copyonwritebuffer.h', 47 'copyonwritebuffer.h',
48 'criticalsection.cc', 48 'criticalsection.cc',
49 'criticalsection.h', 49 'criticalsection.h',
50 'deprecation.h', 50 'deprecation.h',
51 'event.cc', 51 'event.cc',
52 'event.h', 52 'event.h',
53 'event_tracer.cc', 53 'event_tracer.cc',
54 'event_tracer.h', 54 'event_tracer.h',
55 'exp_filter.cc', 55 'exp_filter.cc',
56 'exp_filter.h', 56 'exp_filter.h',
57 'location.h',
58 'location.cc',
57 'md5.cc', 59 'md5.cc',
58 'md5.h', 60 'md5.h',
59 'md5digest.cc', 61 'md5digest.cc',
60 'md5digest.h', 62 'md5digest.h',
61 'mod_ops.h', 63 'mod_ops.h',
62 'onetimeevent.h', 64 'onetimeevent.h',
63 'optional.h', 65 'optional.h',
64 'platform_file.cc', 66 'platform_file.cc',
65 'platform_file.h', 67 'platform_file.h',
66 'platform_thread.cc', 68 'platform_thread.cc',
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 }, 639 },
638 { 640 {
639 'target_name': 'gtest_prod', 641 'target_name': 'gtest_prod',
640 'type': 'static_library', 642 'type': 'static_library',
641 'sources': [ 643 'sources': [
642 'gtest_prod_util.h', 644 'gtest_prod_util.h',
643 ], 645 ],
644 }, 646 },
645 ], 647 ],
646 } 648 }
OLDNEW
« no previous file with comments | « webrtc/base/autodetectproxy.cc ('k') | webrtc/base/bind.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698