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

Unified Diff: Makefile.standalone

Issue 2064613006: Finished small fixups. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fixed ordering Created 4 years, 6 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 | « no previous file | src/IceASanInstrumentation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index 4a9470d405cbe5c96f2410886e0a674f2f0f5c06..9c10dce219e93b0c0391e35536b7c34d91b1cece 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -282,9 +282,7 @@ SB_LDFLAGS := $(LINKOPTLEVEL) $(LD_EXTRA)
# List the target-specific source files first, which generally take longer to
# compile, in the hope of improving parallel build time.
SRCS = \
- IceASanInstrumentation.cpp \
IceAssemblerARM32.cpp \
- IceInstrumentation.cpp \
IceInstARM32.cpp \
IceInstMIPS32.cpp \
IceInstX8632.cpp \
@@ -328,7 +326,9 @@ SRCS = \
ifndef MINIMAL
SRCS += \
+ IceASanInstrumentation.cpp \
IceConverter.cpp \
+ IceInstrumentation.cpp \
IceTypeConverter.cpp
endif
« no previous file with comments | « no previous file | src/IceASanInstrumentation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698