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

Side by Side Diff: chrome/android/webapk/shell_apk/BUILD.gn

Issue 2005073002: Mark DexLoaderTest.testPreviouslyLoadedFromDataDir flaky. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add //base:base_java_test_support build target 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 | chrome/android/webapk/shell_apk/javatests/src/org/chromium/webapk/shell_apk/DexLoaderTest.java » ('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 6
7 declare_args() { 7 declare_args() {
8 # The origin URL of the WebAPK. Used to generate a unique package name for 8 # The origin URL of the WebAPK. Used to generate a unique package name for
9 # WebAPK. Example: "foo.com" 9 # WebAPK. Example: "foo.com"
10 webapk_manifest_package_origin = "template" 10 webapk_manifest_package_origin = "template"
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 ] 71 ]
72 } 72 }
73 73
74 android_library("shell_apk_javatests") { 74 android_library("shell_apk_javatests") {
75 testonly = true 75 testonly = true
76 java_files = 76 java_files =
77 [ "javatests/src/org/chromium/webapk/shell_apk/DexLoaderTest.java" ] 77 [ "javatests/src/org/chromium/webapk/shell_apk/DexLoaderTest.java" ]
78 deps = [ 78 deps = [
79 ":dex_loader_lib", 79 ":dex_loader_lib",
80 "//base:base_java", 80 "//base:base_java",
81 "//base:base_java_test_support",
81 "//chrome/android/webapk/libs/common", 82 "//chrome/android/webapk/libs/common",
82 "//content/public/test/android:content_java_test_support", 83 "//content/public/test/android:content_java_test_support",
83 ] 84 ]
84 srcjar_deps = [ "javatests/dex_optimizer:dex_optimizer_service_aidl" ] 85 srcjar_deps = [ "javatests/dex_optimizer:dex_optimizer_service_aidl" ]
85 } 86 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/webapk/shell_apk/javatests/src/org/chromium/webapk/shell_apk/DexLoaderTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698