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

Unified Diff: third_party/android_platform/BUILD.gn

Issue 2350843003: Remove GYP annotations from third_party GN files. (Closed)
Patch Set: 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 | « third_party/android_opengl/etc1/BUILD.gn ('k') | third_party/android_protobuf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_platform/BUILD.gn
diff --git a/third_party/android_platform/BUILD.gn b/third_party/android_platform/BUILD.gn
index 4d026c785c6e08a64ccdb07906e904eb9838f918..ee0e484f1ff7a6e28867731ed3354502200e1863 100644
--- a/third_party/android_platform/BUILD.gn
+++ b/third_party/android_platform/BUILD.gn
@@ -6,7 +6,6 @@ import("//testing/test.gni")
import("config.gni")
if (current_toolchain == host_toolchain) {
- # GYP: //third_party/android_platform/relocation_packer.gyp:android_lib_relocation_packer
source_set("android_lib_relocation_packer") {
deps = [
"//third_party/elfutils:libelf",
@@ -28,7 +27,6 @@ if (current_toolchain == host_toolchain) {
]
}
- # GYP: //third_party/android_platform/relocation_packer.gyp:android_relocation_packer
executable("android_relocation_packer") {
deps = [
":android_lib_relocation_packer",
@@ -59,7 +57,6 @@ if (current_toolchain == host_toolchain) {
]
}
- # GYP: //third_party/android_platform/relocation_packer.gyp:android_relocation_packer_unittests
test("android_relocation_packer_unittests") {
deps = [
":android_lib_relocation_packer",
« no previous file with comments | « third_party/android_opengl/etc1/BUILD.gn ('k') | third_party/android_protobuf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698