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

Side by Side Diff: build/config/android/rules.gni

Issue 1683823002: Revert of Make instrumentation_test_apk depend on their apk_under_test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dist-jar
Patch Set: Created 4 years, 10 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 | « build/config/android/internal_rules.gni ('k') | no next file » | 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("//base/android/linker/config.gni") 5 import("//base/android/linker/config.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/internal_rules.gni") 7 import("//build/config/android/internal_rules.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 import("//build/toolchain/toolchain.gni") 9 import("//build/toolchain/toolchain.gni")
10 import("//third_party/android_platform/config.gni") 10 import("//third_party/android_platform/config.gni")
(...skipping 1954 matching lines...) Expand 10 before | Expand all | Expand 10 after
1965 (defined(invoker.java_files) || defined(invoker.DEPRECATED_java_in_dir)) 1965 (defined(invoker.java_files) || defined(invoker.DEPRECATED_java_in_dir))
1966 } 1966 }
1967 1967
1968 group(target_name) { 1968 group(target_name) {
1969 public_deps = [ 1969 public_deps = [
1970 ":$_apk_target_name", 1970 ":$_apk_target_name",
1971 ":$_test_runner_target_name", 1971 ":$_test_runner_target_name",
1972 1972
1973 # Required by test runner to enumerate test list. 1973 # Required by test runner to enumerate test list.
1974 ":${_apk_target_name}_dist_ijar", 1974 ":${_apk_target_name}_dist_ijar",
1975 invoker.apk_under_test,
1976 ] 1975 ]
1977 } 1976 }
1978 } 1977 }
1979 1978
1980 # Declare an Android gtest apk 1979 # Declare an Android gtest apk
1981 # 1980 #
1982 # This target creates an Android apk for running gtest-based unittests. 1981 # This target creates an Android apk for running gtest-based unittests.
1983 # 1982 #
1984 # Variables 1983 # Variables
1985 # deps: Specifies the dependencies of this target. These will be passed to 1984 # deps: Specifies the dependencies of this target. These will be passed to
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
2285 } 2284 }
2286 2285
2287 android_library(target_name) { 2286 android_library(target_name) {
2288 java_files = [] 2287 java_files = []
2289 srcjar_deps = [ ":${_template_name}__protoc_java" ] 2288 srcjar_deps = [ ":${_template_name}__protoc_java" ]
2290 deps = [ 2289 deps = [
2291 "//third_party/android_protobuf:protobuf_nano_javalib", 2290 "//third_party/android_protobuf:protobuf_nano_javalib",
2292 ] 2291 ]
2293 } 2292 }
2294 } 2293 }
OLDNEW
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698