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

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

Issue 1339513003: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 3 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/lpf_8_test.cc ('k') | source/libvpx/test/test-data.mk » ('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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 endif 160 endif
161 LIBVPX_TEST_SRCS-$(CONFIG_VP9_ENCODER) += vp9_arf_freq_test.cc 161 LIBVPX_TEST_SRCS-$(CONFIG_VP9_ENCODER) += vp9_arf_freq_test.cc
162 162
163 endif # VP9 163 endif # VP9
164 164
165 LIBVPX_TEST_SRCS-$(CONFIG_ENCODERS) += sad_test.cc 165 LIBVPX_TEST_SRCS-$(CONFIG_ENCODERS) += sad_test.cc
166 166
167 TEST_INTRA_PRED_SPEED_SRCS-$(CONFIG_VP9) := test_intra_pred_speed.cc 167 TEST_INTRA_PRED_SPEED_SRCS-$(CONFIG_VP9) := test_intra_pred_speed.cc
168 TEST_INTRA_PRED_SPEED_SRCS-$(CONFIG_VP9) += ../md5_utils.h ../md5_utils.c 168 TEST_INTRA_PRED_SPEED_SRCS-$(CONFIG_VP9) += ../md5_utils.h ../md5_utils.c
169 169
170 LIBVPX_TEST_SRCS-$(CONFIG_VP10) += vp10_inv_txfm_test.cc
170 endif # CONFIG_SHARED 171 endif # CONFIG_SHARED
171 172
172 include $(SRC_PATH_BARE)/test/test-data.mk 173 include $(SRC_PATH_BARE)/test/test-data.mk
OLDNEW
« no previous file with comments | « source/libvpx/test/lpf_8_test.cc ('k') | source/libvpx/test/test-data.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698