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

Side by Side Diff: android_webview/test/BUILD.gn

Issue 1921223003: [Android] Include NestedSystemMessageHandler in gn builds of content_shell_apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « no previous file | components/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 # Mark all targets as test only. 8 # Mark all targets as test only.
9 testonly = true 9 testonly = true
10 10
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 } 247 }
248 248
249 android_assets("android_webview_unittests_assets") { 249 android_assets("android_webview_unittests_assets") {
250 sources = [ 250 sources = [
251 "unittest/assets/asset_file.ogg", 251 "unittest/assets/asset_file.ogg",
252 ] 252 ]
253 } 253 }
254 254
255 # GYP: //android_webview/android_webview_tests.gypi:android_webview_unittests_ja va 255 # GYP: //android_webview/android_webview_tests.gypi:android_webview_unittests_ja va
256 android_library("android_webview_unittests_java") { 256 android_library("android_webview_unittests_java") {
257 testonly = true
257 deps = [ 258 deps = [
258 "//android_webview:android_webview_java", 259 "//android_webview:android_webview_java",
259 "//base:base_java", 260 "//base:base_java",
260 "//base:base_java_test_support", 261 "//base:base_java_test_support",
261 "//content/public/test/android:content_java_test_support", 262 "//content/public/test/android:content_java_test_support",
262 ] 263 ]
263 java_files = [ 264 java_files = [
264 "../unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnitte st.java", 265 "../unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnitte st.java",
265 "../unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsCli entBridge.java", 266 "../unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsCli entBridge.java",
266 ] 267 ]
267 } 268 }
268 269
269 # GYP: //android_webview/android_webview_tests.gypi:android_webview_unittests_jn i 270 # GYP: //android_webview/android_webview_tests.gypi:android_webview_unittests_jn i
270 generate_jni("android_webview_unittests_jni") { 271 generate_jni("android_webview_unittests_jni") {
271 jni_package = "android_webview_unittests" 272 jni_package = "android_webview_unittests"
272 sources = [ 273 sources = [
273 "../unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnitte st.java", 274 "../unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnitte st.java",
274 "../unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsCli entBridge.java", 275 "../unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsCli entBridge.java",
275 ] 276 ]
276 } 277 }
277 278
278 # GYP: //android_webview/android_webview_tests.gypi:libdrawgl 279 # GYP: //android_webview/android_webview_tests.gypi:libdrawgl
279 shared_library("libdrawgl") { 280 shared_library("libdrawgl") {
280 sources = [ 281 sources = [
281 "shell/src/draw_gl/draw_gl.cc", 282 "shell/src/draw_gl/draw_gl.cc",
282 ] 283 ]
283 configs -= [ "//build/config/android:hide_native_jni_exports" ] 284 configs -= [ "//build/config/android:hide_native_jni_exports" ]
284 } 285 }
OLDNEW
« no previous file with comments | « no previous file | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698