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

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

Issue 2646093002: Move //content/browser/device_sensor/ into device/sensors (Closed)
Patch Set: gn format & code rebase Created 3 years, 10 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
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "javatests/src/org/chromium/content_shell_apk/ContentShellShellManagementTes t.java", 151 "javatests/src/org/chromium/content_shell_apk/ContentShellShellManagementTes t.java",
152 "javatests/src/org/chromium/content_shell_apk/ContentShellTestBase.java", 152 "javatests/src/org/chromium/content_shell_apk/ContentShellTestBase.java",
153 "javatests/src/org/chromium/content_shell_apk/ContentShellUrlTest.java", 153 "javatests/src/org/chromium/content_shell_apk/ContentShellUrlTest.java",
154 ] 154 ]
155 } 155 }
156 156
157 instrumentation_test_apk("content_shell_test_apk") { 157 instrumentation_test_apk("content_shell_test_apk") {
158 deps = [ 158 deps = [
159 "//base:base_javatests", 159 "//base:base_javatests",
160 "//content/public/android:content_javatests", 160 "//content/public/android:content_javatests",
161 "//device/sensors:javatests",
161 "//net/android:net_javatests", 162 "//net/android:net_javatests",
162 "//third_party/android_support_test_runner:runner_java", 163 "//third_party/android_support_test_runner:runner_java",
163 ] 164 ]
164 apk_under_test = ":content_shell_apk" 165 apk_under_test = ":content_shell_apk"
165 apk_name = "ContentShellTest" 166 apk_name = "ContentShellTest"
166 android_manifest = "javatests/AndroidManifest.xml" 167 android_manifest = "javatests/AndroidManifest.xml"
167 } 168 }
168 169
169 if (current_cpu != "x64") { 170 if (current_cpu != "x64") {
170 chromium_linker_test_manifest = 171 chromium_linker_test_manifest =
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 testonly = true 258 testonly = true
258 deps = [ 259 deps = [
259 ":content_shell_java", 260 ":content_shell_java",
260 "//base:base_java", 261 "//base:base_java",
261 "//content/public/android:content_java", 262 "//content/public/android:content_java",
262 "//testing/android/native_test:native_test_java", 263 "//testing/android/native_test:native_test_java",
263 "//ui/android:ui_java", 264 "//ui/android:ui_java",
264 ] 265 ]
265 java_files = [ "browsertests/src/org/chromium/content_shell/browsertests/Conte ntShellBrowserTestActivity.java" ] 266 java_files = [ "browsertests/src/org/chromium/content_shell/browsertests/Conte ntShellBrowserTestActivity.java" ]
266 } 267 }
OLDNEW
« no previous file with comments | « content/renderer/device_sensors/device_orientation_event_pump_unittest.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698