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

Unified Diff: build/config/android/internal_rules.gni

Issue 1186513002: Revert of [Android] Refactor browser test execution. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/apk_test.gypi ('k') | build/config/android/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index f9893e41a7eca62d6789fb13f35f37f3bdef5f92..d3d54f1ce7bd2ab18d840f3c44cadc6799085ff4 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -85,14 +85,6 @@
exclusions_file = "//build/android/findbugs_filter/findbugs_exclude.xml"
rebased_build_config = rebase_path(build_config, root_build_dir)
-
- if (defined(invoker.deps)) {
- deps = invoker.deps
- }
-
- if (defined(invoker.testonly)) {
- testonly = invoker.testonly
- }
inputs = [
"//build/android/pylib/utils/findbugs.py",
« no previous file with comments | « build/apk_test.gypi ('k') | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698