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

Side by Side Diff: src/common/common.gyp

Issue 1884283002: Add debug fission support. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Add debug fission support. Created 4 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 | « Makefile.in ('k') | src/common/dwarf/bytereader.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 Google Inc. All rights reserved. 1 # Copyright 2014 Google Inc. All rights reserved.
2 # 2 #
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following disclaimer 10 # copyright notice, this list of conditions and the following disclaimer
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'dwarf/bytereader.cc', 68 'dwarf/bytereader.cc',
69 'dwarf/bytereader.h', 69 'dwarf/bytereader.h',
70 'dwarf/cfi_assembler.cc', 70 'dwarf/cfi_assembler.cc',
71 'dwarf/cfi_assembler.h', 71 'dwarf/cfi_assembler.h',
72 'dwarf/dwarf2diehandler.cc', 72 'dwarf/dwarf2diehandler.cc',
73 'dwarf/dwarf2diehandler.h', 73 'dwarf/dwarf2diehandler.h',
74 'dwarf/dwarf2enums.h', 74 'dwarf/dwarf2enums.h',
75 'dwarf/dwarf2reader.cc', 75 'dwarf/dwarf2reader.cc',
76 'dwarf/dwarf2reader.h', 76 'dwarf/dwarf2reader.h',
77 'dwarf/dwarf2reader_test_common.h', 77 'dwarf/dwarf2reader_test_common.h',
78 'dwarf/elf_reader.cc',
79 'dwarf/elf_reader.h',
78 'dwarf/functioninfo.cc', 80 'dwarf/functioninfo.cc',
79 'dwarf/functioninfo.h', 81 'dwarf/functioninfo.h',
80 'dwarf/line_state_machine.h', 82 'dwarf/line_state_machine.h',
81 'dwarf/types.h', 83 'dwarf/types.h',
82 'dwarf_cfi_to_module.cc', 84 'dwarf_cfi_to_module.cc',
83 'dwarf_cfi_to_module.h', 85 'dwarf_cfi_to_module.h',
84 'dwarf_cu_to_module.cc', 86 'dwarf_cu_to_module.cc',
85 'dwarf_cu_to_module.h', 87 'dwarf_cu_to_module.h',
86 'dwarf_line_to_module.cc', 88 'dwarf_line_to_module.cc',
87 'dwarf_line_to_module.h', 89 'dwarf_line_to_module.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 '../build/testing.gypi:gmock_main', 241 '../build/testing.gypi:gmock_main',
240 '../build/testing.gypi:gmock', 242 '../build/testing.gypi:gmock',
241 '../build/testing.gypi:gtest', 243 '../build/testing.gypi:gtest',
242 ], 244 ],
243 'libraries': [ 245 'libraries': [
244 '-ldl', 246 '-ldl',
245 ], 247 ],
246 }, 248 },
247 ], 249 ],
248 } 250 }
OLDNEW
« no previous file with comments | « Makefile.in ('k') | src/common/dwarf/bytereader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698