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

Side by Side Diff: Makefile.in

Issue 1688743002: Switch the Linux minidump writer to use MDCVInfoELF for CV data. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Rework to handle arbitrary size build ids Created 4 years, 8 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 | « Makefile.am ('k') | src/client/linux/handler/exception_handler_unittest.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 # Makefile.in generated by automake 1.15 from Makefile.am. 1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc. 4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5 5
6 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
9 9
10 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
(...skipping 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after
2265 @LINUX_HOST_TRUE@ src/common/string_conversion.o \ 2265 @LINUX_HOST_TRUE@ src/common/string_conversion.o \
2266 @LINUX_HOST_TRUE@ $(TEST_LIBS) \ 2266 @LINUX_HOST_TRUE@ $(TEST_LIBS) \
2267 @LINUX_HOST_TRUE@ $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) 2267 @LINUX_HOST_TRUE@ $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
2268 2268
2269 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_shlib_DEPENDENCIES = \ 2269 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_shlib_DEPENDENCIES = \
2270 @LINUX_HOST_TRUE@ src/client/linux/linux_dumper_unittest_helper \ 2270 @LINUX_HOST_TRUE@ src/client/linux/linux_dumper_unittest_helper \
2271 @LINUX_HOST_TRUE@ src/client/linux/libbreakpad_client.a \ 2271 @LINUX_HOST_TRUE@ src/client/linux/libbreakpad_client.a \
2272 @LINUX_HOST_TRUE@ src/libbreakpad.a 2272 @LINUX_HOST_TRUE@ src/libbreakpad.a
2273 2273
2274 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_SOURCES = 2274 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_SOURCES =
2275 # The extra-long build id is for a test in minidump_writer_unittest.cc.
2275 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_LDFLAGS = \ 2276 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_LDFLAGS = \
2276 @LINUX_HOST_TRUE@» -Wl,-rpath,'$$ORIGIN' $(am__append_24) 2277 @LINUX_HOST_TRUE@» -Wl,-rpath,'$$ORIGIN' \
2278 @LINUX_HOST_TRUE@» -Wl,--build-id=0x000102030405060708090a0b0c0d0e0f1011121 31415161718191a1b1c1d1e1f \
2279 @LINUX_HOST_TRUE@» $(am__append_24)
2277 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_LDADD = \ 2280 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_LDADD = \
2278 @LINUX_HOST_TRUE@ src/client/linux/linux_client_unittest_shlib \ 2281 @LINUX_HOST_TRUE@ src/client/linux/linux_client_unittest_shlib \
2279 @LINUX_HOST_TRUE@ $(TEST_LIBS) 2282 @LINUX_HOST_TRUE@ $(TEST_LIBS)
2280 2283
2281 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_DEPENDENCIES = \ 2284 @LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_DEPENDENCIES = \
2282 @LINUX_HOST_TRUE@ src/client/linux/linux_client_unittest_shlib 2285 @LINUX_HOST_TRUE@ src/client/linux/linux_client_unittest_shlib
2283 2286
2284 @DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@src_tools_linux_core2md_core2md_SOURCES = \ 2287 @DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@src_tools_linux_core2md_core2md_SOURCES = \
2285 @DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/tools/linux/core2md/core2md.cc 2288 @DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/tools/linux/core2md/core2md.cc
2286 2289
(...skipping 5607 matching lines...) Expand 10 before | Expand all | Expand 10 after
7894 7897
7895 .PRECIOUS: Makefile 7898 .PRECIOUS: Makefile
7896 7899
7897 7900
7898 mostlyclean-local: 7901 mostlyclean-local:
7899 -find src -name '*.dwo' -exec rm -f {} + 7902 -find src -name '*.dwo' -exec rm -f {} +
7900 7903
7901 # Tell versions [3.59,3.63) of GNU make to not export all variables. 7904 # Tell versions [3.59,3.63) of GNU make to not export all variables.
7902 # Otherwise a system limit (for SysV at least) may be exceeded. 7905 # Otherwise a system limit (for SysV at least) may be exceeded.
7903 .NOEXPORT: 7906 .NOEXPORT:
OLDNEW
« no previous file with comments | « Makefile.am ('k') | src/client/linux/handler/exception_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698