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

Unified Diff: third_party/libphonenumber/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/libjingle/BUILD.gn ('k') | third_party/ub-uiautomator/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libphonenumber/BUILD.gn
diff --git a/third_party/libphonenumber/BUILD.gn b/third_party/libphonenumber/BUILD.gn
index 86f8519027f216a57f765ed5a8db457c199810ca..adf281b6a0263bc8e957c66ea150a29919da6624 100644
--- a/third_party/libphonenumber/BUILD.gn
+++ b/third_party/libphonenumber/BUILD.gn
@@ -36,7 +36,6 @@ config("libphonenumber_config_internal") {
}
}
-# GYP version: third_party/libphonenumber/libphonenumber.gyp:libphonenumber_without_metadata
static_library("libphonenumber_without_metadata") {
sources = [
"dist/cpp/src/phonenumbers/alternate_format.cc",
@@ -80,7 +79,6 @@ static_library("libphonenumber_without_metadata") {
}
# Library used by clients that includes production metadata.
-# GYP version: third_party/libphonenumber/libphonenumber.gyp:libphonenumber
static_library("libphonenumber") {
sources = [
# Comment next line and uncomment the line after, if complete metadata
@@ -94,7 +92,6 @@ static_library("libphonenumber") {
]
}
-# GYP version: third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests
test("libphonenumber_unittests") {
sources = [
"dist/cpp/src/phonenumbers/test_metadata.cc",
« no previous file with comments | « third_party/libjingle/BUILD.gn ('k') | third_party/ub-uiautomator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698