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

Side by Side Diff: webrtc/test/BUILD.gn

Issue 1521993002: Revert of Add APK targets to build libjingle tests for Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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/system_wrappers/source/field_trial_default.cc ('k') | webrtc/test/field_trial.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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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(kjellander): Convert the rest of the test.gyp targets and put here. 9 # TODO(kjellander): Convert the rest of the test.gyp targets and put here.
10 10
11 source_set("test") { 11 source_set("test") {
12 testonly = true 12 testonly = true
13 13
14 deps = [ 14 deps = [
15 ":field_trial", 15 ":field_trial",
16 ":test_support", 16 ":test_support",
17 ":test_support_main", 17 ":test_support_main",
18 ] 18 ]
19 } 19 }
20 20
21 source_set("field_trial") { 21 source_set("field_trial") {
22 sources = [ 22 sources = [
23 "field_trial.cc", 23 "field_trial.cc",
24 "field_trial.h", 24 "field_trial.h",
25 ] 25 ]
26 26
27 deps = [ 27 deps = [
28 "..:webrtc_common", 28 "..:webrtc_common",
29 "../system_wrappers", 29 "../system_wrappers",
30 "../system_wrappers:field_trial_default",
31 ] 30 ]
32 31
33 configs += [ "..:common_config" ] 32 configs += [ "..:common_config" ]
34 public_configs = [ "..:common_inherited_config" ] 33 public_configs = [ "..:common_inherited_config" ]
35 } 34 }
36 35
37 source_set("histogram") { 36 source_set("histogram") {
38 sources = [ 37 sources = [
39 "histogram.cc", 38 "histogram.cc",
40 "histogram.h", 39 "histogram.h",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 ":histogram", 98 ":histogram",
100 ":test_support", 99 ":test_support",
101 "//testing/gmock", 100 "//testing/gmock",
102 "//testing/gtest", 101 "//testing/gtest",
103 "//third_party/gflags", 102 "//third_party/gflags",
104 ] 103 ]
105 104
106 configs += [ "..:common_config" ] 105 configs += [ "..:common_config" ]
107 public_configs = [ "..:common_inherited_config" ] 106 public_configs = [ "..:common_inherited_config" ]
108 } 107 }
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/source/field_trial_default.cc ('k') | webrtc/test/field_trial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698