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

Unified Diff: base/base.gypi

Issue 8440064: fix sources list for symbolize (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix sources list for symbolize Created 9 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index b46d7ad12aba7c74a3e484f8e1e016cb92afd440..5009602e4cd8574c5d5557fac22419134dc0df96 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -833,8 +833,14 @@
'-Wextra',
],
'sources': [
- 'third_party/symbolize/symbolize.cc',
+ 'third_party/symbolize/config.h',
'third_party/symbolize/demangle.cc',
+ 'third_party/symbolize/demangle.h',
+ 'third_party/symbolize/glog/logging.h',
+ 'third_party/symbolize/glog/raw_logging.h',
+ 'third_party/symbolize/symbolize.cc',
+ 'third_party/symbolize/symbolize.h',
+ 'third_party/symbolize/utilities.h',
],
'include_dirs': [
'..',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698