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

Unified Diff: third_party/kasko/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/errorprone/BUILD.gn ('k') | third_party/libjingle/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/kasko/BUILD.gn
diff --git a/third_party/kasko/BUILD.gn b/third_party/kasko/BUILD.gn
index 49a837d10a21c55a485cf8545a592efdc6f78833..e32e7f76e2e265efed0a9af93d55e6167a189c33 100644
--- a/third_party/kasko/BUILD.gn
+++ b/third_party/kasko/BUILD.gn
@@ -6,7 +6,6 @@ import("//build/buildflag_header.gni")
import("//build/config/chrome_build.gni")
import("//third_party/kasko/kasko.gni")
-# GYP version: target 'kasko_features' in third_party/kasko/kasko.gyp
buildflag_header("kasko_features") {
header = "kasko_features.h"
flags = [ "ENABLE_KASKO=$enable_kasko" ]
@@ -28,7 +27,6 @@ if (enable_kasko) {
libs = [ "kasko.dll.lib" ]
}
- # GYP version: target 'copy_kasko_dll' in third_party/kasko/kasko.gyp
copy("copy_kasko_dll") {
visibility = [ ":*" ]
sources = [
@@ -40,7 +38,6 @@ if (enable_kasko) {
]
}
- # GYP version: target 'kasko' in third_party/kasko/kasko.gyp
group("kasko") {
public_deps = [
":copy_kasko_dll",
« no previous file with comments | « third_party/errorprone/BUILD.gn ('k') | third_party/libjingle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698