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

Unified Diff: src/processor/processor.gyp

Issue 1643633004: Improvements to GYP build (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad@master
Patch Set: Address review comments 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/common/common.gyp ('k') | src/third_party/libdisasm/libdisasm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/processor/processor.gyp
diff --git a/src/processor/processor.gyp b/src/processor/processor.gyp
index fb3d7cde802c78e7073a9f3ad107e527f5f72d6c..2c76925e510a156f86955363a00c93ebc0aae541 100644
--- a/src/processor/processor.gyp
+++ b/src/processor/processor.gyp
@@ -28,6 +28,7 @@
{
'includes': [
+ '../build/common.gypi',
'processor_tools.gypi',
],
'targets': [
@@ -42,8 +43,6 @@
'basic_code_modules.h',
'basic_source_line_resolver.cc',
'basic_source_line_resolver_types.h',
- 'binarystream.cc',
- 'binarystream.h',
'call_stack.cc',
'cfi_frame_info-inl.h',
'cfi_frame_info.cc',
@@ -78,6 +77,7 @@
'pathname_stripper.h',
'postfix_evaluator-inl.h',
'postfix_evaluator.h',
+ 'proc_maps_linux.cc',
'process_state.cc',
'range_map-inl.h',
'range_map.h',
@@ -143,7 +143,6 @@
'sources': [
'address_map_unittest.cc',
'basic_source_line_resolver_unittest.cc',
- 'binarystream_unittest.cc',
'cfi_frame_info_unittest.cc',
'contained_range_map_unittest.cc',
'disassembler_x86_unittest.cc',
« no previous file with comments | « src/common/common.gyp ('k') | src/third_party/libdisasm/libdisasm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698