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

Unified Diff: third_party/cacheinvalidation/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_protobuf/BUILD.gn ('k') | third_party/closure_compiler/closure_args.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cacheinvalidation/BUILD.gn
diff --git a/third_party/cacheinvalidation/BUILD.gn b/third_party/cacheinvalidation/BUILD.gn
index 70be8c68a0b64d9782fd74f552d049ffabe235ab..f8f6d60352931fe3e78cf8246f89490276695a8a 100644
--- a/third_party/cacheinvalidation/BUILD.gn
+++ b/third_party/cacheinvalidation/BUILD.gn
@@ -117,7 +117,6 @@ test("cacheinvalidation_unittests") {
if (is_android) {
import("//build/config/android/rules.gni")
- # GYP: //third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_proto_java
proto_java_library("cacheinvalidation_proto_java") {
proto_path = "src/proto"
sources = [
@@ -132,7 +131,6 @@ if (is_android) {
]
}
- # GYP: //third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_javalib
android_library("cacheinvalidation_javalib") {
chromium_code = false
emma_never_instrument = true
« no previous file with comments | « third_party/android_protobuf/BUILD.gn ('k') | third_party/closure_compiler/closure_args.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698