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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1945803003: 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, 7 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/libjingle/xmpp/xmppstanzaparser.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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'target_name': 'webrtc_nonparallel_tests', 261 'target_name': 'webrtc_nonparallel_tests',
262 'type': '<(gtest_target_type)', 262 'type': '<(gtest_target_type)',
263 'sources': [ 263 'sources': [
264 'base/nullsocketserver_unittest.cc', 264 'base/nullsocketserver_unittest.cc',
265 'base/physicalsocketserver_unittest.cc', 265 'base/physicalsocketserver_unittest.cc',
266 'base/socket_unittest.cc', 266 'base/socket_unittest.cc',
267 'base/socket_unittest.h', 267 'base/socket_unittest.h',
268 'base/socketaddress_unittest.cc', 268 'base/socketaddress_unittest.cc',
269 'base/virtualsocket_unittest.cc', 269 'base/virtualsocket_unittest.cc',
270 ], 270 ],
271 'defines': [
272 'GTEST_RELATIVE_PATH',
273 ],
271 'dependencies': [ 274 'dependencies': [
272 '<(DEPTH)/testing/gtest.gyp:gtest', 275 '<(DEPTH)/testing/gtest.gyp:gtest',
273 'base/base.gyp:rtc_base', 276 'base/base.gyp:rtc_base',
274 'test/test.gyp:test_main', 277 'test/test.gyp:test_main',
275 ], 278 ],
276 'conditions': [ 279 'conditions': [
277 ['OS=="android"', { 280 ['OS=="android"', {
278 'dependencies': [ 281 'dependencies': [
279 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 282 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
280 ], 283 ],
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'build/isolate.gypi', 453 'build/isolate.gypi',
451 ], 454 ],
452 'sources': [ 455 'sources': [
453 'webrtc_perf_tests.isolate', 456 'webrtc_perf_tests.isolate',
454 ], 457 ],
455 }, 458 },
456 ], 459 ],
457 }], 460 }],
458 ], 461 ],
459 } 462 }
OLDNEW
« no previous file with comments | « webrtc/libjingle/xmpp/xmppstanzaparser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698