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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1903553003: Remove the rtc_relative_path GYP variable and similar defines (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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/pc/srtpfilter_unittest.cc ('k') | no next file » | 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) 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'target_name': 'webrtc_nonparallel_tests', 263 'target_name': 'webrtc_nonparallel_tests',
264 'type': '<(gtest_target_type)', 264 'type': '<(gtest_target_type)',
265 'sources': [ 265 'sources': [
266 'base/nullsocketserver_unittest.cc', 266 'base/nullsocketserver_unittest.cc',
267 'base/physicalsocketserver_unittest.cc', 267 'base/physicalsocketserver_unittest.cc',
268 'base/socket_unittest.cc', 268 'base/socket_unittest.cc',
269 'base/socket_unittest.h', 269 'base/socket_unittest.h',
270 'base/socketaddress_unittest.cc', 270 'base/socketaddress_unittest.cc',
271 'base/virtualsocket_unittest.cc', 271 'base/virtualsocket_unittest.cc',
272 ], 272 ],
273 'defines': [
274 'GTEST_RELATIVE_PATH',
275 ],
276 'dependencies': [ 273 'dependencies': [
277 '<(DEPTH)/testing/gtest.gyp:gtest', 274 '<(DEPTH)/testing/gtest.gyp:gtest',
278 'base/base.gyp:rtc_base', 275 'base/base.gyp:rtc_base',
279 'test/test.gyp:test_main', 276 'test/test.gyp:test_main',
280 ], 277 ],
281 'conditions': [ 278 'conditions': [
282 ['OS=="android"', { 279 ['OS=="android"', {
283 'dependencies': [ 280 'dependencies': [
284 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 281 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
285 ], 282 ],
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'build/isolate.gypi', 452 'build/isolate.gypi',
456 ], 453 ],
457 'sources': [ 454 'sources': [
458 'webrtc_perf_tests.isolate', 455 'webrtc_perf_tests.isolate',
459 ], 456 ],
460 }, 457 },
461 ], 458 ],
462 }], 459 }],
463 ], 460 ],
464 } 461 }
OLDNEW
« no previous file with comments | « webrtc/pc/srtpfilter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698