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

Unified Diff: testing/android/junit/BUILD.gn

Issue 2373683003: Remove som GYP annotations, remove unused manifest. (Closed)
Patch Set: Fix Created 4 years, 3 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 | « testing/android/driver/BUILD.gn ('k') | testing/android/native_test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/junit/BUILD.gn
diff --git a/testing/android/junit/BUILD.gn b/testing/android/junit/BUILD.gn
index 0c11c3b56754e732bb7a8c5e98169e09cbe9864b..f850955333aad3584b5d9e4cc70508c6c4353d23 100644
--- a/testing/android/junit/BUILD.gn
+++ b/testing/android/junit/BUILD.gn
@@ -6,7 +6,6 @@ assert(is_android)
import("//build/config/android/rules.gni")
-# GYP: //testing/android/junit_test.gyp:junit_test_support
java_library("junit_test_support") {
testonly = true
java_files = [
@@ -37,7 +36,6 @@ java_library("junit_test_support") {
]
}
-# GYP: //testing/android/junit_test.gyp:junit_unit_tests
junit_binary("junit_unit_tests") {
java_files = [
"javatests/src/org/chromium/testing/local/GtestFilterTest.java",
« no previous file with comments | « testing/android/driver/BUILD.gn ('k') | testing/android/native_test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698