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

Unified Diff: jingle/BUILD.gn

Issue 2373683003: Remove som GYP annotations, remove unused manifest. (Closed)
Patch Set: Fix 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 | « ipc/BUILD.gn ('k') | printing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/BUILD.gn
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
index d10f522d4fee420ebf9bc7cd87633f4a25bf5c88..0c14ac726ef2f516a72db13e1938477437dba365 100644
--- a/jingle/BUILD.gn
+++ b/jingle/BUILD.gn
@@ -11,7 +11,6 @@ if (enable_webrtc || !is_android) {
"scope",
[ "jingle.gypi" ])
- # GYP version: jingle/jingle.gyp:jingle_glue
static_library("jingle_glue") {
sources = jingle_includes.jingle_glue_sources
public_deps = [
@@ -35,7 +34,6 @@ if (enable_webrtc || !is_android) {
}
# A library for sending and receiving peer-issued notifications.
- # GYP version: jingle/jingle.gyp:notifier
static_library("notifier") {
sources = [
"notifier/base/const_communicator.h",
@@ -102,7 +100,6 @@ if (enable_webrtc || !is_android) {
]
}
- # GYP version: jingle/jingle.gyp:notifier_test_util
static_library("notifier_test_util") {
testonly = true
sources = [
@@ -123,7 +120,6 @@ if (enable_webrtc || !is_android) {
]
}
- # GYP version: jingle/jingle.gyp:jingle_unittests
test("jingle_unittests") {
sources = [
"glue/chrome_async_socket_unittest.cc",
@@ -190,7 +186,6 @@ if (enable_webrtc || !is_android) {
source_set("jingle_glue_test_util") {
}
- # GYP version: jingle/jingle.gyp:notifier
static_library("notifier") {
sources = [
"notifier/base/gaia_constants.cc",
« no previous file with comments | « ipc/BUILD.gn ('k') | printing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698