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

Side by Side Diff: Makefile.am

Issue 1127393006: Install headers under client/linux/dump_writer_common (Closed) Base URL: https://chromium.googlesource.com/external/google-breakpad@master
Patch Set: Created 5 years, 7 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 | « no previous file | Makefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 INSTALL \ 76 INSTALL \
77 LICENSE \ 77 LICENSE \
78 NEWS \ 78 NEWS \
79 README 79 README
80 80
81 ## Headers 81 ## Headers
82 if LINUX_HOST 82 if LINUX_HOST
83 includeclhdir = $(includedir)/$(PACKAGE)/client/linux/handler 83 includeclhdir = $(includedir)/$(PACKAGE)/client/linux/handler
84 includeclh_HEADERS = $(top_srcdir)/src/client/linux/handler/*.h 84 includeclh_HEADERS = $(top_srcdir)/src/client/linux/handler/*.h
85 85
86 includecldwcdir = $(includedir)/$(PACKAGE)/client/linux/dump_writer_common
87 includecldwc_HEADERS = $(top_srcdir)/src/client/linux/dump_writer_common/*.h
88
86 includeclmdir = $(includedir)/$(PACKAGE)/client/linux/minidump_writer 89 includeclmdir = $(includedir)/$(PACKAGE)/client/linux/minidump_writer
87 includeclm_HEADERS = $(top_srcdir)/src/client/linux/minidump_writer/*.h 90 includeclm_HEADERS = $(top_srcdir)/src/client/linux/minidump_writer/*.h
88 91
89 includeclcdir = $(includedir)/$(PACKAGE)/client/linux/crash_generation 92 includeclcdir = $(includedir)/$(PACKAGE)/client/linux/crash_generation
90 includeclc_HEADERS = $(top_srcdir)/src/client/linux/crash_generation/*.h 93 includeclc_HEADERS = $(top_srcdir)/src/client/linux/crash_generation/*.h
91 94
92 includelssdir = $(includedir)/$(PACKAGE)/third_party/lss 95 includelssdir = $(includedir)/$(PACKAGE)/third_party/lss
93 includelss_HEADERS = $(top_srcdir)/src/third_party/lss/*.h 96 includelss_HEADERS = $(top_srcdir)/src/third_party/lss/*.h
94 97
95 includecldir = $(includedir)/$(PACKAGE)/common/linux 98 includecldir = $(includedir)/$(PACKAGE)/common/linux
(...skipping 1251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 src/tools/windows/converter/ms_symbol_server_converter.h \ 1350 src/tools/windows/converter/ms_symbol_server_converter.h \
1348 src/tools/windows/converter/ms_symbol_server_converter.vcproj \ 1351 src/tools/windows/converter/ms_symbol_server_converter.vcproj \
1349 src/tools/windows/dump_syms/dump_syms.cc \ 1352 src/tools/windows/dump_syms/dump_syms.cc \
1350 src/tools/windows/dump_syms/dump_syms.vcproj \ 1353 src/tools/windows/dump_syms/dump_syms.vcproj \
1351 src/tools/windows/dump_syms/run_regtest.sh \ 1354 src/tools/windows/dump_syms/run_regtest.sh \
1352 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ 1355 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \
1353 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ 1356 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \
1354 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ 1357 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \
1355 src/tools/windows/symupload/symupload.cc \ 1358 src/tools/windows/symupload/symupload.cc \
1356 src/tools/windows/symupload/symupload.vcproj 1359 src/tools/windows/symupload/symupload.vcproj
OLDNEW
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698