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

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

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 | « no previous file | webrtc/base/gunit.h » ('j') | 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 'includes': [ '../build/common.gypi', ], 9 'includes': [ '../build/common.gypi', ],
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'rtc_base_tests_utils', 12 'target_name': 'rtc_base_tests_utils',
13 'type': 'static_library', 13 'type': 'static_library',
14 'sources': [ 14 'sources': [
15 'unittest_main.cc', 15 'unittest_main.cc',
16 # Also use this as a convenient dumping ground for misc files that are 16 # Also use this as a convenient dumping ground for misc files that are
17 # included by multiple targets below. 17 # included by multiple targets below.
18 'fakenetwork.h', 18 'fakenetwork.h',
19 'fakesslidentity.h', 19 'fakesslidentity.h',
20 'faketaskrunner.h', 20 'faketaskrunner.h',
21 'gunit.h', 21 'gunit.h',
22 'testbase64.h', 22 'testbase64.h',
23 'testechoserver.h', 23 'testechoserver.h',
24 'testutils.h', 24 'testutils.h',
25 ], 25 ],
26 'defines': [
27 'GTEST_RELATIVE_PATH',
28 ],
29 'dependencies': [ 26 'dependencies': [
30 'base.gyp:rtc_base', 27 'base.gyp:rtc_base',
31 '<(DEPTH)/testing/gtest.gyp:gtest', 28 '<(DEPTH)/testing/gtest.gyp:gtest',
32 '<(webrtc_root)/test/test.gyp:field_trial', 29 '<(webrtc_root)/test/test.gyp:field_trial',
33 ], 30 ],
34 'direct_dependent_settings': {
35 'defines': [
36 'GTEST_RELATIVE_PATH',
37 ],
38 },
39 'export_dependent_settings': [ 31 'export_dependent_settings': [
40 '<(DEPTH)/testing/gtest.gyp:gtest', 32 '<(DEPTH)/testing/gtest.gyp:gtest',
41 ], 33 ],
42 }, 34 },
43 { 35 {
44 'target_name': 'rtc_base_tests', 36 'target_name': 'rtc_base_tests',
45 'type': 'none', 37 'type': 'none',
46 'direct_dependent_settings': { 38 'direct_dependent_settings': {
47 'sources': [ 39 'sources': [
48 'array_view_unittest.cc', 40 'array_view_unittest.cc',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { 160 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
169 'defines': [ 161 'defines': [
170 'CARBON_DEPRECATED=YES', 162 'CARBON_DEPRECATED=YES',
171 ], 163 ],
172 }], 164 }],
173 ], # conditions 165 ], # conditions
174 }, 166 },
175 }, 167 },
176 ], 168 ],
177 } 169 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/gunit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698