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

Unified Diff: testing/android/native_test/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/junit/BUILD.gn ('k') | testing/android/reporter/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/native_test/BUILD.gn
diff --git a/testing/android/native_test/BUILD.gn b/testing/android/native_test/BUILD.gn
index 3f2868bc250cbd4f4c43eb613174645beacb3069..971c423305da06ba2e11f741699c7117076f8695 100644
--- a/testing/android/native_test/BUILD.gn
+++ b/testing/android/native_test/BUILD.gn
@@ -4,7 +4,6 @@
import("//build/config/android/rules.gni")
-# GYP: //testing/android/native_test.gyp:native_test_support
source_set("native_test_support") {
testonly = true
sources = [
@@ -22,7 +21,6 @@ source_set("native_test_support") {
]
}
-# GYP: //testing/android/native_test.gyp:native_test_native_code
source_set("native_test_native_code") {
testonly = true
sources = [
@@ -35,7 +33,6 @@ source_set("native_test_native_code") {
]
}
-# GYP: //testing/android/native_test.gyp:native_test_java
android_library("native_test_java") {
testonly = true
deps = [
@@ -56,7 +53,6 @@ android_library("native_test_java") {
jar_excluded_patterns = [ "*/NativeLibraries.class" ]
}
-# GYP: //testing/android/native_test.gyp:native_test_jni_headers
generate_jni("native_test_jni_headers") {
sources = [
"java/src/org/chromium/native_test/NativeTest.java",
« no previous file with comments | « testing/android/junit/BUILD.gn ('k') | testing/android/reporter/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698