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

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

Issue 1363573002: Wire up transport sequence number / send time callbacks to webrtc via libjingle. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add missing updated_options Created 5 years, 2 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
OLDNEW
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 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 'includes': [ '../build/common.gypi', ], 9 'includes': [ '../build/common.gypi', ],
10 'targets': [ 10 'targets': [
(...skipping 11 matching lines...) Expand all
22 'testbase64.h', 22 'testbase64.h',
23 'testechoserver.h', 23 'testechoserver.h',
24 'testutils.h', 24 'testutils.h',
25 ], 25 ],
26 'defines': [ 26 'defines': [
27 'GTEST_RELATIVE_PATH', 27 'GTEST_RELATIVE_PATH',
28 ], 28 ],
29 'dependencies': [ 29 'dependencies': [
30 'base.gyp:rtc_base', 30 'base.gyp:rtc_base',
31 '<(DEPTH)/testing/gtest.gyp:gtest', 31 '<(DEPTH)/testing/gtest.gyp:gtest',
32 '<(webrtc_root)/test/test.gyp:field_trial',
32 ], 33 ],
33 'direct_dependent_settings': { 34 'direct_dependent_settings': {
34 'defines': [ 35 'defines': [
35 'GTEST_RELATIVE_PATH', 36 'GTEST_RELATIVE_PATH',
36 ], 37 ],
37 }, 38 },
38 'export_dependent_settings': [ 39 'export_dependent_settings': [
39 '<(DEPTH)/testing/gtest.gyp:gtest', 40 '<(DEPTH)/testing/gtest.gyp:gtest',
40 ], 41 ],
41 }, 42 },
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { 156 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
156 'defines': [ 157 'defines': [
157 'CARBON_DEPRECATED=YES', 158 'CARBON_DEPRECATED=YES',
158 ], 159 ],
159 }], 160 }],
160 ], # conditions 161 ], # conditions
161 }, 162 },
162 }, 163 },
163 ], 164 ],
164 } 165 }
OLDNEW
« no previous file with comments | « webrtc/base/asyncudpsocket.cc ('k') | webrtc/base/socket.h » ('j') | webrtc/call.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698