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

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

Issue 2509703002: Remove all references to GYP (Closed)
Patch Set: Rebased Created 4 years, 1 month 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/base/base.gyp ('k') | webrtc/build/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
2 #
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
5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
8 {
9 'includes': [ '../build/common.gypi', ],
10 'targets': [
11 {
12 'target_name': 'rtc_base_tests_utils',
13 'type': 'static_library',
14 'sources': [
15 'unittest_main.cc',
16 # Also use this as a convenient dumping ground for misc files that are
17 # included by multiple targets below.
18 'fakeclock.cc',
19 'fakeclock.h',
20 'fakenetwork.h',
21 'fakesslidentity.h',
22 'faketaskrunner.h',
23 'gunit.h',
24 'testbase64.h',
25 'testechoserver.h',
26 'testutils.h',
27 'timedelta.h',
28 ],
29 'defines': [
30 'GTEST_RELATIVE_PATH',
31 ],
32 'dependencies': [
33 'base.gyp:rtc_base',
34 '<(DEPTH)/testing/gtest.gyp:gtest',
35 '<(webrtc_root)/test/test.gyp:field_trial',
36 '<(webrtc_root)/test/test.gyp:test_support',
37 ],
38 'direct_dependent_settings': {
39 'defines': [
40 'GTEST_RELATIVE_PATH',
41 ],
42 },
43 'export_dependent_settings': [
44 '<(DEPTH)/testing/gtest.gyp:gtest',
45 ],
46 },
47 ],
48 }
OLDNEW
« no previous file with comments | « webrtc/base/base.gyp ('k') | webrtc/build/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698