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

Unified Diff: jingle/BUILD.gn

Issue 2475483003: jingle: inline gypi file into BUILD.gn file (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | jingle/jingle.gypi » ('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 0c14ac726ef2f516a72db13e1938477437dba365..1c16c144c24f4e230a02a203cff0d471e622ed2e 100644
--- a/jingle/BUILD.gn
+++ b/jingle/BUILD.gn
@@ -6,13 +6,24 @@ import("//build/config/features.gni")
import("//testing/test.gni")
if (enable_webrtc || !is_android) {
- jingle_includes = exec_script("//build/gypi_to_gn.py",
- [ rebase_path("jingle.gypi") ],
- "scope",
- [ "jingle.gypi" ])
-
static_library("jingle_glue") {
- sources = jingle_includes.jingle_glue_sources
+ sources = [
+ "glue/chrome_async_socket.cc",
+ "glue/chrome_async_socket.h",
+ "glue/fake_ssl_client_socket.cc",
+ "glue/fake_ssl_client_socket.h",
+ "glue/proxy_resolving_client_socket.cc",
+ "glue/proxy_resolving_client_socket.h",
+ "glue/resolving_client_socket_factory.h",
+ "glue/task_pump.cc",
+ "glue/task_pump.h",
+ "glue/thread_wrapper.cc",
+ "glue/thread_wrapper.h",
+ "glue/utils.cc",
+ "glue/utils.h",
+ "glue/xmpp_client_socket_factory.cc",
+ "glue/xmpp_client_socket_factory.h",
+ ]
public_deps = [
"//third_party/libjingle",
]
« no previous file with comments | « no previous file | jingle/jingle.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698