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

Side by Side Diff: webrtc/test/test.gyp

Issue 1570513004: Reland "Add APK targets to build libjingle tests for Android." (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 4 years, 11 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/test/field_trial.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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 # TODO(andrew): consider moving test_support to src/base/test. 9 # TODO(andrew): consider moving test_support to src/base/test.
10 { 10 {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 }, 88 },
89 { 89 {
90 'target_name': 'field_trial', 90 'target_name': 'field_trial',
91 'type': 'static_library', 91 'type': 'static_library',
92 'sources': [ 92 'sources': [
93 'field_trial.cc', 93 'field_trial.cc',
94 'field_trial.h', 94 'field_trial.h',
95 ], 95 ],
96 'dependencies': [ 96 'dependencies': [
97 '<(webrtc_root)/common.gyp:webrtc_common', 97 '<(webrtc_root)/common.gyp:webrtc_common',
98 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default' ,
98 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 99 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
99 ], 100 ],
100 }, 101 },
101 { 102 {
102 'target_name': 'histogram', 103 'target_name': 'histogram',
103 'type': 'static_library', 104 'type': 'static_library',
104 'sources': [ 105 'sources': [
105 'histogram.cc', 106 'histogram.cc',
106 'histogram.h', 107 'histogram.h',
107 ], 108 ],
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 '../build/isolate.gypi', 259 '../build/isolate.gypi',
259 ], 260 ],
260 'sources': [ 261 'sources': [
261 'test_support_unittests.isolate', 262 'test_support_unittests.isolate',
262 ], 263 ],
263 }, 264 },
264 ], 265 ],
265 }], 266 }],
266 ], 267 ],
267 } 268 }
OLDNEW
« no previous file with comments | « webrtc/test/field_trial.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698