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

Unified Diff: third_party/libjingle/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/kasko/BUILD.gn ('k') | third_party/libphonenumber/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/BUILD.gn
diff --git a/third_party/libjingle/BUILD.gn b/third_party/libjingle/BUILD.gn
index 4ec99353f4891e660862d005f6b16d9ddf833b50..7fe15cb7ac801d3830d27633dcc40d240cabbec1 100644
--- a/third_party/libjingle/BUILD.gn
+++ b/third_party/libjingle/BUILD.gn
@@ -4,7 +4,6 @@
import("//build/config/features.gni")
-# From third_party/libjingle/libjingle.gyp's target_defaults.
config("jingle_unexported_configs") {
include_dirs = [
"../../third_party/webrtc_overrides",
@@ -15,7 +14,6 @@ config("jingle_unexported_configs") {
]
}
-# From third_party/libjingle/libjingle.gyp's target_defaults.
config("jingle_public_configs") {
include_dirs = [
"../../third_party/webrtc_overrides",
@@ -24,7 +22,6 @@ config("jingle_public_configs") {
]
}
-# From third_party/libjingle/libjingle.gyp's target_defaults.
group("jingle_deps") {
public_deps = [
"//third_party/expat",
@@ -36,7 +33,6 @@ group("jingle_deps") {
]
}
-# GYP version: third_party/libjingle.gyp:libjingle
static_library("libjingle") {
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
« no previous file with comments | « third_party/kasko/BUILD.gn ('k') | third_party/libphonenumber/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698