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

Unified Diff: src/Makefile

Issue 997773002: Refactor Subzero initialization and add a browser callback handler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Add argv note Created 5 years, 9 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
« no previous file with comments | « src/IceTranslator.h ('k') | src/main.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/Makefile
diff --git a/src/Makefile b/src/Makefile
index ebccd543d7c811b1621a13860735af5eeccf1759..7b57f4448daa0caa0904a2805f663a10a91519bd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,7 +2,7 @@
SUBZERO_LEVEL := ..
TOOLNAME := pnacl-sz
-LINK_COMPONENTS := bitreader naclbitreader irreader naclanalysis nacltransforms support
+LINK_COMPONENTS := irreader bitreader naclbitreader naclanalysis core support
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1
« no previous file with comments | « src/IceTranslator.h ('k') | src/main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698