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

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

Issue 1473273002: GN(Android): Add libosmesa.so to ContentShell.apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 5 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 | « build/toolchain/gcc_toolchain.gni ('k') | third_party/mesa/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("//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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 ":content_shell_apk_java", 104 ":content_shell_apk_java",
105 ":content_shell_apk_resources", 105 ":content_shell_apk_resources",
106 ":content_shell_assets", 106 ":content_shell_assets",
107 ":content_shell_java", 107 ":content_shell_java",
108 ":content_shell_manifest", 108 ":content_shell_manifest",
109 ":libcontent_shell_content_view", 109 ":libcontent_shell_content_view",
110 "//base:base_java", 110 "//base:base_java",
111 "//content/public/android:content_java", 111 "//content/public/android:content_java",
112 "//media/base/android:media_java", 112 "//media/base/android:media_java",
113 "//net/android:net_java", 113 "//net/android:net_java",
114 114 "//third_party/mesa:osmesa",
115 #"//third_party/mesa:osmesa_in_lib_dir",
116 "//ui/android:ui_java", 115 "//ui/android:ui_java",
117 ] 116 ]
118 apk_name = "ContentShell" 117 apk_name = "ContentShell"
119 android_manifest = content_shell_manifest 118 android_manifest = content_shell_manifest
120 native_libs = [ "libcontent_shell_content_view.so" ] 119 native_libs = [ "libcontent_shell_content_view.so" ]
121 120 loadable_modules = [ "$root_out_dir/libosmesa.so" ]
122 # TODO(GYP)
123 #'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'],
124 } 121 }
125 122
126 android_library("content_shell_test_java") { 123 android_library("content_shell_test_java") {
127 testonly = true 124 testonly = true
128 deps = [ 125 deps = [
129 ":content_shell_apk_java", 126 ":content_shell_apk_java",
130 ":content_shell_java", 127 ":content_shell_java",
131 "//base:base_java", 128 "//base:base_java",
132 "//base:base_java_test_support", 129 "//base:base_java_test_support",
133 "//content/public/android:content_java", 130 "//content/public/android:content_java",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 testonly = true 224 testonly = true
228 deps = [ 225 deps = [
229 ":content_shell_java", 226 ":content_shell_java",
230 "//base:base_java", 227 "//base:base_java",
231 "//content/public/android:content_java", 228 "//content/public/android:content_java",
232 "//testing/android/native_test:native_test_java", 229 "//testing/android/native_test:native_test_java",
233 "//ui/android:ui_java", 230 "//ui/android:ui_java",
234 ] 231 ]
235 DEPRECATED_java_in_dir = "browsertests/src" 232 DEPRECATED_java_in_dir = "browsertests/src"
236 } 233 }
OLDNEW
« no previous file with comments | « build/toolchain/gcc_toolchain.gni ('k') | third_party/mesa/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698