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

Unified Diff: native_client_sdk/src/resources/Makefile.library.template

Issue 242533005: [NaCl SDK] nacl_io: Add flow control the JavaScript pipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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: native_client_sdk/src/resources/Makefile.library.template
diff --git a/native_client_sdk/src/resources/Makefile.library.template b/native_client_sdk/src/resources/Makefile.library.template
index 266642b8a4df27f3c660cf8b2baccda224c839bb..f36bdd91cdebfcd9409485bec04be41e34e86eaa 100644
--- a/native_client_sdk/src/resources/Makefile.library.template
+++ b/native_client_sdk/src/resources/Makefile.library.template
@@ -47,6 +47,10 @@ CFLAGS += {{' '.join(target['CFLAGS_GCC'])}}
endif
[[]]
+[[for define in target.get('DEFINES', []):]]
+CFLAGS += -D{{define}}
+[[]]
+
SOURCES = \
[[for source in sorted(target['SOURCES']):]]
{{source}} \

Powered by Google App Engine
This is Rietveld 408576698