Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## Process this file with automake to produce Makefile.in | 1 ## Process this file with automake to produce Makefile.in |
| 2 | 2 |
| 3 # Copyright (c) 2011, Google Inc. | 3 # Copyright (c) 2011, Google Inc. |
| 4 # All rights reserved. | 4 # All rights reserved. |
| 5 # | 5 # |
| 6 # Redistribution and use in source and binary forms, with or without | 6 # Redistribution and use in source and binary forms, with or without |
| 7 # modification, are permitted provided that the following conditions are | 7 # modification, are permitted provided that the following conditions are |
| 8 # met: | 8 # met: |
| 9 # | 9 # |
| 10 # * Redistributions of source code must retain the above copyright | 10 # * Redistributions of source code must retain the above copyright |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 377 src/processor/static_range_map_unittest \ | 377 src/processor/static_range_map_unittest \ |
| 378 src/processor/pathname_stripper_unittest \ | 378 src/processor/pathname_stripper_unittest \ |
| 379 src/processor/postfix_evaluator_unittest \ | 379 src/processor/postfix_evaluator_unittest \ |
| 380 src/processor/proc_maps_linux_unittest \ | 380 src/processor/proc_maps_linux_unittest \ |
| 381 src/processor/range_map_unittest \ | 381 src/processor/range_map_unittest \ |
| 382 src/processor/stackwalker_amd64_unittest \ | 382 src/processor/stackwalker_amd64_unittest \ |
| 383 src/processor/stackwalker_arm_unittest \ | 383 src/processor/stackwalker_arm_unittest \ |
| 384 src/processor/stackwalker_arm64_unittest \ | 384 src/processor/stackwalker_arm64_unittest \ |
| 385 src/processor/stackwalker_address_list_unittest \ | 385 src/processor/stackwalker_address_list_unittest \ |
| 386 src/processor/stackwalker_mips_unittest \ | 386 src/processor/stackwalker_mips_unittest \ |
| 387 src/processor/stackwalker_mips64_unittest \ | |
| 387 src/processor/stackwalker_x86_unittest \ | 388 src/processor/stackwalker_x86_unittest \ |
| 388 src/processor/synth_minidump_unittest | 389 src/processor/synth_minidump_unittest |
| 389 endif | 390 endif |
| 390 | 391 |
| 391 if LINUX_HOST | 392 if LINUX_HOST |
| 392 EXTRA_PROGRAMS += \ | 393 EXTRA_PROGRAMS += \ |
| 393 src/client/linux/linux_client_unittest_shlib | 394 src/client/linux/linux_client_unittest_shlib |
| 394 CLEANFILES += \ | 395 CLEANFILES += \ |
| 395 src/client/linux/linux_client_unittest_shlib | 396 src/client/linux/linux_client_unittest_shlib |
| 396 | 397 |
| (...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1045 src_processor_stackwalker_mips_unittest_SOURCES = \ | 1046 src_processor_stackwalker_mips_unittest_SOURCES = \ |
| 1046 src/common/test_assembler.cc \ | 1047 src/common/test_assembler.cc \ |
| 1047 src/processor/stackwalker_mips_unittest.cc | 1048 src/processor/stackwalker_mips_unittest.cc |
| 1048 src_processor_stackwalker_mips_unittest_LDADD = \ | 1049 src_processor_stackwalker_mips_unittest_LDADD = \ |
| 1049 src/libbreakpad.a \ | 1050 src/libbreakpad.a \ |
| 1050 $(TEST_LIBS) \ | 1051 $(TEST_LIBS) \ |
| 1051 $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) | 1052 $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) |
| 1052 src_processor_stackwalker_mips_unittest_CPPFLAGS = \ | 1053 src_processor_stackwalker_mips_unittest_CPPFLAGS = \ |
| 1053 $(AM_CPPFLAGS) $(TEST_CFLAGS) | 1054 $(AM_CPPFLAGS) $(TEST_CFLAGS) |
| 1054 | 1055 |
| 1056 src_processor_stackwalker_mips64_unittest_SOURCES = \ | |
| 1057 src/common/test_assembler.cc \ | |
| 1058 src/processor/stackwalker_mips64_unittest.cc \ | |
| 1059 src/testing/gtest/src/gtest-all.cc \ | |
|
vapier
2016/02/04 18:30:59
doesn't seem like you updated properly ... please
mveljko
2016/02/05 09:45:32
Done.
| |
| 1060 src/testing/gtest/src/gtest_main.cc \ | |
| 1061 src/testing/src/gmock-all.cc | |
| 1062 src_processor_stackwalker_mips64_unittest_LDADD = \ | |
| 1063 src/libbreakpad.a \ | |
| 1064 $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) | |
| 1065 src_processor_stackwalker_mips64_unittest_CPPFLAGS = \ | |
| 1066 $(AM_CPPFLAGS) $(TEST_CFLAGS) | |
| 1067 | |
| 1055 src_processor_stackwalker_x86_unittest_SOURCES = \ | 1068 src_processor_stackwalker_x86_unittest_SOURCES = \ |
| 1056 src/common/test_assembler.cc \ | 1069 src/common/test_assembler.cc \ |
| 1057 src/processor/stackwalker_x86_unittest.cc | 1070 src/processor/stackwalker_x86_unittest.cc |
| 1058 src_processor_stackwalker_x86_unittest_LDADD = \ | 1071 src_processor_stackwalker_x86_unittest_LDADD = \ |
| 1059 src/libbreakpad.a \ | 1072 src/libbreakpad.a \ |
| 1060 $(TEST_LIBS) \ | 1073 $(TEST_LIBS) \ |
| 1061 $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) | 1074 $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) |
| 1062 src_processor_stackwalker_x86_unittest_CPPFLAGS = \ | 1075 src_processor_stackwalker_x86_unittest_CPPFLAGS = \ |
| 1063 $(AM_CPPFLAGS) $(TEST_CFLAGS) | 1076 $(AM_CPPFLAGS) $(TEST_CFLAGS) |
| 1064 | 1077 |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1311 src/tools/windows/dump_syms/dump_syms.vcproj \ | 1324 src/tools/windows/dump_syms/dump_syms.vcproj \ |
| 1312 src/tools/windows/dump_syms/run_regtest.sh \ | 1325 src/tools/windows/dump_syms/run_regtest.sh \ |
| 1313 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ | 1326 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ |
| 1314 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ | 1327 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ |
| 1315 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ | 1328 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ |
| 1316 src/tools/windows/symupload/symupload.cc \ | 1329 src/tools/windows/symupload/symupload.cc \ |
| 1317 src/tools/windows/symupload/symupload.vcproj | 1330 src/tools/windows/symupload/symupload.vcproj |
| 1318 | 1331 |
| 1319 mostlyclean-local: | 1332 mostlyclean-local: |
| 1320 -find src -name '*.dwo' -exec rm -f {} + | 1333 -find src -name '*.dwo' -exec rm -f {} + |
| OLD | NEW |