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

Side by Side Diff: Makefile.am

Issue 1633893002: build: clean up .dwo files (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 11 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 | « .gitignore ('k') | 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 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 src/tools/windows/converter/ms_symbol_server_converter.h \ 1320 src/tools/windows/converter/ms_symbol_server_converter.h \
1321 src/tools/windows/converter/ms_symbol_server_converter.vcproj \ 1321 src/tools/windows/converter/ms_symbol_server_converter.vcproj \
1322 src/tools/windows/dump_syms/dump_syms.cc \ 1322 src/tools/windows/dump_syms/dump_syms.cc \
1323 src/tools/windows/dump_syms/dump_syms.vcproj \ 1323 src/tools/windows/dump_syms/dump_syms.vcproj \
1324 src/tools/windows/dump_syms/run_regtest.sh \ 1324 src/tools/windows/dump_syms/run_regtest.sh \
1325 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ 1325 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \
1326 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ 1326 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \
1327 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ 1327 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \
1328 src/tools/windows/symupload/symupload.cc \ 1328 src/tools/windows/symupload/symupload.cc \
1329 src/tools/windows/symupload/symupload.vcproj 1329 src/tools/windows/symupload/symupload.vcproj
1330
1331 mostlyclean-local:
1332 -find src -name '*.dwo' -exec rm -f {} +
Mark Mentovai 2016/01/25 23:36:42 This is run from the objdir when objdir’s not srcd
vapier 2016/01/25 23:39:41 yep, rules are processed in $builddir, not $srcdir
OLDNEW
« no previous file with comments | « .gitignore ('k') | Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698