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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1913043003: Revert of 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 ],
273 'dependencies': [ 276 'dependencies': [
274 '<(DEPTH)/testing/gtest.gyp:gtest', 277 '<(DEPTH)/testing/gtest.gyp:gtest',
275 'base/base.gyp:rtc_base', 278 'base/base.gyp:rtc_base',
276 'test/test.gyp:test_main', 279 'test/test.gyp:test_main',
277 ], 280 ],
278 'conditions': [ 281 'conditions': [
279 ['OS=="android"', { 282 ['OS=="android"', {
280 'dependencies': [ 283 'dependencies': [
281 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 284 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
282 ], 285 ],
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'build/isolate.gypi', 455 'build/isolate.gypi',
453 ], 456 ],
454 'sources': [ 457 'sources': [
455 'webrtc_perf_tests.isolate', 458 'webrtc_perf_tests.isolate',
456 ], 459 ],
457 }, 460 },
458 ], 461 ],
459 }], 462 }],
460 ], 463 ],
461 } 464 }
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