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

Unified Diff: third_party/android_protobuf/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_platform/BUILD.gn ('k') | third_party/cacheinvalidation/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_protobuf/BUILD.gn
diff --git a/third_party/android_protobuf/BUILD.gn b/third_party/android_protobuf/BUILD.gn
index bddd967be1c541c2ced3371cb19bb9a1b685fe90..8462667cc48acb950aa7e8764896a34dd8e003f3 100644
--- a/third_party/android_protobuf/BUILD.gn
+++ b/third_party/android_protobuf/BUILD.gn
@@ -12,7 +12,6 @@ if (current_toolchain == host_toolchain) {
]
}
- # GYP: //third_party/android_protobuf/android_protobuf.gyp:android_protoc
executable("android_protoc") {
configs -= [
"//build/config/compiler:chromium_code",
@@ -146,7 +145,6 @@ if (current_toolchain == host_toolchain) {
if (is_android) {
import("//build/config/android/rules.gni")
- # GYP: //third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_javalib
android_library("protobuf_nano_javalib") {
chromium_code = false
java_files = [
« no previous file with comments | « third_party/android_platform/BUILD.gn ('k') | third_party/cacheinvalidation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698