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

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

Issue 662683003: [NaCl SDK] Run PNaCl translate tests in sel_ldr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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.example.template
diff --git a/native_client_sdk/src/resources/Makefile.example.template b/native_client_sdk/src/resources/Makefile.example.template
index 3d6ceb02036addf00b757ebb875a51ebd3995474..c511964836db8f2c91a1a247f8e27021d7fd155c 100644
--- a/native_client_sdk/src/resources/Makefile.example.template
+++ b/native_client_sdk/src/resources/Makefile.example.template
@@ -34,6 +34,8 @@ NACL_SDK_ROOT ?= $(abspath $(CURDIR)/{{rel_sdk}})
EXTRA_INC_PATHS={{' '.join(targets[0]['INCLUDES'])}}
[[]]
+TARGET = {{targets[0]['NAME']}}
+
[[if multi_platform:]]
# Build with platform-specific subdirectories, to reduce the download size of
# the app.
@@ -46,7 +48,6 @@ include $(NACL_SDK_ROOT)/tools/common.mk
CHROME_ARGS += --allow-nacl-socket-api=localhost
[[]]
-TARGET = {{targets[0]['NAME']}}
[[ExpandDict('DEPS', targets[0].get('DEPS', []))]]
[[ExpandDict('LIBS', targets[0].get('LIBS', []))]]
« no previous file with comments | « native_client_sdk/src/build_tools/test_sdk.py ('k') | native_client_sdk/src/resources/Makefile.library.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698