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

Side by Side Diff: content/shell/android/BUILD.gn

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service Created 3 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 | « content/shell/BUILD.gn ('k') | content/shell/test_runner/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//third_party/icu/config.gni") 7 import("//third_party/icu/config.gni")
8 8
9 generate_jni("content_shell_jni_headers") { 9 generate_jni("content_shell_jni_headers") {
10 jni_package = "content/shell" 10 jni_package = "content/shell"
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "javatests/src/org/chromium/content_shell_apk/ContentShellTestCommon.java", 156 "javatests/src/org/chromium/content_shell_apk/ContentShellTestCommon.java",
157 "javatests/src/org/chromium/content_shell_apk/ContentShellActivityTestRule.j ava", 157 "javatests/src/org/chromium/content_shell_apk/ContentShellActivityTestRule.j ava",
158 "javatests/src/org/chromium/content_shell_apk/ContentShellUrlTest.java", 158 "javatests/src/org/chromium/content_shell_apk/ContentShellUrlTest.java",
159 ] 159 ]
160 } 160 }
161 161
162 instrumentation_test_apk("content_shell_test_apk") { 162 instrumentation_test_apk("content_shell_test_apk") {
163 deps = [ 163 deps = [
164 "//base:base_javatests", 164 "//base:base_javatests",
165 "//content/public/android:content_javatests", 165 "//content/public/android:content_javatests",
166 "//device/sensors:javatests",
167 "//net/android:net_javatests", 166 "//net/android:net_javatests",
168 "//third_party/android_support_test_runner:runner_java", 167 "//third_party/android_support_test_runner:runner_java",
169 ] 168 ]
170 apk_under_test = ":content_shell_apk" 169 apk_under_test = ":content_shell_apk"
171 apk_name = "ContentShellTest" 170 apk_name = "ContentShellTest"
172 android_manifest = "javatests/AndroidManifest.xml" 171 android_manifest = "javatests/AndroidManifest.xml"
173 } 172 }
174 173
175 if (current_cpu != "x64") { 174 if (current_cpu != "x64") {
176 chromium_linker_test_manifest = 175 chromium_linker_test_manifest =
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 testonly = true 263 testonly = true
265 deps = [ 264 deps = [
266 ":content_shell_java", 265 ":content_shell_java",
267 "//base:base_java", 266 "//base:base_java",
268 "//content/public/android:content_java", 267 "//content/public/android:content_java",
269 "//testing/android/native_test:native_test_java", 268 "//testing/android/native_test:native_test_java",
270 "//ui/android:ui_java", 269 "//ui/android:ui_java",
271 ] 270 ]
272 java_files = [ "browsertests/src/org/chromium/content_shell/browsertests/Conte ntShellBrowserTestActivity.java" ] 271 java_files = [ "browsertests/src/org/chromium/content_shell/browsertests/Conte ntShellBrowserTestActivity.java" ]
273 } 272 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/test_runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698