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

Unified Diff: ports/glibc-compat/Makefile

Issue 1289343005: Added Tor (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@pepper_44
Patch Set: contains modifications as per feedback and a bug fix Created 5 years, 4 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
Index: ports/glibc-compat/Makefile
diff --git a/ports/glibc-compat/Makefile b/ports/glibc-compat/Makefile
index c8ac7cea582655b298d4de5973e4329786226298..2d306c21e764866f0e1749ca0513ab41243d6210 100644
--- a/ports/glibc-compat/Makefile
+++ b/ports/glibc-compat/Makefile
@@ -26,6 +26,7 @@ SOURCES := \
src/ns_samedomain.c \
src/qsort_r.c \
src/random.c \
+ src/readv.c \
src/realpath.c \
src/res_comp.c \
src/res_data.c \
@@ -34,7 +35,8 @@ SOURCES := \
src/res_libc.c \
src/res_mkquery.c \
src/res_query.c \
- src/res_send.c
+ src/res_send.c \
+ src/writev.c
OBJS := $(patsubst src/%.c,$(OUT)/%.o,$(SOURCES))
« no previous file with comments | « AUTHORS ('k') | ports/glibc-compat/src/readv.c » ('j') | ports/glibc-compat/src/writev.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698