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

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

Issue 2611323002: Relanding "Multiprocess test client: Android child process launcher rework." (Closed)
Patch Set: Addressed nyquist@'s comment + sync Created 3 years, 11 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 | base/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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 sources = [ 262 sources = [
263 "unittest/assets/asset_file.ogg", 263 "unittest/assets/asset_file.ogg",
264 ] 264 ]
265 } 265 }
266 266
267 android_library("android_webview_unittests_java") { 267 android_library("android_webview_unittests_java") {
268 testonly = true 268 testonly = true
269 deps = [ 269 deps = [
270 "//android_webview:android_webview_java", 270 "//android_webview:android_webview_java",
271 "//base:base_java", 271 "//base:base_java",
272 "//base:base_java_test_support",
273 "//content/public/test/android:content_java_test_support", 272 "//content/public/test/android:content_java_test_support",
274 ] 273 ]
275 java_files = [ 274 java_files = [
276 "../unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnitte st.java", 275 "../unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnitte st.java",
277 "../unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsCli entBridge.java", 276 "../unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsCli entBridge.java",
278 ] 277 ]
279 } 278 }
280 279
281 generate_jni("android_webview_unittests_jni") { 280 generate_jni("android_webview_unittests_jni") {
282 jni_package = "android_webview_unittests" 281 jni_package = "android_webview_unittests"
283 sources = [ 282 sources = [
284 "../unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnitte st.java", 283 "../unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnitte st.java",
285 "../unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsCli entBridge.java", 284 "../unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsCli entBridge.java",
286 ] 285 ]
287 } 286 }
288 287
289 shared_library("libdrawgl") { 288 shared_library("libdrawgl") {
290 sources = [ 289 sources = [
291 "shell/src/draw_gl/draw_gl.cc", 290 "shell/src/draw_gl/draw_gl.cc",
292 ] 291 ]
293 configs -= [ "//build/config/android:hide_native_jni_exports" ] 292 configs -= [ "//build/config/android:hide_native_jni_exports" ]
294 } 293 }
OLDNEW
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698