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

Side by Side Diff: source/libvpx/test/test.mk

Issue 1162573005: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « source/libvpx/test/sad_test.cc ('k') | source/libvpx/test/test_intra_pred_speed.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 LIBVPX_TEST_SRCS-yes += acm_random.h 1 LIBVPX_TEST_SRCS-yes += acm_random.h
2 LIBVPX_TEST_SRCS-yes += clear_system_state.h 2 LIBVPX_TEST_SRCS-yes += clear_system_state.h
3 LIBVPX_TEST_SRCS-yes += codec_factory.h 3 LIBVPX_TEST_SRCS-yes += codec_factory.h
4 LIBVPX_TEST_SRCS-yes += md5_helper.h 4 LIBVPX_TEST_SRCS-yes += md5_helper.h
5 LIBVPX_TEST_SRCS-yes += register_state_check.h 5 LIBVPX_TEST_SRCS-yes += register_state_check.h
6 LIBVPX_TEST_SRCS-yes += test.mk 6 LIBVPX_TEST_SRCS-yes += test.mk
7 LIBVPX_TEST_SRCS-yes += test_libvpx.cc 7 LIBVPX_TEST_SRCS-yes += test_libvpx.cc
8 LIBVPX_TEST_SRCS-yes += test_vectors.cc 8 LIBVPX_TEST_SRCS-yes += test_vectors.cc
9 LIBVPX_TEST_SRCS-yes += test_vectors.h 9 LIBVPX_TEST_SRCS-yes += test_vectors.h
10 LIBVPX_TEST_SRCS-yes += util.h 10 LIBVPX_TEST_SRCS-yes += util.h
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 endif 156 endif
157 157
158 ifeq ($(CONFIG_VP9_ENCODER)$(CONFIG_VP9_TEMPORAL_DENOISING),yesyes) 158 ifeq ($(CONFIG_VP9_ENCODER)$(CONFIG_VP9_TEMPORAL_DENOISING),yesyes)
159 LIBVPX_TEST_SRCS-$(HAVE_SSE2) += vp9_denoiser_sse2_test.cc 159 LIBVPX_TEST_SRCS-$(HAVE_SSE2) += vp9_denoiser_sse2_test.cc
160 endif 160 endif
161 161
162 endif # VP9 162 endif # VP9
163 163
164 LIBVPX_TEST_SRCS-$(CONFIG_ENCODERS) += sad_test.cc 164 LIBVPX_TEST_SRCS-$(CONFIG_ENCODERS) += sad_test.cc
165 165
166 TEST_INTRA_PRED_SPEED_SRCS-$(CONFIG_VP9_DECODER) := test_intra_pred_speed.cc
167 TEST_INTRA_PRED_SPEED_SRCS-$(CONFIG_VP9_DECODER) += ../md5_utils.h ../md5_utils. c
168
166 endif # CONFIG_SHARED 169 endif # CONFIG_SHARED
167 170
168 include $(SRC_PATH_BARE)/test/test-data.mk 171 include $(SRC_PATH_BARE)/test/test-data.mk
OLDNEW
« no previous file with comments | « source/libvpx/test/sad_test.cc ('k') | source/libvpx/test/test_intra_pred_speed.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698