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

Unified Diff: source/test/perf/collperf2/Makefile.in

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 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 | « source/test/perf/collperf2/CollPerf2_r.pl ('k') | source/test/perf/collperf2/collperf2.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/perf/collperf2/Makefile.in
diff --git a/source/test/perf/convperf/Makefile.in b/source/test/perf/collperf2/Makefile.in
similarity index 89%
copy from source/test/perf/convperf/Makefile.in
copy to source/test/perf/collperf2/Makefile.in
index 538c49b16c6101c1ede2af1750da2d79f09d823b..9c43c76da78b0c64f662d2e92c8a8fb7e915dbfd 100644
--- a/source/test/perf/convperf/Makefile.in
+++ b/source/test/perf/collperf2/Makefile.in
@@ -1,5 +1,5 @@
-## Makefile.in for ICU - test/perf/collperf
-## Copyright (c) 2001-2011, International Business Machines Corporation and
+## Makefile.in for ICU - test/perf/collperf2
+## Copyright (c) 2013, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
@@ -11,18 +11,18 @@ top_builddir = ../../..
include $(top_builddir)/icudefs.mk
## Build directory information
-subdir = test/perf/convperf
+subdir = test/perf/collperf2
## Extra files to remove for 'make clean'
CLEANFILES = *~ $(DEPS)
## Target information
-TARGET = collperf
+TARGET = collperf2
CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw
LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M)
-OBJECTS = convperf.o
+OBJECTS = collperf2.o
DEPS = $(OBJECTS:.o=.d)
« no previous file with comments | « source/test/perf/collperf2/CollPerf2_r.pl ('k') | source/test/perf/collperf2/collperf2.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698