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

Unified Diff: third_party/android_dalvik_dx/BUILD.gn

Issue 2790063006: [WIP] Adding Mockito support in Android instrumentation tests (Closed)
Patch Set: disable multidex for debug builds Created 3 years, 8 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
Index: third_party/android_dalvik_dx/BUILD.gn
diff --git a/third_party/android_dalvik_dx/BUILD.gn b/third_party/android_dalvik_dx/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..61a87b77588cde2a7fab89c5d2509ca459dc72e6
--- /dev/null
+++ b/third_party/android_dalvik_dx/BUILD.gn
@@ -0,0 +1,13 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//build/config/android/rules.gni")
+
+android_java_prebuilt("android_dalvik_dx_java") {
+ testonly = true
+ jar_path = "lib/dalvik-dx-7.1.0_r7.jar"
+ deps = [
+ "//third_party/android_libcore_dex:android_libcore_dex_java",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698