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

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: Created 6 years, 7 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}} \
« no previous file with comments | « native_client_sdk/src/resources/Makefile.example.template ('k') | native_client_sdk/src/tests/nacl_io_test/event_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698