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

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

Issue 2017443003: Implement timestamp translation/filter in VideoCapturer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add missing include of math.h. 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/BUILD.gn ('k') | webrtc/base/timestampaligner.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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'stringutils.cc', 83 'stringutils.cc',
84 'stringutils.h', 84 'stringutils.h',
85 'swap_queue.h', 85 'swap_queue.h',
86 'systeminfo.cc', 86 'systeminfo.cc',
87 'systeminfo.h', 87 'systeminfo.h',
88 'template_util.h', 88 'template_util.h',
89 'thread_annotations.h', 89 'thread_annotations.h',
90 'thread_checker.h', 90 'thread_checker.h',
91 'thread_checker_impl.cc', 91 'thread_checker_impl.cc',
92 'thread_checker_impl.h', 92 'thread_checker_impl.h',
93 'timestampaligner.cc',
94 'timestampaligner.h',
93 'timeutils.cc', 95 'timeutils.cc',
94 'timeutils.h', 96 'timeutils.h',
95 'trace_event.h', 97 'trace_event.h',
96 ], 98 ],
97 'conditions': [ 99 'conditions': [
98 ['build_with_chromium==1', { 100 ['build_with_chromium==1', {
99 'dependencies': [ 101 'dependencies': [
100 '<(DEPTH)/base/base.gyp:base', 102 '<(DEPTH)/base/base.gyp:base',
101 ], 103 ],
102 'include_dirs': [ 104 'include_dirs': [
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 }, 641 },
640 { 642 {
641 'target_name': 'gtest_prod', 643 'target_name': 'gtest_prod',
642 'type': 'static_library', 644 'type': 'static_library',
643 'sources': [ 645 'sources': [
644 'gtest_prod_util.h', 646 'gtest_prod_util.h',
645 ], 647 ],
646 }, 648 },
647 ], 649 ],
648 } 650 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/timestampaligner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698