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

Side by Side Diff: remoting/BUILD.gn

Issue 1071573003: [Android] Move testing/android/ to testing/android/native_test/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing errant commit Created 5 years, 8 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 | « media/BUILD.gn ('k') | sandbox/linux/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//remoting/remoting_version.gni") 7 import("//remoting/remoting_version.gni")
8 import("//remoting/remoting_host.gni") 8 import("//remoting/remoting_host.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "//remoting/base:unit_tests", 106 "//remoting/base:unit_tests",
107 "//remoting/client:unit_tests", 107 "//remoting/client:unit_tests",
108 "//remoting/protocol:test_support", 108 "//remoting/protocol:test_support",
109 "//remoting/protocol:unit_tests", 109 "//remoting/protocol:unit_tests",
110 "//testing/gmock", 110 "//testing/gmock",
111 "//testing/gtest", 111 "//testing/gtest",
112 "//third_party/webrtc", 112 "//third_party/webrtc",
113 ] 113 ]
114 114
115 if (is_android) { 115 if (is_android) {
116 deps += [ "//testing/android:native_test_native_code" ] 116 deps += [ "//testing/android/native_test:native_test_native_code" ]
117 } else { 117 } else {
118 deps += [ 118 deps += [
119 "//remoting/client/plugin", 119 "//remoting/client/plugin",
120 "//remoting/client/plugin:unit_tests", 120 "//remoting/client/plugin:unit_tests",
121 ] 121 ]
122 } 122 }
123 123
124 if (enable_remoting_host) { 124 if (enable_remoting_host) {
125 deps += [ 125 deps += [
126 "//remoting/codec:unit_tests", 126 "//remoting/codec:unit_tests",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 } 208 }
209 } 209 }
210 210
211 group("remoting_key_tester_pexe") { 211 group("remoting_key_tester_pexe") {
212 # TODO(GYP): crbug.com/471924 implement me when we have a pnacl toolchain. 212 # TODO(GYP): crbug.com/471924 implement me when we have a pnacl toolchain.
213 #sources = [ 213 #sources = [
214 # "tools/javascript_key_tester/pnacl/remoting_key_tester.cc", 214 # "tools/javascript_key_tester/pnacl/remoting_key_tester.cc",
215 #] 215 #]
216 } 216 }
217 } 217 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | sandbox/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698