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

Side by Side Diff: webrtc/webrtc_tests.gypi

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