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

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

Issue 2192683002: Reland 2:Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t_to_int truncation warning Created 4 years, 4 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/browser/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 import("//build_overrides/v8.gni") 7 import("//build_overrides/v8.gni")
8 import("//third_party/icu/config.gni") 8 import("//third_party/icu/config.gni")
9 9
10 generate_jni("content_shell_jni_headers") { 10 generate_jni("content_shell_jni_headers") {
(...skipping 27 matching lines...) Expand all
38 resource_dirs = [ "java/res" ] 38 resource_dirs = [ "java/res" ]
39 custom_package = "org.chromium.content_shell" 39 custom_package = "org.chromium.content_shell"
40 } 40 }
41 41
42 android_library("content_shell_java") { 42 android_library("content_shell_java") {
43 testonly = true 43 testonly = true
44 deps = [ 44 deps = [
45 ":content_shell_java_resources", 45 ":content_shell_java_resources",
46 "//base:base_java", 46 "//base:base_java",
47 "//content/public/android:content_java", 47 "//content/public/android:content_java",
48 "//device/geolocation:geolocation_java",
48 "//media/base/android:media_java", 49 "//media/base/android:media_java",
49 "//media/capture/video/android:capture_java", 50 "//media/capture/video/android:capture_java",
50 "//mojo/public/java:system", 51 "//mojo/public/java:system",
51 "//net/android:net_java", 52 "//net/android:net_java",
52 "//ui/android:ui_java", 53 "//ui/android:ui_java",
53 ] 54 ]
54 java_files = [ 55 java_files = [
55 "java/src/org/chromium/content_shell/Shell.java", 56 "java/src/org/chromium/content_shell/Shell.java",
56 "java/src/org/chromium/content_shell/ShellLayoutTestUtils.java", 57 "java/src/org/chromium/content_shell/ShellLayoutTestUtils.java",
57 "java/src/org/chromium/content_shell/ShellManager.java", 58 "java/src/org/chromium/content_shell/ShellManager.java",
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 testonly = true 244 testonly = true
244 deps = [ 245 deps = [
245 ":content_shell_java", 246 ":content_shell_java",
246 "//base:base_java", 247 "//base:base_java",
247 "//content/public/android:content_java", 248 "//content/public/android:content_java",
248 "//testing/android/native_test:native_test_java", 249 "//testing/android/native_test:native_test_java",
249 "//ui/android:ui_java", 250 "//ui/android:ui_java",
250 ] 251 ]
251 java_files = [ "browsertests/src/org/chromium/content_shell/browsertests/Conte ntShellBrowserTestActivity.java" ] 252 java_files = [ "browsertests/src/org/chromium/content_shell/browsertests/Conte ntShellBrowserTestActivity.java" ]
252 } 253 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698