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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « src/IceTranslator.h ('k') | src/main.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 SUBZERO_LEVEL := .. 2 SUBZERO_LEVEL := ..
3 3
4 TOOLNAME := pnacl-sz 4 TOOLNAME := pnacl-sz
5 LINK_COMPONENTS := bitreader naclbitreader irreader naclanalysis nacltransforms support 5 LINK_COMPONENTS := irreader bitreader naclbitreader naclanalysis core support
6 6
7 # This tool has no plugins, optimize startup time. 7 # This tool has no plugins, optimize startup time.
8 TOOL_NO_EXPORTS := 1 8 TOOL_NO_EXPORTS := 1
9 9
10 include $(SUBZERO_LEVEL)/../../Makefile.config 10 include $(SUBZERO_LEVEL)/../../Makefile.config
11 11
12 include $(SUBZERO_LEVEL)/Makefile 12 include $(SUBZERO_LEVEL)/Makefile
OLDNEW
« 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