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

Unified Diff: content/shell/android/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 | « content/shell/BUILD.gn ('k') | content/shell/app/shell.exe.manifest » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index 95b5b77e748190542466864fe72dc48a0906062b..816ad1eddc73802d86bf9ab3bf760c6a0e7bcf1d 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -181,7 +181,6 @@ if (current_cpu != "x64") {
android_manifest_dep = ":chromium_linker_test_manifest"
}
- # GYP: //content/content_tests.gypi:chromium_linker_test_apk
android_apk("chromium_linker_test_apk") {
testonly = true
deps = [
@@ -205,7 +204,6 @@ if (current_cpu != "x64") {
enable_chromium_linker_tests = true
}
- # GYP: //content/content_tests.gypi:chromium_android_linker_test
shared_library("linker_test") {
testonly = true
sources = [
@@ -225,7 +223,6 @@ if (current_cpu != "x64") {
]
}
- # GYP: //content/content_tests.gypi:chromium_android_linker_test_jni_headers
generate_jni("linker_test_jni_headers") {
testonly = true
jni_package = "content/shell"
@@ -235,7 +232,6 @@ if (current_cpu != "x64") {
}
}
-# GYP: //content/content_tests.gypi:content_shell_browsertests_java"
android_library("content_shell_browsertests_java") {
testonly = true
deps = [
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/app/shell.exe.manifest » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698