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

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

Issue 2058043002: Delete GetExecutablePath and related unused code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Trivial rebase. Created 4 years, 6 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/base/BUILD.gn ('k') | webrtc/base/testutils.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': [
(...skipping 15 matching lines...) Expand all
26 'testutils.h', 26 'testutils.h',
27 'timedelta.h', 27 'timedelta.h',
28 ], 28 ],
29 'defines': [ 29 'defines': [
30 'GTEST_RELATIVE_PATH', 30 'GTEST_RELATIVE_PATH',
31 ], 31 ],
32 'dependencies': [ 32 'dependencies': [
33 'base.gyp:rtc_base', 33 'base.gyp:rtc_base',
34 '<(DEPTH)/testing/gtest.gyp:gtest', 34 '<(DEPTH)/testing/gtest.gyp:gtest',
35 '<(webrtc_root)/test/test.gyp:field_trial', 35 '<(webrtc_root)/test/test.gyp:field_trial',
36 '<(webrtc_root)/test/test.gyp:test_support',
36 ], 37 ],
37 'direct_dependent_settings': { 38 'direct_dependent_settings': {
38 'defines': [ 39 'defines': [
39 'GTEST_RELATIVE_PATH', 40 'GTEST_RELATIVE_PATH',
40 ], 41 ],
41 }, 42 },
42 'export_dependent_settings': [ 43 'export_dependent_settings': [
43 '<(DEPTH)/testing/gtest.gyp:gtest', 44 '<(DEPTH)/testing/gtest.gyp:gtest',
44 ], 45 ],
45 }, 46 },
46 ], 47 ],
47 } 48 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/testutils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698