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

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

Issue 2757463004: Restrict use of GN target //media/base/android:android (Closed)
Patch Set: changes Created 3 years, 9 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/gpu/BUILD.gn ('k') | media/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"
11 sources = [ 11 sources = [
12 "java/src/org/chromium/content_shell/Shell.java", 12 "java/src/org/chromium/content_shell/Shell.java",
13 "java/src/org/chromium/content_shell/ShellLayoutTestUtils.java", 13 "java/src/org/chromium/content_shell/ShellLayoutTestUtils.java",
14 "java/src/org/chromium/content_shell/ShellManager.java", 14 "java/src/org/chromium/content_shell/ShellManager.java",
15 ] 15 ]
16 } 16 }
17 17
18 shared_library("libcontent_shell_content_view") { 18 shared_library("libcontent_shell_content_view") {
19 testonly = true 19 testonly = true
20 deps = [ 20 deps = [
21 ":content_shell_jni_headers", 21 ":content_shell_jni_headers",
22 "//build/config/sanitizers:deps", 22 "//build/config/sanitizers:deps",
23 "//components/crash/content/browser", 23 "//components/crash/content/browser",
24 "//content/shell:content_shell_lib", 24 "//content/shell:content_shell_lib",
25 "//content/shell:pak", 25 "//content/shell:pak",
26 "//media/base/android", 26 "//media",
27 "//skia", 27 "//skia",
28 ] 28 ]
29 sources = [ 29 sources = [
30 "shell_library_loader.cc", 30 "shell_library_loader.cc",
31 ] 31 ]
32 } 32 }
33 33
34 android_resources("content_shell_java_resources") { 34 android_resources("content_shell_java_resources") {
35 testonly = true 35 testonly = true
36 resource_dirs = [ "java/res" ] 36 resource_dirs = [ "java/res" ]
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 testonly = true 263 testonly = true
264 deps = [ 264 deps = [
265 ":content_shell_java", 265 ":content_shell_java",
266 "//base:base_java", 266 "//base:base_java",
267 "//content/public/android:content_java", 267 "//content/public/android:content_java",
268 "//testing/android/native_test:native_test_java", 268 "//testing/android/native_test:native_test_java",
269 "//ui/android:ui_java", 269 "//ui/android:ui_java",
270 ] 270 ]
271 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" ]
272 } 272 }
OLDNEW
« no previous file with comments | « content/gpu/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698