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

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

Issue 641703002: Rewrite the Android implementation of BatteryMonitor directly in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@battery-status-api-to-mojo
Patch Set: Address Torne's comment. Created 6 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 | « content/content_tests.gypi ('k') | content/public/android/DEPS » ('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 7
8 content_jni_gypi_values = exec_script("//build/gypi_to_gn.py", 8 content_jni_gypi_values = exec_script("//build/gypi_to_gn.py",
9 [ rebase_path("../../content_jni.gypi") ], 9 [ rebase_path("../../content_jni.gypi") ],
10 "scope", 10 "scope",
(...skipping 14 matching lines...) Expand all
25 "//ui/android:ui_java_resources", 25 "//ui/android:ui_java_resources",
26 ] 26 ]
27 custom_package = "org.chromium.content" 27 custom_package = "org.chromium.content"
28 resource_dirs = [ "java/res" ] 28 resource_dirs = [ "java/res" ]
29 } 29 }
30 30
31 android_library("content_java") { 31 android_library("content_java") {
32 deps = [ 32 deps = [
33 ":content_java_resources", 33 ":content_java_resources",
34 "//base:base_java", 34 "//base:base_java",
35 "//device/battery/android:battery_monitor_android",
36 "//device/battery:mojo_bindings_java",
35 "//media/base/android:media_java", 37 "//media/base/android:media_java",
36 "//mojo/android:system_java", 38 "//mojo/android:system_java",
37 "//mojo/public/java:bindings", 39 "//mojo/public/java:bindings",
38 "//mojo/public/java:system", 40 "//mojo/public/java:system",
39 "//net/android:net_java", 41 "//net/android:net_java",
40 "//ui/android:ui_java", 42 "//ui/android:ui_java",
41 "//third_party/jsr-305:jsr_305_javalib", 43 "//third_party/jsr-305:jsr_305_javalib",
42 44
43 #"//content:content_common", 45 #"//content:content_common",
44 ] 46 ]
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "//mojo/public/java:system", 163 "//mojo/public/java:system",
162 "//net/android:net_java", 164 "//net/android:net_java",
163 "//net/android:net_java_test_support", 165 "//net/android:net_java_test_support",
164 "//ui/android:ui_java", 166 "//ui/android:ui_java",
165 ":content_java", 167 ":content_java",
166 ] 168 ]
167 169
168 DEPRECATED_java_in_dir = "javatests/src" 170 DEPRECATED_java_in_dir = "javatests/src"
169 } 171 }
170 # TODO(GYP): content_icudata 172 # TODO(GYP): content_icudata
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698